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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4712 - 4741 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4712
I'm trying to use PocketSOAP on a system running Windows CE.net 4.2 on an Intel XScale PXA255 processor. I chose pocketSOAP.arm.CAB as the cab file to use for...
ezupan
Offline Send Email
Jan 4, 2007
7:39 pm
4713
If you manually copy the DLLs, then they need COM registration performing on them first. Why don't you just use the packaged installer? (rather than trying to ...
Simon Fell
simonfell99
Offline Send Email
Jan 4, 2007
8:41 pm
4714
Sorry, I forgot to mention that part. When I use the installer I get a message that says: Simon Fell's PocketSOAP v1.5 does not support the connected device ...
ezupan
Offline Send Email
Jan 4, 2007
9:25 pm
4715
Sorry, I forgot to mention that part. When I use the installer I get a message that says: Simon Fell's PocketSOAP v1.5 does not support the connected device ...
ezupan
Offline Send Email
Jan 4, 2007
9:33 pm
4716
Hello, I have just installed PocketSoap (version Win32 Version v1.5.4 Packaged Install) in my Windows XP laptop; as my first example, I have just executed the...
japablos
Offline Send Email
Jan 9, 2007
9:08 pm
4717
... Just sounds like you need to increase the Timeout property. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Jan 10, 2007
2:54 am
4718
On PocketPC there's a dev tool called regsvrce.exe for doing COM registration. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Jan 10, 2007
3:07 am
4719
I have an app that runs 1.3 pocketsoap and I need a copy of this otherwise I am getting errors with the newer version and no longer have the source code for...
Marc
marcmcsd
Offline Send Email
Jan 15, 2007
4:31 pm
4720
... I have it archived away somewhere (it is after all, ~ 4 years old now), do you want the PocketPC or Win32 version ? Also, the latest version should be...
Simon Fell
simonfell99
Offline Send Email
Jan 15, 2007
4:38 pm
4721
The win32 version please. And here is a screen shot of the error I am receiving. It is in an application that is just a fun little game I created with the...
M
marcmcsd
Offline Send Email
Jan 15, 2007
6:58 pm
4722
Based on the error i'm guessing google changed something, but here's v1.3 http://www.pocketsoap.com/pocketsoap/pocketsoap_130.msi Cheers Simon ... am...
Simon Fell
simonfell99
Offline Send Email
Jan 16, 2007
2:26 am
4723
Hi everyone! I'm trying to use PocketSOAP 1.5.4 from VFP9 on XP.. I succeded in accessing simple web services, it's a great library :) Now I'm raising the bar,...
joril2002
Offline Send Email
Jan 18, 2007
6:25 pm
4724
My vb6 client can call *SUCCESSFULLY* with the websphere v.6 web service. But, if I turned on SSL, the error "Method 'Send' of object 'IHTTPTransportDisp'...
hcyu
Offline Send Email
Jan 22, 2007
5:47 pm
4725
... SSL requires a real (i.e. verifiable by the O.S.) certificate chain on the server, and the name on the certificate needs to match the server name in the...
Simon Fell
simonfell99
Offline Send Email
Jan 23, 2007
2:17 am
4726
Thanks! But, when I used the websphere generated test client, i can still use both the SSL and non-SSL. Therefore, I expect it may be some setup issues. Now,...
hcyu
Offline Send Email
Jan 23, 2007
4:03 am
4727
You can use IE to import the signing certificate into the keystore. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Jan 23, 2007
4:50 am
4728
... For future reference: after some tracing sessions of psoap32.dll (the power of open source ... return type declared in the interface method, from VFP you...
joril2002
Offline Send Email
Jan 23, 2007
9:47 am
4729
Hi everyone! I'm sorry, I can't find a way to handle null values in a custom serializer.. It looks like a simple serializeValue(NULL, "name", "namespace") ...
joril2002
Offline Send Email
Jan 23, 2007
2:28 pm
4730
... You can either serialize the NULL yourself, or you should be able to serialize a variant of type VT_NULL. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Jan 23, 2007
4:31 pm
4731
... You mean something like writeTextNoEncoding('<' + name + ' XI:type="XS:' + type + '" XI:nil="true"/>') ? Ok, I'll try that, many thanks :)...
joril2002
Offline Send Email
Jan 24, 2007
3:44 pm
4732
Hi everyone :) I'm still having a little problem with my custom serializer :/ The webservice expects one complex parameter, and it rejects my call stating that...
joril2002
Offline Send Email
Jan 24, 2007
4:19 pm
4733
I'm connecting to an ssl endpont of salesforce through a proxy. Before the Login call I Transport.SetProxy(...) and Transport.ProxyAuthentication(...). The...
emerson80220
Offline Send Email
Jan 24, 2007
9:57 pm
4734
Got it, I was missing a call to SerializerOutput.QNameAttribute! Thanks anyway! :)...
joril2002
Offline Send Email
Jan 26, 2007
1:57 pm
4735
I have an application that uses PocketSOAP and it has been working well, but after an upgrade on the server now one of the methods is throwing this error. The...
georgehernando1
Offline Send Email
Jan 27, 2007
1:50 am
4736
... Is it possible that the server is actually getting it wrong? Are you sure your app is picking up the new version of PocketHTTP (if you get a capture of the...
Simon Fell
simonfell99
Offline Send Email
Jan 27, 2007
7:02 pm
4737
... Sounds like the connection pool is returning you an existing connection when it shouldn't. on first glance, its not obvious what's wrong (see the ==...
Simon Fell
simonfell99
Offline Send Email
Jan 27, 2007
7:05 pm
4738
... That'll work. You should use that for the nil attribute you wanted to serialize as well. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Jan 27, 2007
7:49 pm
4739
... Ahh, yeah, i can see what's going on. It thinks its the same address because for proxied connections we never resolve the target name to an ip address....
Simon Fell
simonfell99
Offline Send Email
Jan 27, 2007
7:54 pm
4740
Thanks Simon. I appreciate you looking into the issue. Bill _____ From: pocketsoap@yahoogroups.com [mailto:pocketsoap@yahoogroups.com] On Behalf Of Simon Fell ...
Bill Emerson
emerson80220
Offline Send Email
Jan 27, 2007
8:08 pm
4741
... Hey, i just managed to re-pro this one as well, must be some good coffee this morning ;) I'll look into it some more. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Jan 27, 2007
8:31 pm
Messages 4712 - 4741 of 5326   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