开发者

implementing client with custom xml protocol without definition or schema

开发者 https://www.devze.com 2023-02-21 01:55 出处:网络
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.

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

精彩评论

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