cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Receiver Adapter issue

Former Member
0 Kudos

Hello there,

I am using a SOAP receiver adapter. The URL contains the format - https://<XYZ.com>/car/soap/Sync?login=username&pass=password

Now, if I configure the channel by using the "Configure User Authentication", the data is not getting posted at target.

But if I provide the user id / pwd in the URL, it gets posted.

I don't want to use the user id / pwd in the URL but at the sametime, the WS team is not ready to change the format of the URL.

Can I use "Query String" to handle that? If yes, how? If no, what options I have?

Thanks for your precious input and time.

Abhi

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

tried to use dynamic configuration to dynamically create the soap url?

Former Member
0 Kudos

Thanks Shabz.

I haven't tried that. Please let me know how to achieve that. Thanks!

Abhi

former_member187339
Active Contributor
0 Kudos

Hi Abhi,

Check my reply in thread , there the SOAPACTION is created dynamically.. Like that you can create URL dynamically..

Also check the help.sap link http://help.sap.com/saphelp_nw04s/helpdata/EN/29/5bd93f130f9215e10000000a155106/frameset.htm

Also did you tested the approach i suggested before?

Regards

Suraj

Former Member
0 Kudos

Thanks for your reply Suraj!

I will try your approach and then close this thread. I am rewarding you but not the max points as I want to keep this thread open for the time being (till the time I am not sure this works )

Thanks,

Abhi

former_member187339
Active Contributor
0 Kudos

Hi Abhi,

Best of luck...

Also there is a similar thread yesterday which might be of some interest to you

Regards

Suraj

Answers (1)

Answers (1)

former_member187339
Active Contributor
0 Kudos

Hi Abhi,

Have you tried this:

url : https://<XYZ.com>/car/soap/Sync

and Configure User Authentication option set

also try specifying the SOAP action as per your wsdl file

Regards

Suraj

Former Member
0 Kudos

Thanks Suraj!

Have you tried this:

url : https://<XYZ.com>/car/soap/Sync

and Configure User Authentication option set

I haven't tried it that way. I am not sure whether that will work, as WS team told me that I am required to put in the whole URL. But thanks for your suggestion, I will give it a try that way.

also try specifying the SOAP action as per your wsdl file

SOAP Action is not Mandatory, so I am not using that.

Thanks,

Abhi