Re: Please help on calling Axis2 Pojo Service. I really appreciate any help!!

2009-11-07 Thread Deepal jayasinghe
Can you see the service WSDL? try invoke like below and see what happen http://localhost:8080/axis2/services/YourServiceName/addNum?i=10&j=12 Thanks, Deepal > Dear all, > > I am sorry for the previous email that I sent accidentally before > finishing my email... > > I am trying to implement a si

Re: WSDL Parser java

2009-11-07 Thread Stefano Tranquillini
i found that there's already smt done in java library: javax.wsdl.xml.WSDLReader On Sat, Nov 7, 2009 at 16:31, Sagara Gunathunga wrote: > If you plan to write a class from the scratch to read the WSDL and get > those details you can use JWSDL API [1] with WSDL4J [2]. > > > [1] - wsdl4j.sourcefo

Re: WSDL Parser java

2009-11-07 Thread Sagara Gunathunga
If you plan to write a class from the scratch to read the WSDL and get those details you can use JWSDL API [1] with WSDL4J [2]. [1] - wsdl4j.sourceforge.net/downloads/JSR110_proposed_final_draft.pdf [2] - http://sourceforge.net/projects/wsdl4j/ Thanks, On Sat, Nov 7, 2009 at 10:10 AM, Stefano

Re: WSDL Parser java

2009-11-07 Thread Stefano Tranquillini
i'm reading and trying the WSDL2AxisServiceBuilder but i'm not able to know the operation name and type. there's no class that read the wsdl and has method that returns operations name operations parameters and so on? thanks On Fri, Nov 6, 2009 at 18:46, Stefano Tranquillini < stefano.tranquill.