cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to ABAP proxy Synch scenario error in PI 7.3

former_member200386
Active Participant
0 Kudos

Dear Experts,

I am working on SOAP to ABAP proxy synchronus scenario. I am getting below error while testing the interface.

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

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">CLIENT_SEND_FAILED</SAP:Code>

<SAP:P1>500</SAP:P1>

<SAP:P2>Internal Server Error</SAP:P2>

<SAP:P3>(See attachment HTMLError for details)</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>Error while sending by HTTP (error code: 500 , error text: Internal Server Error) (See attachment HTMLError for details)</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

TThanks,
Pavan T



Accepted Solutions (0)

Answers (5)

Answers (5)

abhradeepbasu
Participant
0 Kudos

Check this:

/A.B

former_member184720
Active Contributor
0 Kudos

Hi Pavan - check this thread http://scn.sap.com/thread/22047 and also get more details from ST22

smavachee
Active Contributor
0 Kudos

Seems to be issue with processing logic at proxy end. Trace of ST22 will be helpful to find out exact cause. Also look at the data you are passing towards ECC.

Regards,

Sunil

Former Member
0 Kudos

Hello,

Try adding external break-point at the first statement of the proxy and check whether it is reachable. If it isn't then the error lies in the proxy framework. Generally date formats cause the issue but looking at your screen shots doesn't seem so.

Regards

iaki_vila
Active Contributor
0 Kudos

Hi Pavan,

Have you checked the st22 transaction in the receiver side for any exception?.

Regards.