我希望我的QuickBooks WebConnector(QBWC)连接到我的开发服务器节点soap

我希望我的QuickBooks WebConnector(QBWC)连接到我的开发服务器节点soap,soap,qbwc,node-soap,Soap,Qbwc,Node Soap,有两台服务器,我的开发服务器和当前安装的Quick Books服务器 这是保存在Quick Books服务器上的.QWC文件 <?xml version="1.0" encoding="utf-8"?> <QBWCXML> <AppName>QBWebService</AppName> <AppID></AppID> <AppURL>https://<url>/soap.js</AppURL&g

有两台服务器,我的开发服务器和当前安装的Quick Books服务器

这是保存在Quick Books服务器上的.QWC文件

<?xml version="1.0" encoding="utf-8"?>
<QBWCXML>
<AppName>QBWebService</AppName>
<AppID></AppID>
<AppURL>https://<url>/soap.js</AppURL>
<AppDescription>This is The App</AppDescription>
<AppSupport>https://<url></AppSupport>
<UserName>User</UserName>
<OwnerID>{GUID}</OwnerID>
<FileID>{GUID}</FileID>
<QBType>QBFS</QBType>
</QBWCXML>
问题是Web连接器一直说它无法验证我的证书,“QBWC1048:QuickBooks Web连接器无法验证Web应用程序服务器证书。”。我知道证书是好的,两台计算机之间的防火墙是开放的

下面是WebConnector日志文件中的内容

> 20160906.20:29:30 UTC : QBWebConnector.WebServiceManager.ReadQWC(QWCReader QWC) : Parsing application configuration xml file to load its content to variables
20160906.20:29:51 UTC   :  : QBWC1048: QuickBooks Web Connector could not verify the web application server certificate.Certificate URL:https://<url>/soap.jsStackTrace:at System.Net.HttpWebRequest.GetResponse()
at QBWebConnector.QWCReader.CheckCertURL()Message (description of theexception):Unable to connect to the remote server Source (name of application or object that caused the exception):SystemTargetSite (method that threw the exception):System.Net.WebResponse GetResponse()InnerException:System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond <IP>:443
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
atSystem.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state,IAsyncResult asyncResult, Exception& exception)
20160906.20:29:58 UTC   :QBWebConnector.WebServiceManager.ReadQWC(QWCReader QWC) : QBWC1048: QuickBooks Web Connector could not verify the web application server certificate.
QBWC1051: The new application was not added
20160906.20:29:58 UTC   :  : ~SingleInstanceHandler() - usingInstanceChannel = false. Returning without any Registry key delete or unmarshalling.
>20160906.20:29:30 UTC:QBWebConnector.WebServiceManager.ReadQWC(QWCReader QWC):解析应用程序配置xml文件以将其内容加载到变量
20160906.20:29:51 UTC::QBWC1048:QuickBooks Web连接器无法验证Web应用程序服务器证书。证书URL:https:///soap.jsStackTrace:at System.Net.HttpWebRequest.GetResponse()
在QBWebConnector.QWCReader.CheckCertURL()消息(异常说明):无法连接到远程服务器源(导致异常的应用程序或对象的名称):SystemTargetSite(引发异常的方法):System.Net.WebResponse GetResponse()InnerException:System.Net.Sockets.SocketException(0x80004005):连接尝试失败,因为连接方在一段时间后没有正确响应,或者建立的连接失败,因为连接的主机没有响应:443
位于System.Net.Sockets.Socket.DoConnect(端点端点快照,SocketAddress SocketAddress)
atSystem.Net.ServicePoint.ConnectSocketInternal(布尔连接失败、套接字s4、套接字s6、套接字和套接字、IPAddress和address、ConnectSocketState状态、IAsyncResult asyncResult、异常和异常)
20160906.20:29:58 UTC:QBWebConnector.WebServiceManager.ReadQWC(QWCReader QWC):QBWC1048:QuickBooks Web Connector无法验证Web应用程序服务器证书。
QBWC1051:未添加新应用程序
20160906.20:29:58 UTC::~SingleInstanceHandler()-usingInstanceChannel=false。在没有任何注册表项删除或解组的情况下返回。
如果您需要更多信息,请询问


任何帮助都将不胜感激。谢谢。

您是否尝试添加到QWC文件中?您好,是的,很遗憾,运气不好。但是谢谢你。你试过添加到QWC文件吗?嗨,是的,不幸的是,没有运气。但是谢谢你。
> 20160906.20:29:30 UTC : QBWebConnector.WebServiceManager.ReadQWC(QWCReader QWC) : Parsing application configuration xml file to load its content to variables
20160906.20:29:51 UTC   :  : QBWC1048: QuickBooks Web Connector could not verify the web application server certificate.Certificate URL:https://<url>/soap.jsStackTrace:at System.Net.HttpWebRequest.GetResponse()
at QBWebConnector.QWCReader.CheckCertURL()Message (description of theexception):Unable to connect to the remote server Source (name of application or object that caused the exception):SystemTargetSite (method that threw the exception):System.Net.WebResponse GetResponse()InnerException:System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond <IP>:443
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
atSystem.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state,IAsyncResult asyncResult, Exception& exception)
20160906.20:29:58 UTC   :QBWebConnector.WebServiceManager.ReadQWC(QWCReader QWC) : QBWC1048: QuickBooks Web Connector could not verify the web application server certificate.
QBWC1051: The new application was not added
20160906.20:29:58 UTC   :  : ~SingleInstanceHandler() - usingInstanceChannel = false. Returning without any Registry key delete or unmarshalling.