Hi All,
Is there any way to call a web service using J2ME which is deployed using Java Axis 2 ?
Regards,
Primal
Hi All,
Is there any way to call a web service using J2ME which is deployed using Java Axis 2 ?
Regards,
Primal
Hi Primal,
I have not detailed infos about Java Axis, but to access web services you could use JSR 172. Take a look at these articles for more infos:
http://developers.sun.com/mobility/apis/articles/wsa/
http://developers.sun.com/sw/buildin...ent/index.html
Pit