Hi

According to org.apache.axis.providers.java.MsgProvider
in message style, a method's signature can be one of

public Element [] method(Vector v);
public Document method(Document doc);
public void method(MessageContext mc);

I chose the third. and got the error:

Message service must take either a single Vector or a Document -
method <mymethod> takes a single org.apache.axis.MessageContext

Whats the matter?


thanks,c

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

Reply via email to