cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to ABAP Proxy Scenario testing

Former Member
0 Kudos

Hi Experts,

My scenario is SOAP to ABAP Proxy. I am testing the scenario by using the SOAP UI tool. after sending the request (I already given pay load and WSDL file) I am getting 401 Un Authorized access error. Could you please suggest me how to resolve this?

I am using this URL patterns:

http://host>:<port>/XISOAPAdapter/MessageServlet?channel=:<service>:<channel>;

http://<user>:<passwd>@<host>:<port>/XISOAPAdapter/MessageServlet?channel=:<service>:<channel>; (Here user and pwd are PI user and pwd right?)

Regards

Ramesh.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member270496
Participant
0 Kudos

Hi Venkat,

Here I have to same type of interface(SOAP2ABAPPROXY).can you please provide Me some documents for step-by-step

proceedings for this type of scenario.

Regards,

Raj Tripathy

udo_martens
Active Contributor
0 Kudos

Hi Ramesh,

i think you can send a correct logon ticket with soapUI. But add to query string as URL parameter &user=<user>&passwd=<password> should be possible as well.

Regards,

Udo

Former Member
0 Kudos

Hi Udo,

Thanks for your reply, but still i am getting the same error message.

Regards

Ramesh