webservice wsdl調用

一、wsimport編輯生成代理類java

/**
 * -d表示輸出的.class文件位置,-s表示輸出的.java文件位置,-p表示輸出的包名
 * wsimport沒法生成SOAP十二、GET、POST請求的代理類
 */
wsimport -d D:/ -s D:/src -p com.ws.proxy http://ws.webxml.com.cn/WebServices/MobileCodeWS.asmx?WSDL
web

將生成的java代碼放至工程中,調用.net

二、藉助axis3d

<dependency>
    <groupId>axis</groupId>
    <artifactId>axis</artifactId>
    <version>1.4</version>
</dependency>

三、https://blog.csdn.net/yutao_struggle/article/details/80829770代理

https://blog.csdn.net/menghuanzhiming/article/details/78475785xml

相關文章
相關標籤/搜索