cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP proxy - Auto trigger WEBservice

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (3)

Answers (3)

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

Former Member
0 Kudos

Hello Ali,

write a report in ABAP that calls the proxy method and schedule that report as a job if you need to trigger the web service on a regular basis.

Regards,

Jörg

former_member186851
Active Contributor
0 Kudos

Hello Ali,

So requirement is to trigger a webservice scenario with ABAP proxy

So configure

Soap (XI 3.0) channel for proxy

Soap(HTTP)channel for Webservice,

Refer the below link for more config ignore the response messages