cancel
Showing results for 
Search instead for 
Did you mean: 

Error on SOAP Adapter

Former Member
0 Kudos

Hello,

Got the following error on a SOAP receiver. Its a synchones interface. I get the following error:

com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Internal Server Error (Caught exception while handling request: java.rmi.RemoteException: java.sql.SQLException:

Transport protocol: HTTP

Message protocol: SOAP 1.1

Any help would be welcome!

Regards,

Erik

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member200962
Active Contributor
0 Kudos
Internal Server Error (Caught exception while handling request:

The message format that you are sending to the WebService is not proper.

1) Confirm from the WS team that you are using the required WSDL (the WSDL is latest)

2) The mapping is producing the required target (WSDL) structure.

Got the following error on a SOAP receiver.

3) Since you are having SOAP at the receiving end make sure that you have maintained the proper Target URL and Action (if any) in the SOAP Channel.

Its a synchones interface

I hope you have maintained proper Message/ Service Interfaces for this scenario (synchronous).

Regards,

Abhishek.

agasthuri_doss
Active Contributor
0 Kudos

Erick,

The response message might not following the actual structure/ Arithmetic error, Are you using SOAP UI tool for testing ?

Cheers

Agasthuri

Former Member
0 Kudos

Hi,

looks like you are using jdbc receiver adapter and it has returned an error for the same...u

if your scenario is soap to jdbc then Check the receiver adapter channel ,will give you more info....

HTH

Rajesh

Former Member
0 Kudos

Possibility 1: The web service itself maybe throwing an error for the given input

Is the sender able to hit the web service? Is any other external client able to hit it for the same inputs?

Possibility 2: The response structure may have changed but your WSDL may not be updated in PI