简体   繁体   English

Java通用SOAP客户端库

[英]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. 我想要使​​用一些Web服务,但我不想使用任何方法,其中eclipse或其他代码生成机制为我生成任何SOAP客户端类。

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. 我想要一些类似于ksoap的东西(我在玩J2ME时使用的那个),它使我(自由地)创建SOAP请求并解析SOAP响应,而无需使用生成的客户端代码。

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 在此先感谢Bromo

没关系,我在Github找到了我想要的东西 ,它真的符合我的要求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM