EDN Admin
Well-known member
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-spacere <soap:Body xmlns:ns1="S/BS/Event+Registration+Service/CreateStaff
<span style="white-spacere <ns1:AdapterParams location="S/BS/Event+Registration+Service/CreateStaff
<span style="white-spacere
<Contact_spcId>1-112H4</Contact_spcId>
<span style="white-spacere
<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-spacere <env:Header>
<span style="white-spacere <wsa:MessageID>urn:9FA8E360547411E0BF722D5581027F4B</wsa:MessageID>
<span style="white-spacere <wsa:ReplyTo>
<span style="white-spacere <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
<span style="white-spacere </wsa:ReplyTo>
<span style="white-spacere </env:Header>
<span style="white-spacere <env:Body>
<span style="white-spacere <Response xmlns:ns0="S/BS/Event+Registration+Service/CreateStaff" xmlns="S/BS/Event+Registration+Service/CreateStaff
<span style="white-spacere <ns0:Output_spcType/>
<span style="white-spacere <ns0:Return_spcVal/>
<span style="white-spacere </Response>
<span style="white-spacere </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
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-spacere <soap:Body xmlns:ns1="S/BS/Event+Registration+Service/CreateStaff
<span style="white-spacere <ns1:AdapterParams location="S/BS/Event+Registration+Service/CreateStaff
<span style="white-spacere
<Contact_spcId>1-112H4</Contact_spcId>
<span style="white-spacere
<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-spacere <env:Header>
<span style="white-spacere <wsa:MessageID>urn:9FA8E360547411E0BF722D5581027F4B</wsa:MessageID>
<span style="white-spacere <wsa:ReplyTo>
<span style="white-spacere <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
<span style="white-spacere </wsa:ReplyTo>
<span style="white-spacere </env:Header>
<span style="white-spacere <env:Body>
<span style="white-spacere <Response xmlns:ns0="S/BS/Event+Registration+Service/CreateStaff" xmlns="S/BS/Event+Registration+Service/CreateStaff
<span style="white-spacere <ns0:Output_spcType/>
<span style="white-spacere <ns0:Return_spcVal/>
<span style="white-spacere </Response>
<span style="white-spacere </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