cancel
Showing results for 
Search instead for 
Did you mean: 

soap fault: Internal Error (from client)

shweta_walaskar2
Contributor
0 Kudos

Hello,

I have configured an RFC-XI-Webservice scenario ,while testing,I am getting this error:

<SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="PARSING">ADAPTER.SOAP_EXCEPTION</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>soap fault: Internal Error (from client)</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Payload:

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

- <!-- Call Adapter

-->

- <SOAP:Fault xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<faultcode>SOAP:Client</faultcode>

<faultstring>Internal Error (from client)</faultstring>

</SOAP:Fault>

I have checked a number of threads on similar issues but still not able to solve this.

Kindly help.

Thanks in advance.

Regards,

Shweta

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Shweta,

Use the credentials when you are sending the request through UI or in the SOAP Client tool.

Regards

Ramesh

Answers (2)

Answers (2)

shweta_walaskar2
Contributor
0 Kudos

There were some unwanted namespaces in the request message .Developed a java mapping to remove those and it worked fine

former_member200962
Active Contributor
0 Kudos

is your web service up and running?

is the request that you are sending to the WS in proper format?

Check with WS developers that the message you see in SXMB_MONI is what the WS is expecting (structure and data-wise)

Have you maintained proper Target URL and Action in the channel?

Regards,

Abhishek.

shweta_walaskar2
Contributor
0 Kudos

Hello Abhishek,

this is the Audit log:

23/03/10 10:57:47 8854adb1-3662-11df-c433-001125a5debe error in response

23/03/10 10:57:47 8854adb1-3662-11df-c433-001125a5debe call completed

23/03/10 10:57:47 8854adb1-3662-11df-c433-001125a5debe request entering

2010-03-23 10:57:47 Success Message successfully received by messaging system. Profile: XI URL: http://xxx:50000/MessagingSystem/receive/AFW/XI Credential (User): XIISUSER

2010-03-23 10:57:47 Success Using connection AFW. Trying to put the message into the request queue.

2010-03-23 10:57:47 Success Message successfully put into the queue.

2010-03-23 10:57:47 Success The message was successfully retrieved from the request queue.

2010-03-23 10:57:47 Success The message status set to DLNG.

2010-03-23 10:57:47 Success Delivering to channel: CC_SOAP_Receiver

2010-03-23 10:57:47 Success SOAP: request message entering the adapter with user XIISUSER

2010-03-23 10:57:47 Success SOAP: completed the processing

2010-03-23 10:57:47 Success SOAP: continuing to response message 890ab740-3662-11df-84fc-001125a5debe

2010-03-23 10:57:47 Error SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Internal Error (from client)

As Webservice call is completed successfully,so I think,webservice is up and running.

I have maintained proper URL in SOAP Receiver and there is no action defined.

Still,I would try to confirm it from the partner.

But is there any way by which I can debug this.

I get only the mentioned error message which is not giving me any idea to find the exact location where this error occurs.

Thanks.

Regards,

Shweta