I have synchronous ABAP proxy in ECC 6.0.
SOAP <-> ABAP proxy ECC 6.0 (request, response)
SPROXY in ECC gives the WSDL and URL for the calling system. Utilized outside-in approach to create ABAP proxy with objects service interface from IR (design).
Can WSDL and URL of ECC 6.0 (available from Tcode: SPROXY of ECC) be used to send in the request using SOAPUI from external system? (without routing via PI)
I'm wondering why to configure ID ( see below - snippet from note posted in the forum, thanks for the detailed steps) and send SOAP request to PI and that will redirect the sender request to ECC 6.0 and response to sender? I want to do the right way using PI and ID configuration or without ID config, please help me.
Now ID:
1) A sender agreement
2) Interface Determination
3) receiver determination
4) Sender SOAP Channel
5) Receiver Agreement
6) Receiver CC with adapter Type as PI
Thanks in advance.