Invalid SOAP message or SOAP version mismatch
在把过车数据上传到海康平台的时候返回:
Invalid SOAP message or SOAP version mismatch
网上找了说是协议问题,但是不知道如何解决;
我用客户端是c#2.0;对方是java的webwervice;对方说用soapui可以发送到服务端,那就证明是可以通的。
后来,后来,后来,
经过网上找的用java代码调试:
options.setSoapVersionURI(SOAP12Constants.SOAP_ENVELOPE_NAMESPACE_URI);
终于通了。
于是想到soapui导出代码时也应该有选项,果然,被我找到:导出.net2.0的时候,需要选中protocol: SOAP12
Invalid SOAP message or SOAP version mismatch的更多相关文章
- nginx error.log 提示 [error] 887#887: *58 FastCGI sent in stderr: "PHP message: PHP Warning:  mysql_connect(): Headers and client library minor version mismatch. Headers:50556 Library:50637
		
0. 1.问题 1.1现象: nginx error.log 提示 [error] 887#887: *58 FastCGI sent in stderr: "PHP message: PH ...
 - Transport level information does not match with SOAP Message namespace URI错误的理解
		
理论知识: 转自:http://wso2.com/library/articles/differentiating-between-soap-versions-looking-soap-message ...
 - infopath发布的提示“无法解析SOAP消息”(The SOAP message cannot be parsed)问题解决方案
		
最近发现一个列表数据过大,每次发布infopath表单提示如下错误: 后来发现一个infopath表单通过list.asmx and Formsservice.asmx来进行发布的. This err ...
 - HTTP message vs SOAP message
		
HTTP Message / SOAP Message HTTP Message ===>包括Request, Response.我们主要关注的是 HTTP Message,这样子包含的范围会更 ...
 - Java调用webservice接口方法(SOAP message、xfire、axis)
		
webservice的 发布一般都是使用WSDL(web service descriptive language)文件的样式来发布的,在WSDL文件里面,包含这个webservice暴露在外面可供使 ...
 - OpenSSL version mismatch. Built against 1000105f, you have 10001060
		
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732940 http://ftp.debian.org/debian/pool/main/o/ope ...
 - tmux protocol version mismatch (client 7, server 6)
		
$ tmux attach protocol version mismatch (client 7, server 6) $ pgrep tmux 3429 $ /proc/3429/exe atta ...
 - libtool: Version mismatch error 解决
		
在编译一个软件的时候,在 ./configure 和 make 之后可能会出现如下错误: libtool: Version mismatch error. This is libtool 2.4. ...
 - SQLite header and source version mismatch 解决方案
		
我下载了sqlite源码,并且configure, make, make install. 然后就出现SQLite header and source version mismatch 的错误. 上 ...
 
随机推荐
- noip 2014 子矩阵
			
先枚举行再DP列.好题,详见代码 #include <cstdio> #include <cstring> #include <cstdlib> #include ...
 - hadoop-1.2.0安装记录
			
一.添加用户(各机器均一致) 添加组: sudo addgroup hadoop 添加用户并到组:sudo adduser -ingroup hadoop hadoop 二.ssh无验 ...
 - Storm系列(十六)架构分析之Executor-Bolt
			
准备消息循环的数据 函数原型: 1 let[executor-sampler (mk-stats-sampler (:storm-conf executor-data))] 主要功能: 定义tupl ...
 - HW3.1
			
import java.util.Scanner; public class Solution { public static void main(String[] args) { Scanner i ...
 - 5 crucial optimizations for SSD usage in Ubuntu Linux
			
I bought my first SSD more than 5 years ago (late 2007), for my white MacBook Core2Duo 2.0 Ghz. It m ...
 - Java和.NET的GZIP压缩功能对比
			
本文主要比较了Java和.NET提供的GZIP压缩功能. 介绍 在本文中,我们将讨论Java和.NET提供的GZIP压缩功能,并且用实例来说明哪个压缩方法更佳. 在Java中,我们有提供GZIP压缩的 ...
 - devexpress中gridview控件编辑时改变输入法状态
			
在win7环境下使用Devexpress中的SpinEdit控件,切换成中文[简/繁]输入法输入数字键时有不少输入法会重复产生数字如输入1会变成11,输入123会变成112233.使用SpinEdit ...
 - 问题-Delphi记忆工程打开的单元(XE2设置项)
			
问题情况:每次在delphi中打开了N个单元的窗口,关闭delphi后,第二天还得一个一个打开单元窗口.问题原因:这是因为delphi的记忆功能未打开.问题处理:Tools->Options.. ...
 - poj3101
			
不难,结果: 程序: import java.math.*; import java.util.*; public class Main { public static void main(Strin ...
 - jbpm4.4 demo3
			
package cn.itcast.c_processinstance; import java.util.List; import org.jbpm.api.Configuration; impor ...