Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to convert SOAP to XML <OBJECT> tags?

801912Aug 18 2010
Hello,

I have an xml file, where <Object> tags are defined with their attributes. I also use a tester website, and pass SOAP inputs and get the corresponding SOAP outputs. I have a concern that the soap output I'm getting may not match the xml <Object> tags and I may need to update the object tags accordingly. Can you please take a look at the following SOAP response and see if you can convert it to xml <Object> tags?
Thanks in advance, for your help.
Nazli
SOAP response:

<SOAP-ENV:Header/>
&#8722;
<SOAP-ENV:Body>
&#8722;
<MyResponse servicename="mobile:MyCall" xsi:noNamespaceSchemaLocation="../schema/MyResponse.xsd">
&#8722;
<Result code="0">
&#8722;
<Fault>
&#8722;
<Error>
<ErrorCode>1042</ErrorCode>
<ErrorType>2</ErrorType>
&#8722;
<ErrorDescription>
THIS IS DESCRIPTION 1.
</ErrorDescription>
</Error>
&#8722;
<Error>
<ErrorCode>7060</ErrorCode>
<ErrorType>2</ErrorType>
&#8722;
<ErrorDescription>
THIS IS DESCRIPTION 2.
</ErrorDescription>
</Error>
&#8722;
<Error>
<ErrorCode>9011</ErrorCode>
<ErrorType>2</ErrorType>
&#8722;
<ErrorDescription>
THIS IS DESCRIPTION 3.
</ErrorDescription>
</Error>
</Fault>
</Result>
&#8722;
</PreviewNewStockOrderResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 15 2010
Added on Aug 18 2010
0 comments
583 views