cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring the Communication Channel with Adapter Type WS

Former Member
0 Kudos

Hi,

I want to create a receiver channel with Adapter Type WS (http://help.sap.com/saphelp_nwpi711/helpdata/en/48/ce285e3a8e5430e10000000a42189b/frameset.htm). I will consume a third party web service which requires UsernameToken. The adapter is also providing UsernameToken according to online help (http://help.sap.com/saphelp_nwpi711/helpdata/en/48/ce286a3a8e5430e10000000a42189b/content.htm).

When i create a receiver channel with adapter type WS i couldn't find any place to enter username and password. How can i use this adapter with UsernameToken for consuming a third party (non-SAP) web service?

Kind regards,

Altuğ Bayram

Accepted Solutions (0)

Answers (2)

Answers (2)

VijayKonam
Active Contributor
0 Kudos

WS adapter is not meant for SOAP web services. It is a special adapter for consuming the web service which use the WS-RM (web service reliable messaging) protocol.

VJ

Former Member
0 Kudos

Use XSL mapping to create the SOAP envelope - with SOAP header and SOAP body - and specify the user authentication in that. I am sure there must be other ways of doing this.