Re: How to get an init parameter from Axis in my web services method

2006-12-14 Thread Lenny Wintfeld
); ServletConfig servletConfig = servletContext.getServletConfig(); ServletContext context = servletConfig.getServletContext(); infoOfInterest = context.getInitParameter("name-of-param"); Thanks anyway. Lenny Wintfeld Lenny Wintfeld wrote: Hi

How to get an init parameter from Axis in my web services method

2006-12-14 Thread Lenny Wintfeld
me" from any of the above xml files? Preferably from the [TOMCATPATH]/conf/context.xml, but at this point, I'd be happy to get it from anywhere ! Thanks in advance for any advice or any corrections to my code or xml's that might get this to work. Lenny Wintfeld

Re: Question on the quickstartadb sample

2006-11-27 Thread Lenny Wintfeld
Correction to the query below: I am using implementation code from "Code Listing 6" not "Code listing 1" and the params are called param3 and param4, not param0/param1 as shown in Code Listing 6. Sorry if this caused any confusion. -Lenny Wintfeld Lenny Wintfeld wrote: I h

Question on the quickstartadb sample

2006-11-27 Thread Lenny Wintfeld
etting brief snips of information about Web Services, but is there a GOOD book on this subject? Thanks in advance for your help. Lenny Wintfeld - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

What has to be in the wsdl to get a server skeleton

2006-11-22 Thread Lenny Wintfeld
What element(s) has to be in the wsdl to get a [Severname]Skeleton class and java file out of the eclipse wsdl to java converter plugin ? I'm not able to get a skeleton out of the axis 2 samples quickstartadb sample wsdl file "StockQuoteService.wsdl" Thanks

Possibly missing wsdl file referenced in user guide example

2006-11-14 Thread Lenny Wintfeld
Axis2 User Guide Page 2: "Writing Web Services by Code Generating Skeleton" As far as I can tell, Axis2SampleDocLit.wsdl is not in any of the the axis2-1.1/samples/ directories. Can you tell me where to find this so I can do the Code Generating Skeleton example? Thanks, Lenn