cancel
Showing results for 
Search instead for 
Did you mean: 

Update adress location in wsdl (ABAP Webservice)

Former Member
0 Kudos

Hi,

is it possible to change the "adress location" in the wsdl of an ABAP WS ?

I created a WS using the wizard (se37), but I'm just able to get data on my local machine, here is a part of the generated wsdl file :

<wsdl:service name="ZTEST_WSService">
    <wsdl:port name="ZTEST_WSSoapBinding" binding="tns:ZTEST_WSSoapBinding">
          <soap:address location="http://< local host name>.<server name>:<port>/sap/bc/srt/rfc/sap/ZTEST_WS?sap-client=001" /> 
      </wsdl:port>
  </wsdl:service>

I can see the wsdl file using an other client (changing the local server name for the www machine in the url), I get data result when I test the web service using wsnavigator, on the server (local) and through the web.

But I can't get any data using my UI outside of the local host.

I think UI aplication try to reach the webservice at a false adress : the local adress of my service (it works so fine on local host...).

Is there any config step(s) I forgot ?

Is it possible to update the value of adress location path ?

If possible, how can I do it ?

Help me please, it drives me crazy.

yl

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

is there anybody who can help me to solve this question ?