Problem with MSXML3.DLL
- From: Piero <p.giammarino@xxxxxxxxx>
- Date: Sun, 01 Jul 2007 23:16:06 -0700
Hi,
I'm tring to implement a web service starting from the exemple showed
on MSSOAP Toolkit in particular AddrBook example. I'm working using
Windows CE version 4.20 and the Embedded Visual C++ with service pack
2. The platform that I'm using contains the sequence elements:
MSXML_DOM
XML_HTTP
XML_XSL
XML_SAX
If I try to use the method GetNames I haven't problems, all works
fine.... I have problems if It want use the GetAddr method. The
debug
return with this error:
{2933BF82-7B36-11D2-B20E-00C04F983E60}
- failed
DEBUGCHK failed in file d:\mckendric\private\servers\soap2\sources
\src
\wsdl\.\tmapr.cpp at line 1127
I think that the problem is in this function
HRESULT CDOMMapper::write(ISoapSerializer* pSoapSerializer, BSTR
bstrEncoding, enEncodingStyle enStyle, long lFlags, VARIANT * pvar)
{
HRESULT hr=S_OK;
CAutoRefc<IXMLDOMNodeList> pNodeList(NULL);
CHK_BOOL ((V_VT(pvar) == VT_DISPATCH) ||(V_VT(pvar) ==
VT_UNKNOWN), E_INVALIDARG);
CHK ( V_DISPATCH(pvar)->QueryInterface(IID_IXMLDOMNodeList,
(void**)&pNodeList));
// this might be complex.....
CHK ( saveList(pSoapSerializer, pNodeList) );
Cleanup:
ASSERT(SUCCEEDED(hr));
return (hr);
}
The function tries to find IID_IXMLDOMNodeList, in the function
QueryInterface, and fails because cannot find the key of
IID_IXMLDOMNodeList in the registry of the platform. I knew that the
MSXML3.dll puts this key into registry, but I did not find it. I know
that it's impossible to register the MSXML3 dll with RegSvr32, so
Anyone know how I can put this key in the registry????
Hope this helps
Thank's for yuor attention.
Best regards.
PG
I wrote this messege to microsoft.public.windowsce group too but
nobody has answered to me.
I hope in yours helps.
Best regards.
PG
.
- Prev by Date: Compatibility of windows ce and windows mobile
- Next by Date: Re: IE start page
- Previous by thread: Compatibility of windows ce and windows mobile
- Next by thread: Problem with MSXML3.dll
- Index(es):
Relevant Pages
|