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
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;
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
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
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
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
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