cancel
Showing results for 
Search instead for 
Did you mean: 

Soap Receiver Adapter Error. Pls advice urgent

Former Member
0 Kudos

Hi All,

While using Soap Receiver Adapter for synchronous communication

*My Soap Request is:*

<?xml version="1.0" encoding="UTF-8" ?>

<ns1:SendMessage xmlns:ns1="urn:MMWebSrvService">

<strFrom>XI</strFrom>

</ns1:SendMessage>

*My Soap Response from server is:*

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

<!-- Inbound Message

-->

<tns:SendMessageResponse xmlns:tns="urn:MMWebSrvService" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<return xsi:type="xsd:int">-1</return>

<strErrorDescription xsi:type="xsd:string">String reference not set to an instance of a String. Parameter name: s</strErrorDescription>

</tns:SendMessageResponse>

How to resolve the error.

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

Ask the provider of the web service for a sample message.

Then build your message the same way as the sample.

Regards

Stefan

ravi_raman2
Active Contributor
0 Kudos

Henry,

Your xml message is not xsd compliant...see if you can generate a xml message using your wsdl with random values, compare that to your imcoming msg..and thats your issue..

Hope that helps

Regards

Ravi Raman

Reward points if helpful !

Former Member
0 Kudos

Hi Ravi,

I am not able to get you.

I used this wsdl in message mapping.

Tested in xi it is working.

Can you pls explain me more elaborately

Regards