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 Abhijeet C Kale <ak...@etouch.net> on 2011/11/01 06:15:27 UTC

Reg: Bindings in the WSDL file

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.
Any help/comment appreciated.
thanks

-- 
Regards,
Abhijeet C Kale
*
*

Re: Reg: Bindings in the WSDL file

Posted by Sagara Gunathunga <sa...@gmail.com>.
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-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org