1. <wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://impl.service.server.jaxws.webservice.lms.com/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns2="http://schemas.xmlsoap.org/soap/http" xmlns:ns1="http://service.server.jaxws.webservice.lms.com/" name="UserServiceImplService" targetNamespace="http://impl.service.server.jaxws.webservice.lms.com/">
    2. <wsdl:import location="http://127.0.0.1:8080/user?wsdl=UserService.wsdl" namespace="http://service.server.jaxws.webservice.lms.com/"> </wsdl:import>
    3. <wsdl:binding name="UserServiceImplServiceSoapBinding" type="ns1:UserService">
    4. <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    5. <wsdl:operation name="getName">
    6. <soap:operation soapAction="" style="document"/>
    7. <wsdl:input name="getName">
    8. <soap:body use="literal"/>
    9. </wsdl:input>
    10. <wsdl:output name="getNameResponse">
    11. <soap:body use="literal"/>
    12. </wsdl:output>
    13. </wsdl:operation>
    14. </wsdl:binding>
    15. <wsdl:service name="UserServiceImplService">
    16. <wsdl:port binding="tns:UserServiceImplServiceSoapBinding" name="UserServiceImplPort">
    17. <soap:address location="http://127.0.0.1:8080/user"/>
    18. </wsdl:port>
    19. </wsdl:service>
    20. </wsdl:definitions>