Assuming you are not using a static WSDL file (i.e. Axis2 is generating 
the WSDL for the web service), you can add something like the following:


    <excludeOperations>
        <operation>converttemp</operation>
    </excludeOperations>

The above will exclude converttemp method from WSDL. 


Nadir Amra


Gunith Devasurendra <gun...@gmail.com> wrote on 07/17/2012 08:23:43 PM:

> From: Gunith Devasurendra <gun...@gmail.com>
> To: java-user@axis.apache.org
> Date: 07/17/2012 08:25 PM
> Subject: How to exclude methods showing up in the WSDL using the POJO 
method?
> 
> Hi all,
> 
> Is there any way I can hide certain public methods in my Axis 
> service class from showing up on my WSDL if I'm using the POJO method?
> 
> Thanks a bunch
>  
> Gunith Devasurendra  - ගුණිත් දේවසුරේන්ද්‍ර
> 
> gunith.com | linkedin | facebook | google+ | twitter | flickr | foss.lk
> Everything eventually becomes a past...

Reply via email to