On Tue, Nov 1, 2011 at 10:45 AM, Abhijeet C Kale <ak...@etouch.net> wrote: > Hi, > > I was wondering if there is any way to control the bindings exposed by wsdl > file generated. > Note: Axis2 latest release is used to expose the java methods as webservice. > Has anybody tried doing this. We are hoping to expose only Soap Bindings for > the web service implemented.
By default Axis2 support for SOAP 1.1, SOAP 1.2 and HTTP bindings . You can disable SOAP 1.2 and HTTP bindings in axis2.xml file using following entries. <parameter name="disableREST" locked="false">true</parameter> <parameter name="disableSOAP12" locked="true">true</parameter> Thanks ! > Any help/comment appreciated. > thanks > > -- > Regards, > Abhijeet C Kale > > -- Sagara Gunathunga Blog - http://ssagara.blogspot.com Web - http://people.apache.org/~sagara/ LinkedIn - http://www.linkedin.com/in/ssagara --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org