Hi there,
I've got an odd issue with an externally provided WSDL. While feeding it to wsimport I get the following
[WARNING] not a WS-I BP1.1 compliant
SOAP port "TestSoap": the wsdl binding has mixed style, it must be rpc-literal or document-literal operation!
line 471 of
http://test.xxxxx.xx:8080/ITestService.asmx?WSDL
[WARNING] SOAP port "TestSoap12": uses a non-standard SOAP 1.2 binding.
line 474 of
http://test.xxxx.xx:8080/TestService.asmx?WSDL
[WARNING] not a WS-I BP1.1 compliant SOAP port "TestSoap12": the wsdl binding has mixed style, it must be rpc-literal or document-literal operation!
line 474 of
http://test.xxxxx.xx:8080/TestService.asmx?WSDL
generating code...
[ERROR] com.sun.tools.ws.processor.model.jaxb.RpcLitMember cannot be cast to com.sun.tools.ws.processor.model.jaxb.JAXBType
When loading the WSDL into SoapUI it all looks fine..is this a WSDL messup or a wsimport bug?
Thanks!