Hi Experts ,
We have a scenario where we have SOAP on sender side and ABAP proxy as receiver .
Scenario : Synchronous
The sender send one request with one field and PI has to send that field to CRM via ABAP proxy , CRM in return should send the response (ABAP PROXY) and that response PI should send it to Sender via web service
Question :
Do I need to create 2 ABAP proxies , one for request and one for response or we can use one proxy for both request and response ?
Same thing do we need 2 WSDL for request and response or we can use one WSDL with request and response ?
Request to please share your inputs and any pointer on how to create the web service to ABAP Proxy (Sync) .