Soap Response schema em console

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi All,

I am facing a wrong value in the response for the soap request.could you tel me where the problem lies.i use 11g weblogic.

I gives the request schema as


Request
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/
<span style="white-space:pre <soap:Body xmlns:ns1="S/BS/Event+Registration+Service/CreateStaff
<span style="white-space:pre <ns1:AdapterParams location="S/BS/Event+Registration+Service/CreateStaff
<span style="white-space:pre
<Contact_spcId>1-112H4</Contact_spcId>
<span style="white-space:pre
<Event_spcId>1-2GHIF</Event_spcId>
</ns1:AdapterParams>
</soap:Body>
</soap:Envelope>

And

I am getting the response like

Response


<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing
<span style="white-space:pre <env:Header>
<span style="white-space:pre <wsa:MessageID>urn:9FA8E360547411E0BF722D5581027F4B</wsa:MessageID>
<span style="white-space:pre <wsa:ReplyTo>
<span style="white-space:pre <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
<span style="white-space:pre </wsa:ReplyTo>
<span style="white-space:pre </env:Header>
<span style="white-space:pre <env:Body>
<span style="white-space:pre <Response xmlns:ns0="S/BS/Event+Registration+Service/CreateStaff" xmlns="S/BS/Event+Registration+Service/CreateStaff
<span style="white-space:pre <ns0:Output_spcType/>
<span style="white-space:pre <ns0:Return_spcVal/>
<span style="white-space:pre </Response>
<span style="white-space:pre </env:Body>
</env:Envelope>


The code piece which i made bold is the wrong response.And it should return like this.


<SiebelResponse xmlns="urn:iwaysoftware:adapter:siebel:response:S/BS/Event+Registration+Service/CreateStaff
<Output_spcType>Contact</Output_spcType>
<Return_spcVal>Success</Return_spcVal>
</SiebelResponse>


Could anyone help in this.

Thanks
Shaffic.





View the full article
 
Back
Top