cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP receiver channel error : Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 404 Not Found

Former Member
0 Kudos

Hi All,

This is related to SOAP receiver channel error(RFC to SOAP Synch Scenario).When trying to send a test data through RWB,its showing below error in receiver channel.


Please suggest what should do?

Thanks,

Arthita

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please contact the third party and ask if the service is up and running? Also make sure that you are able to connect to the service from your environment(Network Team)

Regards,

Jannus Botha

Former Member
0 Kudos

Check with network team..server is up..and its pinging from PI server..

Anything else?

Former Member
0 Kudos

Hi,

So if that is working you might be using the incorrect URL. Please open your WSDL in notepad. Go to the bottom of the WSDL. There will be an endpoint. Use that point when sending.

Regards,

Jannus Botha

Former Member
0 Kudos

Thanks Jannus...Issue is resolved..as per your suggestion put the endpoint URL..And now its working...

Answers (1)

Answers (1)

sendhil_kumar
Active Participant
0 Kudos

Hi,

It sounds like the Target URL in Channel is invalid.

Use SOAPUI and test the webservice with the same URL and see whether you are able to consume webservice successfully. Check for the URL in WSDL and see if the same URL is specified in Channel.

Hope this helps.

--

Sendhil

Former Member
0 Kudos

Hi Sendhil,

Use the same URL in SOAP UI and test is successful.


see whether you are able to consume webservice successfully. Check for the URL in WSDL and see if the same URL is specified in Channel.

In WSDL where I need to check for URL which need to specify in receiver CC?

Any other reason? need to change any other thing in receiver channel?

Thanks,

Arthita

sendhil_kumar
Active Participant
0 Kudos

Hi,

If you load the WSDL in Soap UI, it would generally take up the URL in the URL tab of SOAP UI. You can check from there.

--

S