cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP proxy - Auto trigger WEBservice

Former Member
0 Kudos
516

Dear Experts,

I am working on this scenario where I have to create an ABAP proxy to trigger a WebService and take the response back into the ABAP proxy. How can I start as my request only needs to trigger the Webservice. The query is built in the communication channel and capture the response.

ABAP Proxy --> PI --> WS

How should I proceed?

Ali

View Entire Topic
chabbi_mustapha
Explorer
0 Kudos

Hello Ali,

When you create a abap proxy , you need to insert data to create your  service interface ,( concerning url ,name of the class, Type inbound or outbound ...)

but you need to have the HTTP connection configured with SAP PI. ( you can get information from SLD for PI System to complete it)

To see if you receive the WSDL correctly you need to check SXI_MONITOR transaction, and to make changes or trigger you WSDL  you can use the main public method in your generated class

Hope it will be useful,

Best regards,

Mustapha