cancel
Showing results for 
Search instead for 
Did you mean: 

Create Enterprise Service with ABAP

Former Member
0 Kudos

Hi all,

I have created an Enterprise Service in ABAP (with modelling in PI 7.1) but now I want to publish my ES.

In our ERP system we have SP13 so the transaction SOAMANAGER is not available.

How can I configure my Service? WSCONFIG? WSADMIN?

And how can I publish my Service? I can't find my Service in the transaction WSPUBLISH?

regards

Accepted Solutions (0)

Answers (2)

Answers (2)

cezar_manechini
Explorer
0 Kudos

Hi Wolfgang,

I think you have created the interface in ESR, generated a proxy, implemented the logic and now you want to publish it.

Since you don't have soamanager, do the following tasks:

1.

You have to run a wizard to create the web service from the function module.

In the transaction SE80, find the function module, right click -> create -> web service.

More Information: [http://help.sap.com/saphelp_nwpi71/helpdata/en/bb/ddb33d2ae46b3be10000000a114084/frameset.htm]

[http://help.sap.com/saphelp_nwpi71/helpdata/en/9b/dad1ae3908ee44a5caf57e10918be9/frameset.htm]

2.

Publish the web service:

[http://help.sap.com/saphelp_nwpi71/helpdata/en/46/911d83d3c515eae10000000a114a6b/frameset.htm]

Regards,

Cezar

Former Member
0 Kudos

Hi Wolfgang,

Please take a look at this blog for steps to publish your service to the Registry:

Also, in WSCONFIG, please make sure that your service is released. That could be the reason why your service does not show up in the Services Value Help in WSPUBLISH.

Hope this helps!

Regards,

Romit