I would like to consume my Axis2 webservice through a JavaScript client.
+1
A:
You need a javascript SOAP client line jQuery SOAP plugin.
If you have access to the Web Service code, you could modify it to use JSON instead of SOAP.
kgiannakakis
2009-10-01 07:03:46
It is not a SOAP service.
AJ
2009-10-05 16:06:50
What kind of service is then (JSON, XML, HTML)? In all these cases I recommend using a javascript framework like jQuery.
kgiannakakis
2009-10-06 06:22:54