[ 
https://issues.apache.org/jira/browse/AXIS2C-727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535406
 ] 

Supun Kamburugamuva commented on AXIS2C-727:
--------------------------------------------

Extra spaces can be removed easily. guththila_xml_writer is responsible for 
including these extra spaces. Guththila writer writes these extra spaces as 
character constants (look at the individual writer methods. This includes the 
character constants). If we remove the extra spaces from these character 
constants we can get rid of the extra characters. This is a place where 
improvements to the code are possible. These character constants are spread all 
over the code and we have to replace them with macro defines.

> Performace Testing with Guththila Parser
> ----------------------------------------
>
>                 Key: AXIS2C-727
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-727
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: guththila
>    Affects Versions: Current (Nightly)
>         Environment: Ubuntu
>            Reporter: Lahiru Gunathilake
>             Fix For: 1.1.0
>
>
> While Testing Perfomance of Guththila Parser and Libxml2 Response soap 
> message I got are different.There's a difference other than the Additional 
> Namespace Problem as I raised last time there's small different with two soap 
> messages.
> With Guththila Parser  this is the soap message body starts like this 
> <soapenv:Body xmlns:soapenv = "http://www.w3.org/2003/05/soap-envelope";>
> In this line there are two additional spaces before the equal sign and just 
> after the equal sign.But with Libxml2 there's no additional spaces.
> Then there'll be more data transferring with Guththila Parser.
> But with Libxml2 there's no any line like previous once since that namespace 
> is included as a Soap Header
> Regs
> lahiru

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to