cancel
Showing results for 
Search instead for 
Did you mean: 

How to use Soap with Netweaver?

Former Member
0 Kudos

Hi,

I am new to SAP Netweaver, I was wondering how to use SOAP messaging with SAP Netweaver?

Thanks

Falak

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

you can refer this guide for How to use the soap adapter

[https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/40611dd6-e66e-2910-f383-e80fb44f9cd4&overridelayout=true]

and also refer [https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f0650f56-7587-2910-7c99-e1b6ffbe4d50&overridelayout=true] for how to secure the soap message

Former Member
0 Kudos

thank you everyone

Answers (4)

Answers (4)

former_member200962
Active Contributor
0 Kudos

Conceptually the use of SOAP with any of the end systems is the same......

The only change that comes is if you have to include some modules, security settings etc in the message processing.

Regards,

Abhishek.

Former Member
0 Kudos

Thank you all for your replies, which are really helpful for me. Abhishek, I want to secure the message between my web service and a Automated activity in SAP Netweaver BPM (Process development). I think in this case the usage of of SOAP adapter may not be useful.

Waiting for your helpful replies

Regards,

Falak

former_member200962
Active Contributor
0 Kudos
I want to secure the message between my web service and a Automated activity in SAP Netweaver BPM (Process 
development). I think in this case the usage of of SOAP adapter may not be useful.

Security parameters (settings) can be defined for Sender SOAP Adapter (as in your case it is)......to know more check this help section: http://help.sap.com/saphelp_nwpi71/helpdata/EN/fc/5ad93f130f9215e10000000a155106/content.htm

Check the section: Define Security Parameters.

Regards,

Abhishek.

Former Member
0 Kudos

Hi Falak,

Please check the how to use soap adapter guide:

https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79&overrid...

Regards,

---Satish

Former Member
0 Kudos

Hi Falak,

If you want to send a message from a web service to XI you can use SOAP sender adapter and if you want to call a web service using SAPXI you should use the receiver SOAP channel.

From the SDN threads and documentation available on SDn you can read and understand the parameters required to configure the SOAP channels.

Thanks

Ajay

Former Member
0 Kudos

Hello,

In SAP PI, we have a SOAP adapter which we use to communicate with webservices.

Please search sdn for SOAP adapter, you will find 100's of threads and blogs on it.

Inder