<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/">
<wsdl:import location="http://127.0.0.1:8080/user?wsdl=UserService.wsdl" namespace="http://service.server.jaxws.webservice.lms.com/"> </wsdl:import>
<wsdl:binding name="UserServiceImplServiceSoapBinding" type="ns1:UserService">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="getName">
<soap:operation soapAction="" style="document"/>
<wsdl:input name="getName">
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="getNameResponse">
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="UserServiceImplService">
<wsdl:port binding="tns:UserServiceImplServiceSoapBinding" name="UserServiceImplPort">
<soap:address location="http://127.0.0.1:8080/user"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>