Detto fatto, l'ho caricato come file anche se è piuttosto corposo...
Se non vuoi guardarlo tutto (come penso) dimmi quali sezioni ti interessano che tolgo le altre.

codice:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns="http://ws.server" xmlns:ax26="http://gestioneAgente.server/xsd" xmlns:ax23="http://areeGeografiche.server/xsd" xmlns:ax21="http://gestioneCliente.server/xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ax210="http://user.server/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://ws.server">
    <wsdl:documentation>
		Please Type your service description here
	</wsdl:documentation>

        ....qui ci sono le definizioni dei tipi.....

    <wsdl:service name="WebService">
        <wsdl:port name="WebServiceHttpSoap11Endpoint" binding="ns:WebServiceSoap11Binding">
            <soap:address location="http://localhost:8080/CRMWS/services/WebService.WebServiceHttpSoap11Endpoint/"/>
        </wsdl:port>
        <wsdl:port name="WebServiceHttpSoap12Endpoint" binding="ns:WebServiceSoap12Binding">
            <soap12:address location="http://localhost:8080/CRMWS/services/WebService.WebServiceHttpSoap12Endpoint/"/>
        </wsdl:port>
        <wsdl:port name="WebServiceHttpEndpoint" binding="ns:WebServiceHttpBinding">
            <http:address location="http://localhost:8080/CRMWS/services/WebService.WebServiceHttpEndpoint/"/>
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>
Dovrei cambiare quei location="http://localhost:8080/CRMWS/services/WebService.WebServiceHttpEndpoint/" e simili?
Grazie ancora