Bromo Programmer
Bromo Programmer

Reputation: 670

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.

I did some search on this issues in this forum too, but most are advising to use code generation method, and that is not what I'm looking for.

Any suggestion will be appreciated.

Thanks in advance, Bromo

Upvotes: 1

Views: 2906

Answers (1)

Bromo Programmer
Bromo Programmer

Reputation: 670

Never mind, I found what I'm looking for here in Github, and it really suit to my requirements.

Upvotes: 3

Related Questions