You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Charles Galpin <cg...@lhsw.com> on 2010/03/10 21:20:05 UTC

Prevent/Hide aysnc methods

Hi there

I am not sure how they are exposed since I don't see them listed on the services page nor the WSDL generated (using code first method) but a .NET user is seeing the methodNameAsync versions of the methodName methods in a service. In services.xml the only messageReceivers I have listed are 

<messageReceivers>
       <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-only"
                        class="org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver"/>
       <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-out"
                        class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/>
   </messageReceivers>

How can I stop advertising non-blocking methods which don't exist?

thanks,
charles


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org