Re: block method from service.xml

2010-07-19 Thread Nadir Amra
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

Re: block method from service.xml

2010-07-19 Thread Afkham Azeez
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

Re: block method from service.xml

2010-07-16 Thread robert lazarski
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

Re: block method from service.xml

2010-07-16 Thread Charles Galpin
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

block method from service.xml

2010-07-16 Thread haipeng du
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