Discussion:
msxml3 problem with ATL soap
(too old to reply)
EricGen
2006-10-16 17:42:01 UTC
Permalink
Hi

I am using the SOAPTransport sample from MSDN, TCPServer and TCPClient. It
works fine when I use it on machines with msxml3.dll version 3.0 SP5 but not
on those with version 3.0 SP7. This is the case on many machines. The
SAXXMLHandler's parse method returns 0xc00ce558. Tracing further through
atlsoap.h, the difference seems to be that the content handler given to the
SAXXMLHandler (a ISAXContentHandler) is not called the same way in both. In
SP5, its startElement method is called but not in the SP7.

Is this a known bug, is there a work around?

Any help greatly appreciated

Eric
j***@singularity.co.uk
2006-10-25 15:55:14 UTC
Permalink
Hi,
Did u ever get a resolution to this?
We are having issues with SP7 which don't occur with SP5.

Thanks
Post by EricGen
Hi
I am using the SOAPTransport sample from MSDN, TCPServer and TCPClient. It
works fine when I use it on machines with msxml3.dll version 3.0 SP5 but not
on those with version 3.0 SP7. This is the case on many machines. The
SAXXMLHandler's parse method returns 0xc00ce558. Tracing further through
atlsoap.h, the difference seems to be that the content handler given to the
SAXXMLHandler (a ISAXContentHandler) is not called the same way in both. In
SP5, its startElement method is called but not in the SP7.
Is this a known bug, is there a work around?
Any help greatly appreciated
Eric
Loading...