开发者

wsdl from java code

can some开发者_如何学Gobody please tell me how to generate wsdl from java code ?


Another approach would be to think "contract first": start by defining your request and response XML and generating WSDL from that. Your Java classes are decoupled from the WSDL, and "duck typing" is possible.

This is the approach taken by Spring web services.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜