[ http://issues.apache.org/jira/browse/AXISCPP-47?page=all ]
     
Fred Preston closed AXISCPP-47:
-------------------------------


> Build with Xerces paser fails when there are whitespaces between tags
> ---------------------------------------------------------------------
>
>          Key: AXISCPP-47
>          URL: http://issues.apache.org/jira/browse/AXISCPP-47
>      Project: Axis-C++
>         Type: Bug

>   Components: Serialization
>     Versions: current (nightly)
>  Environment: Linux with Xerces parser
>     Reporter: Samisa Abeysinghe
>      Fix For: current (nightly)

>
> If the payload is
> <tag1>
>   <tag2>
>      Content1
>   </tag2>
> </tag1>
> the decerializer fails to parse the content properly.
> If the same thing is given like below
> <tag1><tag2>Content1</tag2></tag1>
> then no problem occures.
> The Soap Deserializer needs to handle character data within different tags in 
> order to resolve this problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to