msxml3.dll error '80072f78' The server returned an invalid or unrecognized response
14 Jun 2005 08:36:22 -0700
I get the following error on Windows Server 2003 but not 2000.
msxml3.dll error '80072f78'
The server returned an invalid or unrecognized response
I have read that it is because Server 2003 does not like >1 200OK
responses.
Does anyone know of a work around for this?
...
|
Soap Toolkit basic authentication
13 Jun 2005 10:34:40 -0700
I am trying to set up basic authentication for soap client.
SoapClient3.mssoapinit("MyWSDL.wsdl, "WSDLService", "WSDLPort")
SoapClient3.ConnectorProperty("AuthUser") = "myusername"
SoapClient3.ConnectorProperty("AuthPassword")="mypassword"
SoapClient3.callXYZ
I keep getting an unspecified HTTP error wit ...
|
Com Callable Wrapper
Fri, 10 Jun 2005 16:07:24 +0800
I just want to let the asp page able to consume web services. Is it ok to
just use Com Callable Wrapper? No need for SOAP toolkit? (sth like this?
http://www.15seconds.com/issue/010214.htm)
...
|
when I use WSDL generator import a DLL file, it alert me: 80029C4A
Fri, 10 Jun 2005 00:25:01 -0700
The DLL is produce with vb.net , when I selected it in WSDL generator,
It is show me : -2147312566 (80029C4A) Error loading type library/DLL.
when I tried make the dll => tlb , alert message become :
"The COM object you selected has no medhods that can be called through Soap"
Doest anything I lost t ...
|
Toolkit 3 is the only way to go?
Fri, 10 Jun 2005 15:07:34 +0800
We want to use some web services on our old ASP applications. Is it Toolkit
3 is the only way to go?
I read some info that this toolkits may outdated and it no longer support by
Microsoft.
So, any better alternative if we need to consume web services with ASP
applications?
Thx
...
|
Take command line parameter as XMl Input File name
Fri, 10 Jun 2005 09:42:44 +0530
Hello
I am doing a project " custom charting tools" Using VB in this the client
need two custom tools
1. Regression Tool
2. Time Series Tool
for graphing and displaying data. should exist as seperate application,
ability to be embeded into excel and/or web a big plus.
Regression Tool
Take command ...
|
SOAP WSDLReader error message
Thu, 09 Jun 2005 16:32:48 -0700
Hello,
I am having a problem with SOAP whenever I run the MSInitSoap method. I
get the following error message:
WSDLReader: WSDLReader: Loading of the WSDL file failed
HRESULT=0x80040154: Class not registered
-Client: An unanticipated error occurred durring the processing of this
request. HRESULT=0x80 ...
|
|
|
Somebody know if WSE .X509 Digital Signature compatible with Websp
Tue, 7 Jun 2005 19:03:01 -0700
Somebody know if WSE .X509 Digital Signature compatible with Websphere? ...
|
Pass array via SOAP from asp page to dotnet webservice
Fri, 3 Jun 2005 11:04:54 +0100
Hi,
I am trying to pass an array of simple types from an asp page (JScript) to a
dotnet web service using the SOAP Toolkit 3.0. This is still at the Hello
World stage, as you can see:
WEB SERVICE METHOD
[WebMethod]
public string AcceptArray(object[] parameters)
{
return "no erro ...
|
trouble using perl to pass in SAFEARRAY
Fri, 03 Jun 2005 12:59:07 +1000
Hello All
we are trying to call (COM method IIS) (MS SOAP3 SDK)
STDMETHODIMP CSoapReciever::PutDetails(SAFEARRAY **int_args, SAFEARRAY
**string_args)
from perl via soap
we are trying to define and load the SAFEARRAY's in perl as follows.
sub soapPutClientDetails {
# Setup SOAP:
my $soa ...
|