Skip to Content
0
Former Member
Jan 16, 2011 at 12:32 PM

ABAP server proxy as web service provider ??

80 Views

Hi friends,

I am wondering that if is possible to expose an ABAP server proxy as a web service on NetWeaver ABAP. I tried that, but failed to call it.

I generated a ABAP server proxy by using the PI inbound interface. I can call the ABAP server proxy by PI. From SOAMANAGER of the beckend system, i saw that this just generated ABAP server proxy is a service. Then i curious if this generated ABAP server proxy can be exposed as the web service like other RFC function modules on the same beckend system. So i generated a ABAP client proxy by using the binding WSDL of the ABAP server proxy. But the testing of the generated ABAP client proxy failed.

So my question is if it is possible to expose an ABAP server proxy as a web service on NetWeaver ABAP?

The beckend system is SAP ERP 6.0 EHP4. The PI is 7.11.

Thanks!