For that you need to create a dispatcher (a handler). If you are familiar with Axis2 code base you can look at some of the default dispatchers and modify that to suite for your requirement. In fact we have dispatcher called SOAPActionBased dispatcher, that would be the ideal one.
Thanks., Deepal Rahul Rulz wrote: > Hello Axis2 Users, > > I have created the service from scratch and am using InOut message > receiver for the same. I would like to call the message receiver for > the requests which comes in with any SOAP action or null Soap action. > Could any one tell me the way to achieve this... > > Thanks, > Rahul. > > > > -- Thank you! http://blogs.deepal.org http://deepal.org
