cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice and multible Client System

Former Member
0 Kudos

Hi together,

I published a webservice on an ABAP stack with the help of the wizard included in SE80. Tests worked fine for our development client 100.

Now, I like to publish the webservice for client 200. In SE80 I can see the webservice (because it's client independent), but soamanager doesn't show an endpoint for client 200 and sicf shows only services under an leave "/default_host/sap/bc/srt/rfc/sap/z_pscd_bpartner_create/100" and has no leave "200".

What I tried:

I tried to generate an endpoint via soamanager. After I finished, it is shown as inaktive. I haven't found a way to activate that service.

I tried to generate a webservice via se80 in client 200 - for that I have to delete the service in client 100.

How can I use the same webservice within multible clients on the same mashine? Does anyone know?

Thanks in advance

Thomas

Accepted Solutions (0)

Answers (1)

Answers (1)

sivasatyaprasad_yerra
Active Contributor
0 Kudos

Webservice is client independent. But endpoints are client dependent. So, you need to create endpoint in each and every client wherever you are going to work. And moreover these endpoints are not transportable to other systems. So, in connected systems also, you need to create endpoints after transporting webservice definition.

If you create endpoints in SOAMANAGER, there is no need to delete endpoint in other client as it doesn't interfere with other client settings.

Regards,

Siva.

Former Member
0 Kudos

Hi Siva,

thanks for your response...

I thought already of that, but if I try to gernerate a endpoint via soamanager, it turns to state "inaktive". How can I activate that clientspecific endpoint?

Regards

Thomas

Former Member
0 Kudos

Got it... I forgot to specify an authentification method...