cancel
Showing results for 
Search instead for 
Did you mean: 

http url

Former Member
0 Kudos

Hi gurus,

http://server:port/sap/xi/adapter_plain?namespace=<xxx>&interface=<xxx>&service=<xxx>&sap-user=<xxx>...;

the http url is automatic generated url or manula url to give to the third party.

when i complete my scenario ie http to idoc i got the wsdl file at the end,but i want to give the url to the third party,i am not geeting the url where it is shoewn above,how will that url willcome.

from wsdl file how can i get the url which i will give ti third party to send the data.

please can any tell me the url that is generated by http adapter at sender side.

please help me.

Regards,

reddy

Edited by: 123reddy on Dec 14, 2010 9:31 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

answered

stefan_grube
Active Contributor
0 Kudos

What exactly is your issue?

former_member207622
Contributor
0 Kudos

In the WSDL , you have the soap address ( url) which you need to give to the end client

Former Member
0 Kudos

Hi stefan,

i want to give the url to the network team which is derived from the http adapter.for that url they will write reverse proxy.

but when i finised the scenario ,i got wsdl file not the url.so,which url i have to give to network team,.

the url is automatic genarated or we will give the mannauel url to network team.

Regards,

reddy

stefan_grube
Active Contributor
0 Kudos

When you use HTTP adapter, you have to create the URL manually.

If you want to use a WSDL for the scenario, you have to edit the WSDL and change the URL.

Former Member
0 Kudos

answered

the url is http://server:port/sap/xi/adapter_plain?namespace=<xxx>&interface=<xxx>&service=<xxx>&sap-user=<xxx>...; should give to other party.

Edited by: 123reddy on Jan 19, 2011 11:45 AM