根據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

相關文章
相關標籤/搜索