History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
AXISCPP-199
Type:
Bug
Status:
Closed
Resolution:
Fixed
Priority:
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:
File Name
Date Attached
Attached By
Size
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>
Description
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>
Show »
All
Comments
Work Log
Change History
Subversion Commits
Sort Order:
There are no subversion log entries for this issue yet.