cancel
Showing results for 
Search instead for 
Did you mean: 

Referencing Back End R/3 system

Former Member
0 Kudos

Hello guys

I have one basic soubt regarding Enterprise Services ..... Once I download a WSDl for a particular Service Operation ....... How do I reference my Back End R/3 System .... i.e. If I download WSDL for ReadSalesOrder .... how Do I make the ES read the Sales order in my back end system ... I have ECC5 version of R/3

Plz help.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

the service endpoint is already in the WSDL. It can be found in the node <soap address>.

regards,

anton

Former Member
0 Kudos

Hi Anton,

Thnaks for ur response.

we have downloaded the WSDL from ES workspace for "Read Sales Order" and we have also imported this WSDL in NWDS 7.0,but we are not able to execute this web service getting Exception "Unknown host".

Please tell us ,is there any more settings require In J2EE engine or some where else to access this web service from ES workPlace.

Please help us

Amit

Former Member
0 Kudos

hi,

actually it's quiet simple:

this is the soap:address of your service (taken from it's WSDL)

http://erp.esworkplace.sap.com:80/sap/bc/srt/xip/sap/ECC_SALESORDER002QR?sap-client=800

if you can access it from your browser (obviously you can, otherwise you wouldn't have been able to download the WSDL as well) but can't access it from your development environment you must configure/use an appropriate proxy/nameserver within the subnet of your dev environment.

anton