cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Client test tool: How i set the user name and password

Former Member
0 Kudos

Hi

I am using SOAP client test tool of SAP for sending SOAP message to XI .

I push the send bottom and i set the user name and password in a pop up-screen . How can this

implemented in the URL or inside the message ?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

vijay_b4
Active Contributor
0 Kudos

Hi,

The SOAP Client test Tool is used to trigger the call to XI when you have exposed an outbound message interface as a webservice in XI.

Basically, what I mean to say here is just as the HTTP Client is used when you want to test you sender HTTP scenarios the SOAP Client Test tool is used in the case of Sender SOAP scnearios.

SOAP test tool

try using free:

/people/community.user/blog/2006/09/19/xi-webservice-studio--a-plain-jane-soap-tool

Select the WSDL file where you have downloaded. So select this WSDL and give the USER id and Pwd and execute it.

create the SOAP client URL as stated in the following

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a2202...

The inbound address for SOAP messages is: http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel

Reward points if this helps

Regards

Pragathi.

Former Member
0 Kudos

HI Pragathi,

Please don't mind at all. The links you had given here are just wonderful to know about how to use the SOAP client test tool.

But I think Konstantinidis wish to know about how the User ID and Password will be passed.

How can this implemented in the URL or inside the message ?

I am dobtful if we are getting anyinformation about it in the above links.

May I kindly request you to enlight some more on this.

Thanks

Swarup

Edited by: Swarup Sawant on May 24, 2008 11:02 AM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The SOAP client may use the User Name and Password in two ways. Post or Get menthod ie.e Either it can add the Username and password in URL and formalize it when you push the send button. Thus internally it will autheticate it.

Or it will encrypt the UserName and Password and send it along with the Message and will decyrpt it on the reciver side for authetication purpose.

Refer below links to know more about SOAP client test tool

try using free:

/people/community.user/blog/2006/09/19/xi-webservice-studio--a-plain-jane-soap-tool

/people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services -

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7ccd3e4e-0501-0010-95ae-afa58cb4...

create the SOAP client URL as stated in the following

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a2202...

The inbound address for SOAP messages is: http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel

Host: host name

Port: J2EE port

Party: party name if not there leave it blank

service: Sender service name

Channel: Sender Communication channel.

Thanks

Swarup