cancel
Showing results for 
Search instead for 
Did you mean: 

How to use Enterprise Services without ESR.

Former Member
0 Kudos

Hello,

We use SAP ERP6.0.

We would like to use SAP Enterprise Services as a evaluation by .NET application.

We do not have SAP NetWeaver PI and CE now.

Without ESR (PI and CE) , how do I configure ERP 6.0 to use Enterprise Services?

Please let me know.

Best regards,

Koji Nagai

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

ESR is not compulsory for just consuming service.

First you need to activate and configure webservice.

Step1: Goto transaction SICF and activate service you want to evaluate. You can find ES under path: /default_host/sap/bc/srt/xip/sap/

Step 2:Goto transaction: SOAMANAGER and under tab: Application and Scenario communication chose single service administration. Now search for "Service" pattern: service name you selected and activated in SICF field = Internal name. then go.

Step 3: you will be able to see your service here, now select service and click on apply selection.

Step 4: Under the "configuration" tab select "Create service" button. Give any name to "New Service Name" type some description and finally give any name to "New Service Name" and apply setting.

Step 5: Select authentication type http and save,

Now under tab "Overview" you can see some url for "Open WSDL document for selected binding" use this url in your .Net application.

Regards,

Gourav

Ps: I always have ESR and all necessary configuration so don't know if required settings available in your system to work this scenario.

Answers (2)

Answers (2)

Former Member
0 Kudos

We use .NET web service in SAP 4.7, u can easy call web service with http client. İt is difficult to translate soap messages to sap data dictinary, but with 6.0 u can use XSLT transformation for xml transforms

chaiphon
Contributor
0 Kudos

Try the configuration from this [document|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/d06b6392-cde7-2c10-8f8b-bdea5d781dd9]. This will allow you use provide and consume web service.

We are on ECC 6.0 sp14 without XI or PI and it works.

Chaiphon