cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Additional Parameters

former_member611181
Participant
0 Kudos

Hello ,

              I have a requirement which is quite common and I tried to search solution for that in SDN but did not find one.

My  File --> XI --> Webservice

So I am using SOAP adapter.

And that Webservice requires three parameters to enter - client ID, user ID & password. User ID/Password I can enter in Comm.chanel and URL.

I can enter user ID and password, but where to enter third parameter which is client ID.

Is this some one can guide to the place.

Accepted Solutions (0)

Answers (3)

Answers (3)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Sam,

I think it means that the client, user and ID needs to be appended to the target URL. The username/password that you see in ID is not appended to the URL but to the HTTP Header.

The target URL can be manipulated via Dynamic Configuration or just manually add these in your target URL. Parameters are appended by using a query string ? so in your application it might be

http(s)://host:port/path?client=&user=&password . Perform a successful request in SOAP UI first so that we could help you more.

Hope this helps,

Mark

vishal1889
Active Participant
0 Kudos

Hi Sam,

Did you tried to pass the parameters in the Web Service URL ?

Regards

VJ

former_member611181
Participant
0 Kudos

Yes Vishal.. Tried but no luck.

Muniyappan
Active Contributor
0 Kudos

can you please paste the error description here/

may be that can help us to find out more.

vishal1889
Active Participant
0 Kudos

Hi Sam

In that case, I would suggest you to get in touch with the Web Service Provider. Maybe they can help explaining how there web Service can be consumed.

Because AFAIK we can pass the parameters in the URL of the Web Service.

Regards

VJ

Muniyappan
Active Contributor
0 Kudos

Hi,

did you test your scenario with endurl,user/password?

what is the name of webservice? is it SAP or Non SAP System?

former_member611181
Participant
0 Kudos

Hi,

Yes I tried with user and password it is failing

Webservice is third party webservice and not SAP system.