How to consume a C# webservice from Java having only the wsdl -


i'm new webservices. have develop webservice client seems wcf webservice. have wsdl problem wsdl not define wsdl:service.

i 've tried wsdl2java gives me warning

warning: wsdl document http://184.13.69.115:7085/xonegenericloader/v2/mex?wsdl=wsdl0 not define services

the webservice defines binding : <wsdl:binding name="externalinterfaces-soap-binding-streaming_ixonegenericloaderservice" type="tns:ixonegenericloaderservice"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/> ideas ?

just hunch : have tried using ?singlewsdl parameter ?

on web service have 2 interfaces :

this svcutil.exe :

svcutil.exe http://localhost:8890/calfitececc/wsvccalfitec.svc?wsdl 

and full wsdl file :

http://localhost:8890/calfitececc/wsvccalfitec.svc?singlewsdl 

try ?wsdl or ?singlewsdl rather ?wsdl=wsdl0


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -