You can do it this way:
-
Generate your java types using the xjc tool that comes with the JDK distributions -
xjc -wsdl file.wsdl
-
Then using the generated java types, use WebserviceTemplate, described to create the client.
本文共 268 字,大约阅读时间需要 1 分钟。
You can do it this way:
Generate your java types using the xjc tool that comes with the JDK distributions - xjc -wsdl file.wsdl
Then using the generated java types, use WebserviceTemplate, described to create the client.
转载于:https://my.oschina.net/u/163737/blog/725967