Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
<definitions targetnamespace="http://simple/" name="WebServiceImplService">
<types><xsd:schema>
<xsd:import namespace="http://simple/" schemalocation="http://192.168.8.103:8020/SOAP/hello?xsd=1">


<message name="List">
<message name="ListResponse">
<part name="return" type="tns:arrayList">
<porttype name="WebServiceInterface">
<operation name="List"><input wsam:Action="http://simple/WebServiceInterface/ListRequest" message="tns:List"/>



<binding name="WebServiceImplPortBinding" type="tns:WebServiceInterface">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc">
<operation name="List">
<soap:operation soapaction=""><input><soap:body use="literal" namespace="http://simple/"></input>

<soap:body use="literal" namespace="http://simple/">



<service name="WebServiceImplService">
<port name="WebServiceImplPort" binding="tns:WebServiceImplPortBinding">
<soap:address location="http://192.168.8.103:8020/SOAP/hello">




How to get the methods and its functions in the client class by using jax-ws?

What I have tried:

i don't have idea of getting the method and its functions?...
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900