cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP fault message

Former Member
0 Kudos

Hello All,

When i am calling the webservice from XMLSPY, in response getting the following fault messages.

- <soapenv:Body>

- <soapenv:Fault>

<faultcode>SYSEX</faultcode>

<faultstring>com.ibm.ws.webservices.engine.xmlsoap.Text incompatible with javax.xml.soap.SOAPElement</faultstring>

- <detail>

- <INVALID_INPUT>

<description>java.lang.ClassCastException: com.ibm.ws.webservices.engine.xmlsoap.Text incompatible with javax.xml.soap.SOAPElement</description>

</INVALID_INPUT>

</detail>

</soapenv:Fault>

</soapenv:Body>

</soapenv:Envelope>

We r getting this error if request message is having carraige return. My question is does XI includes carraiage return in message while calling the webservice.

Regards,

sreenvias

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI Srinivas,

This is because of input file issue..please check with SOAPElement.

Prabhakar

Former Member
0 Kudos

see what type of input u have to give to the operation u r calling in the wsdl under <operation > <message> tag.

Provide correct type of input parameters.