The answer is the MEP of an Operation is determined from the Java Method specifically..
All the public methods in the service implementation class are exposed (whether you specified that in services.xml or not.) Axis2 calculates the MEP of an operation by checking its corresponding java method. If the method is void, the MEP will be in-only; else, it will be in-out, (depending on which MEP message receiver will be set.) http://www.developer.com/java/ent/article.php/3613896 Does this answer your question? M- ********************************************************************* This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message ----- From: "Eran Chinthaka" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Saturday, August 19, 2006 3:04 PM Subject: Re: [Axis2] does client need to know MEP?
