Re: complex parameters in http requests

2010-12-22 Thread Martin Makundi
Try SOAPUI 2010/12/23 Charles Galpin : > Hi > > We often use http to test services, but usually with simple types for the > arguments. Is it possible to pass complex arguments? For example if I had a > web method > > @WebMethod > public void myMethod(int i, MyObj obj) {..} > > public class MyObj

complex parameters in http requests

2010-12-22 Thread Charles Galpin
Hi We often use http to test services, but usually with simple types for the arguments. Is it possible to pass complex arguments? For example if I had a web method @WebMethod public void myMethod(int i, MyObj obj) {..} public class MyObj { private double a; private double b;

RE: Question on REST and Axis 1.3

2010-12-22 Thread Yashwanth Rajaram -X (yrajaram - Zensar at Cisco)
Thanks Charles for checking this. The end Web service receives the parameters fine (using both GET and POST) - but the Axis2 module is not able to access these parameters when using POST. :( However with GET the module is able to access the parameter. thanks, -- Yashwanth -Original Message

Re: Question on REST and Axis 1.3

2010-12-22 Thread Charles Galpin
If it helps, I can post fine using axis2 1.5. You do nothing special in your web service. The post contents for public void myMethod(String myParam); would be: myParam=data here I don't know how you are testing, but be sure to header "Content-Type" to "application/x-www-form-urlencoded" to us

RE: FW: Question on REST and Axis 1.3

2010-12-22 Thread Yashwanth Rajaram -X (yrajaram - Zensar at Cisco)
Andreas/Devlopers, Good job on smart mouthing me there :) Don't get me wrong for being persistent but I am able to reproduce this issue in Axis2 1.4 too. I am unable to test on Axis2 1.5.x because of the unavailability of Eclipse JST Web Services project (https://issues.apache.org/jira/browse

RE: Problem Axis2 with WebSphere7

2010-12-22 Thread William Walsh
Damien, There was a thread recently on the axis2-dev list "Is there a proper documentation on deploying AXIS2 in IBM Web Sphere" and it mentions a couple of IBM TechDocs indicating you have to have the class loader policy set correctly and rename .mar files: > [1] > http://www-01.ibm.com/suppo

Problem Axis2 with WebSphere7

2010-12-22 Thread Gougeon Damien
Hello, I have deployed an Axis2 platform on WAS7 (7.0.0.13). When I am trying to see the Axis2 services list from the administration page, I am getting this error: [ERROR] The addressing-1.5.1.mar module, which is not valid, caused org.apache.axis2.handlers.addressing.AddressingInHandler inco