Generate webservice from WSDL with Document/literal format
I am having troubles generating a WS from a WSDL by means of wsimport. The WSDL is the TMDD v3.0 standard specification (WSDL and related XSD files can be found here ) According to this article from IBM the WSDL seems to be in Document/literal format. In order to get the WSDL compiled I have created some bindings/tweaks however I am stuck at this error (it does not generate a method since the operation has more than one part): [WARNING] Ingoring operation "DlFullEventUpdateSubscription": more than one part bound to body line 17 of file:/O:/temp/wsdltest/TMDD-stripped.wsdl To simplify, this is