EodData wsdl java connection
问题 I am stuck trying to figure out how to initiate a WSDL connection with EodData.com the wsdl address is http://ws.eoddata.com/data.asmx?wsdl I am using CXF to create a client connection: QName qname = new QName("http://ws.eoddata.com/Data", "Data"); Data data = new Data(new URL("http://ws.eoddata.com/data.asmx?wsdl"), qname); DataHttpGet dataGet = data.getDataHttpGet(); dataGet.login("xxx", "ppp"); and I got Caused by: org.apache.cxf.interceptor.Fault: Unmarshalling Error: unexpected element