AW: Can an Axis Webservice be called just like a local method?

2011-07-18 Thread Stadelmann Josef
Hi Yashwanth You should definitely read more about Axis2 first! The key is: "How to write your custom-transport-sender/receiver?", one that bypasses the Net-Work as you want. http://axis.apache.org/axis2/java/core/docs/transport_howto.html Does that make sense: Guess YES Josef Von: Yashwan

unsubscribe

2011-07-18 Thread Adela Ciobra
Please unsubscribe me. - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Poi to use to read xls-Microsoft Office Excel 97-2003 & xlsx from same program

2011-07-18 Thread Sujata Galinde
Hello, I want to read files from a folder, few files in directory are in "Microsoft Office Excel 97-2003" format & few are xlsx. Which poi should I use to be able to read any file from same program? Thanks, Sujata

Re: Poi to use to read xls-Microsoft Office Excel 97-2003 & xlsx from same program

2011-07-18 Thread Sagara Gunathunga
I think you are in a wrong list , this is not POI related list. Thanks ! On Mon, Jul 18, 2011 at 6:30 PM, Sujata Galinde wrote: > Hello, > > I want to read files from a folder, few files in directory are in "Microsoft > Office Excel 97-2003" format & few are xlsx. Which poi should I use to be >

I Can't generate required name spaces when using hand written client.

2011-07-18 Thread Jose Marin
Hello Everyone, I am new to writing web services and have the following issue: I used Axis2 ADB to create a service stub class from a WSDL provided by a company but am having trouble writing the client to consume the service. I am using Eclipse IDE to generate and develop my service clients.