Issue Details (XML | Word | Printable)

Key: AXISCPP-199
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: MENG Xinxin
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Axis-C++

when encounter an empty string element, deserializor can not get next element

Created: 12/Oct/04 11:16 AM   Updated: 31/Jan/05 07:49 PM
Return to search
Component/s: Serialization
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works SoapDeSerializer.cpp.patch 2004-12-30 10:36 AM Unai Uribarri 0.6 kB

Resolution Date: 31/Jan/05 07:49 PM


 Description  « Hide
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>

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no subversion log entries for this issue yet.