cancel
Showing results for 
Search instead for 
Did you mean: 

use of SOAMANAGER

Former Member
0 Kudos

Dear All,

I developed a Service interface in ESR...and then a implementation in the backend SAP system.

Then i published the service with WS_PUBLISH..

but i didnot feel the need for using SOAMANAGER tcode..can you tell me its use or it is optional?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ravi,

For an AS ABAP 7.0 with a support package level >= 14, the tools to configure (WSPARAM, LPCONFIG, WSCONFIG), to administer (WSADMIN) and to publish (WSPUBLISH) Web services were replaced by one single tool, the SOA Manager (tcode SOAMANAGER).

You can use the SOA Manager for the complete configuration of service providers and consumer proxies for a local system.

Thanks,

Sridhar

Former Member
0 Kudos

Ravi,

SOAMANAGER is a new t-code.

The same task can be achieved using ws-publish, ws-admin etc t-codes in older versions of ECC.

now we are having just one t-code to manage all these instead of 2 or 3 t-codes.

In future releases ws-publish , ws-admin may get depricated.

Thanks,

Yogesh

Former Member
0 Kudos

Hello,

When you generated implementation, you have created a default End Point. If you want to edit the same or create new ones, you need SOAMANAGER. Also, if you need to do logging and tracing of Web Service calls, you need SOAMANAGER.

Thanks,

Venu