cancel
Showing results for 
Search instead for 
Did you mean: 

Error in response in Soap Receiver adapter

Former Member
0 Kudos

hello,

IDOC- Soap (asynch)

it shows up checkered flag in MONI.

but in receiver side CC, i see the following messages :

15:39:52 - Error in response

15:39:52 - Call completed

15:39:51 - Request entering

in RWB > Message monitoring >

i see error : System error

If go into details of this system error, I see the following error message.

2008-02-22 15:09:00 Success SOAP: request message entering the adapter

2008-02-22 15:09:02 Success SOAP: response message received 00131980-e121dc-9de2165c741

2008-02-22 15:09:02 Error SOAP: response message contains an error Application/UNKNOWN/APPLICATION_ERROR - application fault

2008-02-22 15:09:02 Success SOAP: sending a delivery error ack...

Does it imply the data was posted onto Webservice?

why does the Request entering and Error in response messages pop up?

how do I eliminate them (if the data was posted succesfully)

regards,

Nikhil.

Edited by: nikhil a on Feb 22, 2008 11:20 AM

Edited by: nikhil a on Feb 22, 2008 11:22 AM

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello Nikhil,

Actually the "Application/UNKNOWN/APPLICATION_ERROR" doesn't sound like a firewall or proxy error (That would be likely a Unknown Host or the like).

Sounds like an error coming back from the Web Service Application as a Response.

Its one of the pain points of the SOAP Receiver Adapter that the audit log sometimes is not so clearly telling what happened like if you send it "by hand" by yourself,

where you have access to all http information.

You can try post the SOAP Request your PI Instance sends with a tool like SOAPUI (http://soapui.org) and look what happens.

With best regards

Sebastian

Former Member
0 Kudos

Thanks Sebastian,

currently i have deactivated acknowledgments

still I see this error message "error in response"

I do not want to receive this message

also i shudnt get system error in RWB-Message monitoring

What should I do?

Nikhil.

Former Member
0 Kudos

Hello Nikhil,

Did you try send the request with soapui or a comparable tool? What did you receive as response from the Web Service calling it manually?

If the receiver system throws an error i would try find out with the people providing the web service what the error might be.

With best regards

Sebastian

Former Member
0 Kudos

Try to check the firewall and proxi setting and based on that configure the Receiver Soap adapter.

also check the WS is up and accept the same payload that you are sending.

thanks

farooq

Former Member
0 Kudos

Hi,

Check some links on SOAP,it may help u out.

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/befdeb90-0201-0010-059b-f22...

/people/padmankumar.sahoo/blog/2005/02/15/an-overview-of-soap

How to use SOAP adapter:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40611dd6-e66e-2910-f383-e80fb44f...

SOAP

An Overview of SOAP

/people/padmankumar.sahoo/blog/2005/02/15/an-overview-of-soap

Regards,

Phani

Former Member
0 Kudos

Hi Nikhil.

You will get this error either if your XI System is unable to call the web servive or if there is a problem with your payload.

Check if you are able to call the webservice from the wsnavigator of your XI system.

And also check if you are passing the data in the format that is expecting by the webserive such as the Date formats, if the mandatory fields are getting populated correctly.

In the receiver SOAP CC, check if the correct username and password is passed and also if the correct Action is specified.

Hope this would help you.

Regards,

Hari.

Former Member
0 Kudos

Hi Hari,

I have tried out with XML SPY and i could see the acknowledgment

anyways, wil try with wsadmin n let you know

thanks

regards,

Nikhil.