Hi I have the following wsdl error
when i deploy my web service project in a soalris server i get this information via http://ipserver:8080/MileniaServices/services/wsMilenia?wsdl - <wsdl:service name="wsMilenia"> - <wsdl:port name="wsMileniaSOAP11port_http" binding=" axis2:wsMileniaSOAP11Binding"> <soap:address location=" http://ipserver:8080/MileniaServices/services/wsMilenia" /> </wsdl:port> - <wsdl:port name="wsMileniaSOAP12port_http" binding=" axis2:wsMileniaSOAP12Binding"> <soap12:address location=" http://ipserver:8080/MileniaServices/services/wsMilenia" /> </wsdl:port> - <wsdl:port name="wsMileniaHttpport1" binding="axis2:wsMileniaHttpBinding "> <http:address location=" http://ipserver:8080/MileniaServices/rest/wsMilenia" /> </wsdl:port> </wsdl:service> but suddenly or when i restart the tomcat server y get the following information in the wsdl via http://ipserver:8080/MileniaServices/services/wsMilenia?wsdl - <wsdl:service name="wsMilenia"> - <wsdl:port name="wsMileniaSOAP11port_http" binding=" axis2:wsMileniaSOAP11Binding"> <soap:address location="http://ipserver:8080/axis2/services/wsMilenia" /> </wsdl:port> - <wsdl:port name="wsMileniaSOAP12port_http" binding=" axis2:wsMileniaSOAP12Binding"> <soap12:address location="http://ipserver:8080/axis2/services/wsMilenia" /> </wsdl:port> - <wsdl:port name="wsMileniaHttpport1" binding="axis2:wsMileniaHttpBinding "> <http:address location="http://ipserver:8080/axis2/rest/wsMilenia" /> </wsdl:port> </wsdl:service> it is, the context name changes from MileniaServices to axis2 in the address attribute of the soap,soap12 and http tag of the wsdl so, i have to restart tomcat sometimes several times to it changes to the context i want (MileniaServices), it affects to my .net web services clients, because this reference is changing i've tried with <parameter name="useOrignalWSDL"> true </parameter> in the services.xml file but it gets me confused if axis2 really take it or not i really will be appreciate you be able to help me axis version axis2-1.1.1 tomcat version tomcat 5.0.28 thanks!!! Miguel
