[ http://nagoya.apache.org/jira/browse/AXISCPP-199?page=history ]
Unai Uribarri updated AXISCPP-199:
----------------------------------
Attachment: SoapDeSerializer.cpp.patch
Fixed.
> when encounter an empty string element, deserializor can not get next element
> -----------------------------------------------------------------------------
>
> Key: AXISCPP-199
> URL: http://nagoya.apache.org/jira/browse/AXISCPP-199
> Project: Axis-C++
> Type: Bug
> Components: Serialization/Deserialization
> Reporter: MENG Xinxin
> Attachments: SoapDeSerializer.cpp.patch
>
> when respones like this
> <?xml version="1.0" encoding="utf-8"?><soap:Envelope
> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema">
> <soap:Body>
> <PaymentConfirmResponse xmlns="http://service.zx.chinavnet.com/v1.0/">
> <PaymentConfirmResult>
> <SenderID/>
> <Result>-10021</Result>
> <ErrorDescription>XXXXX</ErrorDescription>
> </PaymentConfirmResult>
> </PaymentConfirmResponse>
> </soap:Body>
> </soap:Envelope>
> can not get <Result> and <ErrorDescription>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira