I am having a problem using javascript arrays and PocketSOAP the vbscript example (array.vbs) runs fine, however, when I convert it to javascript I get an...
I don't remember all the details right now, but i know that in javascript, the array is not a standard COM array, and is not mapped to a standard COM array...
Is it possible to get a progress report while PocketSoap is sending a file to a service? So i can inform the user about the status. And is it possible to...
I'm getting this exact same error too and I have imported the certificate (a test certificate from one of our internal servers) into the certificate store...
I managed to get this working without too many problems; I use Axis (a Java SOAP toolkit) on the server side, so essentially I have a Java 1.4 JRE running...
I've already imported the certificate into the Trusted Root Certificate Authorities store and the Personal store for my own user name and I'm still getting the...
Have you configured the server side to use the corresponding private key? Are you sure it is actually using it? You could try and connect to the SOAP...
One final (I hope) question. It appears that the Microsoft web services require that the node name of the array elements be the data type of the elments (in...
you can't change the name of the array elements, if you're doing rpc/encoded soap, the spec is clear that the name of the array items is meaningless. I've done...
... Yes, for document/literal it the element names do matter, and you can't use the provided array serializers for this, you'll have to do what you're doing...
Hello, If you are looking for NTLM proxy testing, I have a ISA Server setup which requires NTLM authentication. I would love to test a win32 build of this...
I'm trying to run the vbscript example for the Google API. I'm running: Windows XP Pro Version 2002 Service Pack 1 I downloaded and installed: Latest :...
Its expecting to find a proxy at localhost 7070 (on the assumption that your using proxyTrace and want to see what's going on). Comment out line 10 if you're...
Just posted the latest source with binaries for both pocket pc and win32... Let me know if anything goes wrong... i just need to add kerberos support to it,...
Hi everybody Is there any sample (code) showing how to write a custom serializer for C# or VB.NET? I don't understand C++ so i need help for c# or vb.net......
Hello, I am not able to send u direct message with attachment. Well i have a problem with the call to the Parse method in the following piece of code: ...
env.Parse(t, "") should be env.Parse(t) or dim enc as string env.Parse (t, enc) t.send doesn't wait for anything from the server. (at the http level, at the...
Hi, I am trying to implement an xm-rpc client app in vb.net. The function I am calling returns an array of strings (variable number of elements). Which VB data...
arrays from PocketXMLRPC are always arrays of variants, so in .NET that would be an array of object. not well-formed implies though that the response from the...
Hello, Does anyone have any suggests on how to code a progress bar for a XML- RPC or SOAP call. I am sending a datafile through the call and would like to add...
Hi All, Has anyone had any issues with SSL under Windows Mobile 5.0 using the PocketXMLRPC/PocketHTTP libraries? I get the error -2147024886 => "The ...
hello, the env.parse(t) as it waits for an envelope, well the documentation says that it can be anything a String, Envelope or an array. Well we are trying to...
... Hi, There's nothing in the transport classes that would support this, the transport would need to be modifed to fire events on a regular basis indicated...