Search the web
Sign In
New User? Sign Up
pocketsoap
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4134 - 4163 of 5327   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4134
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...
timo1w
Offline Send Email
Oct 3, 2005
10:40 pm
4135
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...
Simon Fell
simonfell99
Online Now Send Email
Oct 3, 2005
10:44 pm
4136
Thanks for the quick responce. When you say 'standard COM array' are you talking about a SAFEARRAY? - timo...
timo1w
Offline Send Email
Oct 4, 2005
1:15 am
4137
yes....
Simon Fell
simonfell99
Online Now Send Email
Oct 4, 2005
1:58 am
4138
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...
rijkste
Offline Send Email
Oct 4, 2005
12:38 pm
4139
... No, you'd have to write your own transport (or modify the current one) to do this. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Oct 4, 2005
3:17 pm
4140
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...
Caroline Woodley
cjwoodley
Offline Send Email
Oct 5, 2005
10:06 am
4141
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...
Martina, Steve
stevemartina
Offline Send Email
Oct 5, 2005
10:21 am
4142
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...
Caroline Woodley
cjwoodley
Offline Send Email
Oct 5, 2005
11:14 am
4143
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...
Martina, Steve
stevemartina
Offline Send Email
Oct 5, 2005
2:39 pm
4144
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...
timo1w
Offline Send Email
Oct 5, 2005
6:43 pm
4145
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...
Simon Fell
simonfell99
Online Now Send Email
Oct 6, 2005
3:01 am
4146
In an attempt to understand this more fully I've created a very simple test that demonstrates the problem. I am using 'document/literal' instead of...
timo1w
Offline Send Email
Oct 6, 2005
7:57 pm
4147
... 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...
Simon Fell
simonfell99
Online Now Send Email
Oct 7, 2005
2:10 am
4148
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...
ron_defulio
Offline Send Email
Oct 9, 2005
11:43 pm
4149
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 :...
cqgpublishing
Offline Send Email
Oct 9, 2005
11:44 pm
4150
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...
Simon Fell
simonfell99
Online Now Send Email
Oct 10, 2005
12:30 am
4151
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,...
knightzqxp
Offline Send Email
Oct 10, 2005
3:25 pm
4152
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......
mereneme
Offline Send Email
Oct 10, 2005
3:27 pm
4153
Hello! Has anyone tried PocketSOAP with Compact Framework 2.0? CF 2.0 should have COM Interop support. Cheers, Guenter...
guenter_pro
Offline Send Email
Oct 10, 2005
7:12 pm
4154
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: ...
zalak_13
Offline Send Email
Oct 11, 2005
5:21 pm
4155
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...
Simon Fell
simonfell99
Online Now Send Email
Oct 11, 2005
5:50 pm
4156
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...
wittsgary
Offline Send Email
Oct 12, 2005
2:55 pm
4157
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...
Simon Fell
simonfell99
Online Now Send Email
Oct 12, 2005
3:13 pm
4158
... Thanks Simon, Cheers Gary...
Gary Witts
wittsgary
Offline Send Email
Oct 12, 2005
5:13 pm
4159
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...
RyES540
Offline Send Email
Oct 17, 2005
6:00 am
4160
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 ...
knightzqxp
Offline Send Email
Oct 17, 2005
7:43 pm
4161
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...
zalak_13
Offline Send Email
Oct 17, 2005
7:43 pm
4162
hi Simon, this is wrt the message posted earlier by Zalak. the server has been modified to ...
kavithadamu711
Offline Send Email
Oct 17, 2005
7:45 pm
4163
... 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...
Simon Fell
simonfell99
Online Now Send Email
Oct 17, 2005
7:48 pm
Messages 4134 - 4163 of 5327   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help