根据wsdl文件建立spring ws客户端

You can do it this way:html

  1. Generate your java types using the xjc tool that comes with the JDK distributions - xjc -wsdl file.wsdljava

  2. Then using the generated java types, use WebserviceTemplate, described here to create the client.web

相关文章
相关标签/搜索