Hi Dennis, The response to the MakeConnection request may be arbitrary, but the client that wants to initiate a particular MakeConnection request might know what response to expect?
I haven't thought about it and maybe I am missing the details. Regards, aki 2011/11/16 Dennis Sosnoski <[email protected]>: > I'm having trouble implementing the WS-MakeConnection MakeConnection > operation, and I'm hoping somebody can give me some pointers. The problem is > that even though this looks like a SOAP operation, it really is not - the > response can be anything that's waiting for the endpoint, with no predefined > element or schema type. If I configure this using > Service/ServiceInfo/OperationInfo/etc., as we do for other WS-* protocol > endpoints, it looks like I have to make it a oneway operation (since the > response can be anything) - but if I then set a response message, it'll be > ignored. > > What I want to do is to pop a message off an internal queue for the address > and make that the response. Any pointers on how I can make this happen? > > Thanks, > > - Dennis > >
