cancel
Showing results for 
Search instead for 
Did you mean: 

Hi while i am testing wsdl in soap ui am getting this error pls help me

Former Member
0 Kudos

<!--see the documentation--> <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <SOAP:Fault> <faultcode>SOAP:Server</faultcode> <faultstring>Server Error</faultstring> <detail> <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0"> <context>XIAdapter</context> <code>ADAPTER.JAVA_EXCEPTION</code> <text>See log trace with id: n/a</text> </s:SystemError> </detail> </SOAP:Fault> </SOAP:Body> </SOAP:Envelope>

Accepted Solutions (0)

Answers (1)

Answers (1)

Harish
Active Contributor
0 Kudos

Hi,

This error comes when the request message is not as per WSDL. You can perform the validation check in SOAP UI. you can also check the raw response for detaile error.

regards,

Harish