Prev: Help with trim!
Next: AS400 OLE DB connection
From: Tom on 10 Mar 2006 09:57 Hello, In my application i have this error: Connector:Connection failed or server refused connection (request might exceed MaxPostSize). HRESULT=0x800A151E - Client:An unanticipated error occurred during the processing of this request. HRESULT=0x800A151E - Client:Sending the Soap message failed or no recognizable response was received HRESULT=0x800A151E - Client:Unspecified client error. HRESULT=0x800A151E (n.5406) I'm set value in the registry key MAXPOSTSIZE = 0x9c4000 (10 MB)... but not it works.. I have a most computer and works., but in a Computer use then proxy and not it works This is my code for connect with proxy: Set SoapCL = New SoapClient30 WSDLEndPointUrl = "http://IPADDRESS/DIRECTORY/MyProject.WSDL" WSDLFile = "file:///" & App.Path & "\MyProject.WSDL" Call SoapCL.MSSoapInit(WSDLFile, "ServiceName", "SoapPort") SoapCL.ConnectorProperty("EndPointURL") = WSDLEndPointUrl SoapCL.ConnectorProperty("ProxyServer") = "<CURRENT_USER>" SoapCL.ConnectorProperty("ProxyUser") = SoapProxyUserName SoapCL.ConnectorProperty("ProxyPassword") = SoapProxyPwd SoapCL.ConnectorProperty("EnableAutoProxy") = True SoapCL.ConnectorProperty("WinHTTPAuthScheme") = 1 SoapCL.ConnectorProperty("Timeout") = 999999999 Help me!!
|
Pages: 1 Prev: Help with trim! Next: AS400 OLE DB connection |