Axis2 problem with invoking methodes through GET requests

2009-02-10 Thread Valerly Provalov
Hi all, I use skeleton generated by WSDL2Java. While parsing request, generated stubs checks attributes namespaces something like this: if ( reader.isStartElement() new javax.xml.namespace.QName(namespace, attribute_name).equals(reader.getName()) Everything works fine with generated stubs,

Re: Axis2 problem with invoking methodes through GET requests

2009-02-10 Thread keith chapman
Hi Valeriy, Could you post the XML Schema section that defines this message that your refering to. Thanks, Keith. On Tue, Feb 10, 2009 at 3:10 PM, Valerly Provalov vprova...@five9.comwrote: Hi all, I use skeleton generated by WSDL2Java. While parsing request, generated stubs checks

RE: Axis2 problem with invoking methodes through GET requests

2009-02-10 Thread Valerly Provalov
=parameters element=ns:makeCall/ /wsdl:message From: keith chapman [mailto:keithgchap...@gmail.com] Sent: Tuesday, February 10, 2009 1:57 PM To: axis-user@ws.apache.org Subject: Re: Axis2 problem with invoking methodes through GET requests Hi Valeriy

Re: Axis2 problem with invoking methodes through GET requests

2009-02-10 Thread keith chapman
10, 2009 1:57 PM To: axis-user@ws.apache.org Subject: Re: Axis2 problem with invoking methodes through GET requests Hi Valeriy, Could you post the XML Schema section that defines this message that your refering to. Thanks, Keith. On Tue, Feb 10, 2009 at 3:10 PM, Valerly Provalov vprova

RE: Axis2 problem with invoking methodes through GET requests

2009-02-10 Thread Valerly Provalov
: Wednesday, February 11, 2009 8:45 AM To: axis-user@ws.apache.org Subject: Re: Axis2 problem with invoking methodes through GET requests Hi, In this case if you send a request into axis2 as http://localhost:8080/axis2/services/serviceName/makeCall?param0=SomeValueparam1=someValueparam2=someValue