Re: Revised: A teething issue with Axis 2

2016-08-02 Thread Andreas Veithen
According to the WSDL, the parameter name is "args0". That probably means that you compiled the class without debugging information, in which case Axis2 doesn't have a way to determine the correct parameter name. Andreas On Tue, Aug 2, 2016 at 4:11 PM, Rupinder Singh wrote: > WSDL attached. > >

Re: Revised: A teething issue with Axis 2

2016-08-02 Thread Rupinder Singh
*WSDL attached.* On Tue, Aug 2, 2016 at 2:54 AM, Andreas Veithen wrote: > Can you post the WSDL that is generated for this service > (http://localhost:8080/axis2/services/HelloWorld?wsdl)? > > Andreas > > On Sun, Jul 24, 2016 at 6:00 AM, Rupinder Singh > wrote: > > Hello > > > > I have just rec