WinHttp COM Error 0x80072F05: The date in the certificate is inva
Wed, 10 Aug 2005 14:23:02 -0700
I've written a WinHttp client that talks to a web service. On certain
platforms, WinHttp always returns error 0x80072F05 (-2147012859). The
associated text for the error is "The date in the certificate is invalid or
has expired".
However, this is not true. The certificate at the Data Center is perfec ...
|
huge soap body
Wed, 10 Aug 2005 04:02:02 -0700
Hello
I have a huge soap body in my web service - it's over 5MB. Is it possible to
send it to web service? I have problem with this,but i cannot send
attachments.
Can anyone help me? ...
|
DLL Host Memory Increasing problem
8 Aug 2005 01:35:21 -0700
Hi all,
I've developed XML Web Service with VC6 & SOAP SDK3.0.
Because my ISAPI module is based on ATL_COM, I changed it to ISAPI with
WSDL Generator.
Allocated memory size is go on increasing whenever SOAP function is
called.
Finallly IIS says virtual memory is too big using Messenger service and
system ...
|
SOAP response contains SCHEMA definition
3 Aug 2005 06:11:33 -0700
Dear all,
We are trying to integrate to a simple .Net web service
but we are having an issue as the response from the .Net
web service contains the schema definition. As such the
response is not getting interpreted correctly. How can
we change the .Net web service to stop it from sending the
SCHEMA definit ...
|
Troubles with: soaptoolkit v3.0, VB6 & maxOccurs="unbounded"
Tue, 2 Aug 2005 07:22:03 -0400
Hi,
I am trying to write an application to use the Google AdWords API which
uses Soap. I am using the MS soaptoolkit v3.0 and VB6 and I can
sucessfully communicate with the API in most cases however when I try
to use the functions such as:
Code:
--------------------
<element name="getAdGroupStats" } ...
|
Accessing webservice using VB6.0 in Windows 98 Operating System
Sun, 31 Jul 2005 03:39:01 -0700
...
|
I need XML knowledge
Fri, 29 Jul 2005 19:27:16 +0200
Dear developer,
Do you often wonder who built a certain website and how it is done? And who
manages that website right now?
Strange, but developers usually stay anonymous while they should present
themselfs to get more orders.
We have been working on a website to change this situation:
WebmastersLookup.c ...
|
|
|
The facts you should know about making money online!
Thu, 28 Jul 2005 21:00:06 +0100
-Discover how to get 1 Million visitors without paying a dime
in
advertising!
-Discover how a young 31 years old man just became
a
millionaire on the Internet... in weeks!
He paid cash for a Porsche 911 Carrera convertible and a
giant domain
with private lake in only 28 days.
More than 20,000 people have be ...
|
MSXML and chinese
Mon, 25 Jul 2005 14:02:37 -0400
Anybody know how to load XML file contaning chinese characters?
this is failing: hr = m_pDomDocument->load(bstrURL);
thanks
...
|
Problem with parameters to a webservice
25 Jul 2005 08:24:16 -0700
Hi,
I'm trying to send parameters to a webservice, but somehow they don't
seem to get through.
Here is my jscript code:
try
{
//Create a SOAP object
var objSOAPConnector = new ActiveXObject("MSOSOAP.HttpConnector30");
//Set the EndPointURL property to point to the Web Service
objSOAPCo ...
|