on 2016 Mar 26 2:21 PM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
81 | |
11 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.