Ichag/wsdl2php-interpreter

How to use WSDL with relative path?

GoogleCodeExporter opened this issue · 0 comments

Hi,

Is there any way to use WSDL with relative path.

For example my WSDL contain:

<wsdl:service name="IBSWebService">
    <wsdl:port name="IBSWebServiceSoap" binding="tns:IBSWebServiceSoap">
      <soap:address location="http://www.phpapp.com/core_php/ibswebservice.asmx" />
    </wsdl:port>
    <wsdl:port name="IBSWebServiceSoap12" binding="tns:IBSWebServiceSoap12">
      <soap12:address location="http://www.phpapp.com/core_php/ibswebservice.asmx" />
    </wsdl:port>
  </wsdl:service>

Now instead of "http://www.phpapp.com/core_php/ibswebservice.asmx" URL i want 
to use "/core_php/ibswebservice.asmx" URL (means instead of absolute URL, use 
relative URL). i have tried but not successful.

Please help me....... 

Original issue reported on code.google.com by vicky82d...@gmail.com on 4 Oct 2010 at 7:21