cxf 调用 .net webservice 出现服务器未能识别 HTTP 标头 SOAPAction 的值 解决方案
摘要:
在 接口类中import javax.jws.WebMethod;import javax.jws.WebParam;import javax.jws.WebResult;import javax.jws.WebService;import javax.jws.soap.SOAPBinding;@WebService(name = "UnitiveWorkSoap", targetNamespace = "http://tempuri.org/")@SOAPBinding(use = SOAPBinding.Use.LITERAL, parameterS 阅读全文
posted @ 2011-11-25 15:06 卡卡挖 阅读(765) 评论(0) 推荐(0)