static WSDL files.
Nadir Amra
Integrated Web Services for IBM i Operating System
Internet: [email protected]
Afkham Azeez wrote on 07/19/2010 06:28:14 AM:
> [image removed]
>
> Re: block method from service.xml
>
> Afkham Azeez
>
> to:
>
> java-user
>
> 07/19
http://wso2.org/library/2060
On Fri, Jul 16, 2010 at 9:53 PM, haipeng du wrote:
> I have one java service class to handle webservice call. And there are some
> methods I do not want to expose. How could I modify service.xml to block
> these methods?
> Thanks a lot.
>
> --
> Haipeng Du
> Salt Lake
On Fri, Jul 16, 2010 at 1:23 PM, haipeng du wrote:
> I have one java service class to handle webservice call. And there are some
> methods I do not want to expose. How could I modify service.xml to block
> these methods?
> Thanks a lot.
>
Google on excludeOperations in services.xml , its in the d
Hi Haipeng. You can use the following
import javax.jws.WebMethod;
…
@WebMethod(exclude=true)
void someMethodYouWantToExclude()
hth
charles
On Jul 16, 2010, at 12:23 PM, haipeng du wrote:
> I have one java service class to handle webservice call. And there are some
> methods I do not want to
I have one java service class to handle webservice call. And there are some
methods I do not want to expose. How could I modify service.xml to block
these methods?
Thanks a lot.
--
Haipeng Du
Salt Lake City