Support for one-way pattern in a web service operation

3
I have a wsdl with several one-way operations: operations with only input parameters and no output parameters. <wsdl:operation name="BlockAccountUser"> <soap:operation soapAction=""/> <wsdl:input name="BlockAccountUserRequest"> <soap:body use="literal"/> </wsdl:input> </wsdl:operation> As far as I can see in the documentation this is a valid pattern. However Mendix does not seem to support this kind of operation. Given that it won't be easy to change the web services and wsdl: What can I do to use this web service operation after all?
asked
0 answers