cancel
Showing results for 
Search instead for 
Did you mean: 

How send data from Salesforce to SAP???

Former Member
0 Kudos

Hi,

i want to send some data from salesforce to sap. Therefore i have to create a server proxy in sap with the wsdl file which was provided by salesforce. My problem is that i can't find any possibilities to create a server proxy for my Web Service in NW Developer Studio. In eclipse i have the possibility to create server proxies so i don't understand why it is not possible in NW Developer Studio.

1) If it‘s possible, how can I create a server proxy in NW Developer Studio?

2) Until now i have no experiences with XI, so is XI the only way to create a server proxy in order to connect Salesforce to sap?

regards,

Sharam

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

You can definately do this using XI by using an SOAP adapter.

But you can also create a Webservice proxy projetc in NWDS.

Open you NetWeaver developer studio and create a deplyable proxy project.

Please refer the following link,

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

Regards,

Yomesh

Answers (1)

Answers (1)

Former Member
0 Kudos

If you want to send data from Salesforce to SAP, using NWDI , in that you should expose your EJB as an webservice.

Refer this help link,

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

When you expose your ejb as an webservice , you will get a wsdl , which you can use in salesforce to call this ejb.

For sending data from your NWDI bean to salesforce , you will use the wsdl provided by salesforce.

Former Member
0 Kudos

Hi Yomesh,

i can not find any options to create a server proxy. The options you mean are only for creating an client proxy and that is not what i need.

If i use the client proxy i can not use the approprite methods like "notifications".

regards,

Sharam