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.
Paul On 7/26/07, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote: > > > Hi > > > > I was trying to create a simple service that takes any SOAP message > > and logs it. Sort of a "sink" service. Unfortunately, because the > > dispatchers are trying to figure out the operation it failed. > > > > Is there any way to do this? Note I don't want to change the default > > dispatchers because I have other services deployed as well. > > > How about sending a SOAP action ? > > Thanks > Deepal > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Paul Fremantle Co-Founder and VP of Technical Sales, WSO2 OASIS WS-RX TC Co-chair blog: http://pzf.fremantle.org [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
