cancel
Showing results for 
Search instead for 
Did you mean: 

question about proxy and web services

former_member192343
Active Contributor
0 Kudos

have proxy and web service some similarity? can we use generated proxy as web service or web service on WEB AS as proxy?

Accepted Solutions (1)

Accepted Solutions (1)

turmoll
Active Contributor
0 Kudos

Hi,

A server proxy generated for an inbound interface can be used as a web service.

You need to create the "virtual interface" for the server proxy object to call it directly.

It is similar to publishing BAPIs as a web services.

To create the virtual interface go to transaction:

SPROXY -> Go To -> WebService Wizard.

You can also use this transaction WSADMIN to manage your webservices or to generate WSDL.

It is relevant for WAS >= 6.40

Regards,

Jakub

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mikhail,

Please check this link:

It tells you about how to link the proxies and webservices. And all the stuff around it. Very useful.

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/18dfe590-0201-0010-6b8b-d21dfa9929c9">SAP Library</a>

Also check:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/9b/821140d72dc442e10000000a1550b0/content.htm">SAP help on this</a>

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/93d4e690-0201-0010-8abb-8057c8608803">Other XI document.</a>

<i>Please award points if useful.</i>