Import of async webservice possible? (without output attribute in WSDL)

1
Is there a way to import an external Webservice WSDL which has asynchronous Operations? (changing async to sync is in this case not possible) When I try to import a WSDL with an async operation, I get the message Unsupported operation 'MyOperation': No output message found. Which is correct, because of the async character of the webservice. Example of operation: <wsdl:operation name="MyOperation"> <wsdl:input message="MyInputMessages"/> </wsdl:operation>
asked
0 answers