views:

70

answers:

1

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
It is not a SOAP service.
AJ
What kind of service is then (JSON, XML, HTML)? In all these cases I recommend using a javascript framework like jQuery.
kgiannakakis