Saturday, 24 August 2013

Java generic SOAP client lib

Java generic SOAP client lib

I wanna consume some web services, but I don't wanna use any method where
eclipse or other code generation mechanism to generate any SOAP client
classes for me.
I want something similar to ksoap (the one I used a loooong time ago when
playing with J2ME), which enable me (freely) to create a SOAP request and
parse SOAP response, without the need of using generated client codes.
Any suggestion will be appreciated.
Thanks in advance, Bromo

No comments:

Post a Comment