Ok, that makes it easier. Problem is, when I make this call: CHECK_FAILED(penv->Parse(CComVariant(pt), NULL)); I get an error 0x800401f3 "Invalid class...
ComType is whatever you pass in the call to deserializer, its basically a hint, you can choose to use it, or choose to have your deserializer hard coded to...
Hi, Does anyone know why I keep getting the error: "Unexpected error whilst parsing WSDL Error in loading DLL err=48" when using the WSDL? I have used the WSDL...
Thanks a lot for your help! I deeply appreciate it! Ok, if you recall, a beacon contains an array of integers called locatedIDs. The serializer puts this...
Hi, We've been testing PocketSOAP and found it is a great tool in many areas (e.g. compression and SSL). However, we also use keyboard hook to trap keyboard...
... In PocketSOAP the calls that trigger network traffic will block the threads message pump, so whilst these calls are ongoing, you won't get keypress, menu's...
We are running psoap32.dll version 1.4.3.2903 and pocketHTTP.dll version 1.0.2.4. Our main VB6 app called a web services for a registration process and this...
I'm successfully sending a SOAP message to the server w/MIME attachments (thanks, Simon) but the message is not being properly processed because the attachment...
A piece of code like the following fails with 80044311 (Error establishing SSL connection via proxy). I am able to send the message to the same endpoint via...
... Hi, You can't. The Content-ID is all that's needed, that's what is referenced from the SOAP Envelope (using the href="cid:9E7...." attribute) Cheers Simon...
... It looks like its not getting a 200 status code back from the proxy server when PocketSOAP does the http CONNECT. do you have a trace of the proxy's...
... There are a couple of fixes for null pointer problems in 1.5 beta 2, can you try that and see if you still have the same problem. Do you have a system...
OK, fair enough. Checked the documentation from W3C, and turns out the parameter is optional. I'll check our code and see what's up on that side. All the best....
I'm trying to connect to a https server, but my VB6 crashes. I'm using the following code. Sorry for my english. In http servers work fine. 'XXXXXXXXXXXX Dim...
Is it crashing as in an Dr Watson, Application exception crash, or crashing as in throwing an error ? If its an error, what's the error number, and on which...
Hi, Simon, I know that's not the right place, but I think you can read this: http://radio.userland.com/discuss/msgReader$33133?mode=topic&y=2004&m=8&d=6 It's...
... The Serialize method on the envelope object returns a string version of the SOAP envelope which you can look at. Alternatively you can use one of the...
Hi, I have this XML envelope that is returned by the server and the Win32 version can parse this without problem. However, with the same code in PocketPC, and...
The values I get out of the locatedIDs array aren't what I should be getting. They appear to just be random junk. At first I did the following so that I...
Actually, the error is in m_pSoapEnv->Parse, and the cause is definitely the element that contains array of type xsd:long. I tried to change the simple...
... many ... winsock? ... get ... the ... other ... Hi Simon, Thanks for your prompt reply. You are quite right. We are using MSTK 2.0. I just tested it with...
I need to send this code: <a:autenticarUsuario S:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <op1 xsi:type="xsd:string"> <autenticarUsuario> ...