cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice from non sap system to CRM without PI

Former Member
0 Kudos

Hi ,

What are the steps /configuration required to send web service from nonsap system to sap crm without PI in both sender ( non sap system ) and receiver side( CRM system) .

Thanks

ABAP999

Accepted Solutions (0)

Answers (2)

Answers (2)

ganesh_padala2
Explorer
0 Kudos

If you are trying to consume a web-service from a non-sap system into your CRM system, then first ask the non-sap system for the service WSDL, then in SE80 create Consumer Proxy from the WSDL, then in SOAMANAGER create logical port for the consumer proxy using the previous WSDL or you can ask the other system for their end-point details for manual configuration.

For consumer proxy generation you visit this link:

http://help.sap.com/saphelp_nwpi711/helpdata/en/69/8a1e9553dc4baba6026a3db510cadb/content.htm

hope this helps,

Ganesh

jimguo
Advisor
Advisor
0 Kudos

Hi,

You need to find a function module or function group which can be used to do required operation and then perform the steps mentioned in the following links in SAP system:

Creating a Service Definition  Locate the document in its SAP Library structure

http://help.sap.com/saphelp_nw70/helpdata/en/0d/2eac5a56d7e345853fe9c935954ff1/frameset.htm

Configuring a Web Service 

http://help.sap.com/saphelp_nw70/helpdata/en/47/3971ff39591a53e10000000a1553f7/frameset.htm

In non-sap system, you need to read documentation to find out how to consume a web service.

Hope this can help you.

Best regards.

Jim