Hi Paul!
Paul Fremantle wrote:
There was a SOAPAction, but since I want this service to accept *any*
SOAP message, I don't know what it is ahead of time. And I don't want
to have to define every possible SOAPAction - I just want all my
requests to do to the same MessageReceiver.receive() no matter what.
You can do this as follows.
1) Make sure your service has exactly one operation.
2) service.setParameter("supportSingleOperation", Boolean.TRUE)
Voila. :)
--Glen
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]