cancel
Showing results for 
Search instead for 
Did you mean: 

ADAPTER.HTTP_EXCEPTION / HTTP 302 Moved Temporarily

Former Member
0 Kudos

Hello all,

I have an RFC->XI->Web Service (SOAP) synchronous scenario.

I'm trying to send a message from the the RFC, and in the message monitoring (SXMB_MONI) I'm getting this error message:

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

- <!-- Inbound Message

-->

- <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="HTTP">ADAPTER.HTTP_EXCEPTION</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>HTTP 302 Moved Temporarily</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

Does anyone knows what migth be happening?

Thanks in advance.

Felipe

Accepted Solutions (0)

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

Confirm if you are able to access the SOAP URL. Is the webservice still alive?

This error can be due to the reason that the WS is not active and the link is being redirected to another url.

Further ref:

HTTP 302 - http://www.checkupdown.com/status/E302.html

Former Member
0 Kudos

Hi Shabarish,

Yes I verified that the Web service is still up. I test it with XMLSpy and it's working propertly.

Any suggestions?

Felipe

Shabarish_Nair
Active Contributor
0 Kudos

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

Can you confirm if the adapter is configured correctly? Ref: the above blog.

Former Member
0 Kudos

Confirmed, the TARGET URL and SOAP Action are according to the troubleshooting blog as well as the Proxy settings.

I'm all ears for your suggestions...

Felipe

Former Member
0 Kudos

Hi guys, still with the problem anyone migth know what could be happening?

Thanks,

Felipe

Former Member
0 Kudos

Hi People,

I'm still here with this issue, as I posted before, I can test the Web Service with the XMLSpy and is working fine. But When I test via XI, is throwing the 302 message error.

Any idea?

Felipe

Former Member
0 Kudos

Hello everyone,

Over a year ago I posted this issue. And I was never able to solve it. Now that I'm actually needing to do an interface of this kind, I cant find the solution.

The Web Service that I'm trying to invoke it is outside the LOCAL AREA NETWORK.

Please any ideas on how to solve this?

Thanks,

Felipe

Former Member
0 Kudos

i have replied in another thread