Hi,
If there are no message receivers supplied Axis2 provides the default.
These are  the classes specified in the axis2.xml. However the
services usually specify the message receivers (have a look at a
services.xml) and hence there will be no confusion as long as all
message receivers are specified.

Ajith

On 10/17/06, Yadav, Yogendra (IT) <[EMAIL PROTECTED]> wrote:



Hi,
How does AXIS2 uses Message Receiver classes. I am sunning SimpleHTTPServer
and I have these receivers in axis2.xml
    <messageReceivers>
        <messageReceiver
mep="http://www.w3.org/2004/08/wsdl/in-only";

class="org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver"/>
        <messageReceiver
mep="http://www.w3.org/2004/08/wsdl/in-out";

class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"/>
    </messageReceivers>

Even if I comment out the message receivers, the service and client code
works fine.
 ________________________________


NOTICE: If received in error, please destroy and notify sender. Sender does
not intend to waive confidentiality or privilege. Use of this email is
prohibited when received in error.



--
Ajith Ranabahu

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to