Hi All,
I am using AXIS 1.2 RC2 on the server side and I want to override in
my server-config.wsdd the default wsdl file provided by axis with by
my own wsdl file using <wsdl> element like below :
<service name="SPPriceSession" provider="java:EJB" style="wrapped"
use="literal">
...
...
<wsdlFile>SPPriceSession.wsdl</wsdlFile>
...
...
</service>
If I keep the wsdl file in my Web Module's WEB-INF\classes directory
and type in my browser
http://localhost:9080/IRSCProj04022005Axis12Rc2Web/services/MyWebServiceNameHere?wsdl
then I am not get my wsdl file. However if I provide the absolute url
in <wsdlFile> element then I can retrieve the wsdl file. Can't I
specify a relative url instead of absolute url since this approach
will be feasible for production style
environments? Please suggest ?
Thanks & Regards,
Kumar.