cancel
Showing results for 
Search instead for 
Did you mean: 

XIAdapter/HTTP/ADAPTER.HTTP_EXCEPT

Former Member
0 Kudos

Hi,

we are getting the following exception when calling a soap webservice via XI.

SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 302 Found

we have already searched existing threads but didn't find any useful hints.

can anybody give us advice what might be wrong ?

best regards

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Max Übele

Error code 302 stands for Moved Temporarily

This code is a temporary redirect to a new location. Apparently, many user agents always issue GET requests for the new URI, regardless of the original request method. This action violates even the older HTTP RFCs (1945 and 2068), but has become the expected behavior. RFC 2616 added two new status codes, 303 and 307, to ``fix'' this problem.

for more details on error code follow the link

http://www.web-cache.com/Writings/http-status-codes.html

Thanks

sandeep sharma

PS ; if helpful kindly reward points

Former Member
0 Kudos

Hi,

i am also working on this issue.

it is a RFC->XI->SOAP scenario.

receiver channel is defined. the message is passed to the adapter, but there we get the failure.

br,

martin

Former Member
0 Kudos

Hi Martin,

I'm setting up the same scenario, did you got any answer for this issue?

I'm getting the same "HTTP 302 Moved Temporarily" error.

Thanks for your help,

Felipe

Former Member
0 Kudos

Hi,

I had the same problem, and now it's ok.

The problem was with the user that I used on comm. channel, it was asking to change the password (redirecting to login page), so I setup the user as a system user, and now it's working.

Good luck!!!

iaki_vila
Active Contributor
0 Kudos

First question. Is the scenario SOAP -> SAP XI -> RFC?

Second Question( If the first is correct).

Do you have a SOAP sender channel?

What parameters do you have in this channel?

Regards.