Sorry to bother you. I am having problems with ssl over http from your component. It keeps on failing during the handshake. I have tested the pocket pc against...
hi simon I am not a C++ progammer. the sample you show me contain 21 files. So, I was wounder is it the Serialize problem or the Deserialize problem? I...
Simon, can u pls send me the pocket soap attachment project written using eVC++ to me? cwei_lim@.... I still cant srite a eVC++ program to send a file...
Hi once more with even more complex problem: Goal: divide process of requesting data (http.send) and processing it (env.parse) within eVB for PPC 2003 (with...
... what server environment is that ? there's been lots of testing of the gzip code on PPC2003 without any problems. ... Its a bug in HttpResponse::get_String,...
Hi, I'm trying to get a VB6.0 client to work with our web services, and it seems that the client VB is having trouble deserializing the information onto the...
... Are you sure the server is sending a real gzip response, I've heavily tested the gzip code on PocketPC 2003 against Apache and IIS and haven't seen any...
... well, actually its not, returnedData is not an array, as its missing a soapenc:arrayType attribute. ... How are you making the call, are you using the...
Actually, returnedData is an array since there was this arrayType attribute, but I just deleted them for brevity. I believe I used the WSDL generator to...
I have a webservice written in vb that works perffectly for another application using vs 2003. The service returns a byte array containing a file. However I...
in that case your code should be 'call results = request.methodName(<bunch of params here>) If IsArray(results) Then For i = LBound(results) To UBound(results)...
Okay, I tried that and it seems to bring us closer...though it says the line For j = LBound(results(i)) To UBound(results(i)) causes type mismatch error. I'm...
Hi, I am having the same problem as wizardii2003 and chenlyc7 regard the Array issue for pocket SOAP. Basically, I wish to know how can we can get the value...
I have problem when dealing with this sample too when I try to comment out 'e.Parameters.Create "nums", n n = array (10, 20, 30) Here is the working one....
VBScript (And therefore also eVB) have no support for arrays of bytes. You'll need to write a helper object in a language that does support arrays of bytes to...
... heavily ... I am sure, below I quote what I get form the server (it is accepted by PocketSoap on PPC 2002, but on PPC 2003 gets stuck). I use PocketSaop...
... This is an array of complex types. the returned value is an array of objects, each object is a CoSoapNode, use the .Nodes.Item or .Nodes.ItemByName...
From your previous post, the server is returning the wrong content-type, its returning text/html;charset=UTF-8 when it should be text/xml; charset=UTF-8, its...
... be ... look ... Sorry, I send to you the code generated for Web Browser (it was easier), but for app it is text/xml. Unfortunately now we had to turn of...
How do I generate WSDL for a C# class file ? Are there classes/methods in .NET environment that automatically do so ? PocketSOAP generates WSDL for COM object...