I'm new to webservices. I have to develop a webservice client for a what seems a WCF webservice. I have only the wsdl but the problem is that the wsdl does not define any wsdl:service.
I 've already tried with wsdl2java but it gives me a warning
WARNING: WSDL document http://184.13.69.115:7085/XOneGenericLoader/v2/mex?wsdl=wsdl0 does not define any services
The webservice also defines a binding like this :
<wsdl:binding name="ExternalInterfaces-SOAP-Binding-Streaming_IXOneGenericLoaderService" type="tns:IXOneGenericLoaderService">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
Any ideas ?