cancel
Showing results for 
Search instead for 
Did you mean: 

Target URL in SOAP Adapter

sahithi_moparthi
Contributor
0 Kudos

Hi,

    i am working on the Soap adapter as a receiver.The details that used are:

Transport Protocol:HTTP

Message Protocol:XI 3.0

Addressing type:URL address

Target URL:??????

Here can anyone help me how i can the Target URL in the SAP  ECC System.Is there any way to find the URL from the System.

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member181985
Active Contributor
0 Kudos

it should be ECC system local Integration Engine URL

http://<ECCHostName>:<ABAPHttpPort>/sap/xi/engine?type=entry (or)

http://<ECCHostName>:<ABAPHttpPort>/sap/xi/engine/engine_as7_<XXX>/?type=receiver

Check this link: http://help.sap.com/saphelp_nwpi711/helpdata/en/48/327519a3af58d8e10000000a421937/content.htm

one question, why you are not using XI adapter in your scenario. What is your PI version?

former_member184681
Active Contributor
0 Kudos

Hi,

There is one, even easier way to obtain the URL (doesn't require reading .wsdl manually). Download the free tool SOAP UI (which you might find useful anyway, for some testing purposes) and import your .wsdl file there. Then, in the top of the testing request window, it shows you the correct URL. Simply copy-paste it to PI.

Regards,

Greg

anupam_ghosh2
Active Contributor
0 Kudos

Hi,

        If you are working with webservice you can obtain the target URL from WSDL.

Please download the WSDL from the webservice. Search it to find the XML tag something like

<soap:address location>. The URL should be here. Pls confirm with webservice team before you put it in SOAP adapter.

Regards

Anupam  

iaki_vila
Active Contributor
0 Kudos

Here can anyone help me how i can the Target URL in the SAP  ECC System.Is there any way to find the URL from the System.

If your receiver system is a SAP ECC you should not use a SOAP receiver in PI. The best different ways are:

1. Server Proxy. Communication via ABAP proxy.

2. RFC or IDOC communication.

Regards.

rajasekhar_reddy14
Active Contributor
0 Kudos

You have to check with Traget system people to porivide Receiver system web serivce adress.. you cant form this manually..