开发者

implementing client with custom xml protocol without definition or schema

I have a boring task to implement client side of xml based protocol. The problem is that there is no schema, no wsdl, just examples.

In such situation, is it possible to eliminate "code-monkey" work -- maybe annotate this examples somehow, or generate schema fo开发者_StackOverflow中文版r them, or something else?


Check out the Spring support for XML mapping or go directly to JAXB or CASTOR.

Spring http://static.springsource.org/spring-ws/site/reference/html/oxm.html Castor http://www.castor.org/xml-mapping.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜