cancel
Showing results for 
Search instead for 
Did you mean: 

Consume an RFC webservice in NWDS 7.0.9

Former Member
0 Kudos

Is it possible to consume an RFC webservice in NWDS 7.0.9. Please provide me with the steps for the same.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This is the guide for that: [http://wiki.sdn.sap.com/wiki/display/WDJava/ConsumingABAPWebServiceinJavaWD]

Regards,

Jan

Former Member
0 Kudos

I have saved the wsdl file on my local machine at D:\ .Now as mentioned in the Wiki I want to save the copy of the file under the same path on the server.

But my server is Unix server with folder structure like /usr/sap/EDH/JC04/j2ee/cluster/server0.

So how will I save the file on the server under the same path.

Please guide me.

Former Member
0 Kudos

Runtime server local path should be:

/usr/sap/EDH/JC04/j2ee/ -- if your WSDL is saved in a local path with only one folder say /wsdl/ then the WSDL should be located there as well as what the tutorial is said. So, in this case it should be:

/usr/sap/EDH/JC04/j2ee/wsdl/myABAPWebService.wsdl

Regards,

Jan

Answers (0)