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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 2964 - 2993 of 5330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2964
... You probably don't have write permissions to the directory you selected to generate the output to. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jul 2, 2004
12:15 am
2965
... call the serialize method on the envelope object. or use one of the many network tracing tools ( yatt, tcpTrace, proxyTrace ) Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jul 2, 2004
12:16 am
2966
its probably because you're not calling CoUninitialize()...
Simon Fell
simonfell99
Online Now Send Email
Jul 2, 2004
12:28 am
2967
I am a VBScript newbie and am having trouble figuring out how to serializer and deserialize complex-types in vbscript. Does anyone have a sample script they...
schochet
Offline Send Email
Jul 2, 2004
3:08 pm
2968
... I don't think you can do it that way entirely in VBScript. However you can access complex Types without having to use custom deserializers, see the docs...
Simon Fell
simonfell99
Online Now Send Email
Jul 2, 2004
3:26 pm
2969
Thanks for answering. Are you saying that in vbscript I can't make a custom serializer for a complex-type? I'd hate to have to go back to trying to make this...
schochet
Offline Send Email
Jul 2, 2004
3:36 pm
2970
custom [de]serializer are com classes, you can't write com classes in VBScript. However you can use complex types without any custom [de]serializers by using...
Simon Fell
simonfell99
Online Now Send Email
Jul 2, 2004
5:16 pm
2971
Sorry to be a pest but if this is absolutely not possible please let me know so I can stop bashing my head against my computer... BTW, is there a way for me to...
schochet
Offline Send Email
Jul 2, 2004
5:25 pm
2972
I'm porting my app from PocketPC to a CE4.2 device. Are there pocketsoap binaries available for linking into CE4.2 apps running on ARMV4I? Or do I have to...
wilddave
dbolling67
Offline Send Email
Jul 2, 2004
9:35 pm
2973
That was my first thought, however, It did write the *.cls files to the directory. I recieved the error (I'm assuming) during the generation of the VB Project...
Deez Nutz
diz_z_eye
Offline Send Email
Jul 3, 2004
12:20 am
2974
Great!!! Way to go Simon, really works. Thank you very much. Rico Pamplona (aka Koi Rix) *********** REPLY SEPARATOR *********** ... Rico Pamplona AVSOFT -...
Rico R. Pamplona
ricorp
Offline Send Email
Jul 3, 2004
12:20 am
2975
You can do it, its just different, did you read the link i've posted (for the 3rd time now) http://www.pocketsoap.com/weblog/stories/2004/06/0027.html this...
Simon Fell
simonfell99
Online Now Send Email
Jul 3, 2004
12:23 am
2976
The binaries in the packed install will install/run fine on PocketPC 2003 which is CE4.2 based. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jul 3, 2004
12:24 am
2977
Simon, Would this potentially be the problem I had written about previously, where after a large number of transactions the system would just stop sending...
karlbuiter
Offline Send Email
Jul 3, 2004
4:49 am
2978
This may have been answered elsewhere and I'll try to look... and I may have some ideas from my work with IE - but if someone has a link or guidance it would...
karlbuiter
Offline Send Email
Jul 3, 2004
4:53 am
2979
I did see that page thanks. but it seems to gives me the array RPC encoded as opposed to straight XML like the WSDL expects. Here is the Type from the WSDL...
schochet
Offline Send Email
Jul 5, 2004
3:50 pm
2980
Hi all! This is my first message in this mail-list, so i'd like to meet you my self. My name is Juan Luis (a literal translation could be "John Luis" :P), and...
pirrimanson2000
Offline Send Email
Jul 7, 2004
3:36 pm
2981
The namespace is pulled from the WSDL & Schema definitions, can you post your WSDL (as an attachment) so i can see what its specifying. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jul 7, 2004
8:45 pm
2982
Yes, of course....
PKDor
pirrimanson2000
Offline Send Email
Jul 8, 2004
4:12 pm
2983
I have run the PocketSOAP.1.4.3.exe install on my computer. In a PowerBuilder script, I have the following code: OLEObject soap, http soap = CREATE OLEObject...
glennharland
Offline Send Email
Jul 9, 2004
1:21 am
2984
All, Firstly, thanks Simon for making such an easy to use tool like the WSDL wizard. When I use it to generate a class from the WSDL found at ...
Brantley Hobbs
geekopus
Offline Send Email
Jul 9, 2004
1:23 am
2985
Hello, I our application on PocketPC it happens that we have some big transfert. Sometimes it can be quite slow and we want to give the user the possibility to...
Michel Drapeau
mykeulflag
Offline Send Email
Jul 14, 2004
1:00 am
2986
... The WSDL says that the elements should be namespace qualified (see the elementFormDefault attribute on the schema element). You should be able to change...
Simon Fell
simonfell99
Online Now Send Email
Jul 14, 2004
3:14 am
2987
i get runtime error -2146762487 (800b0109) "Method Send of ISOAPTransportDisp failed" Which is (using errlook.exe) turns out to be "A certificate chain...
Simon Fell
simonfell99
Online Now Send Email
Jul 14, 2004
3:22 am
2988
... No, I have been thinking about adding an async interface to PocketHTTP which may then allow you to stop the operation. No firm plans or schedule yet for...
Simon Fell
simonfell99
Online Now Send Email
Jul 14, 2004
3:23 am
2989
All right. Thanks ... From: Simon Fell [mailto:ws@...] Sent: Tuesday, July 13, 2004 11:24 PM To: pocketsoap@yahoogroups.com Subject: Re:...
Michel Drapeau
mykeulflag
Offline Send Email
Jul 14, 2004
12:11 pm
2990
... Simon, thanks for the reply. I've actually taken the trouble to import the cert into the current user account store, which is how you get past that...
Brantley Hobbs
geekopus
Offline Send Email
Jul 14, 2004
3:42 pm
2991
Hi, PocketHTTP v1.2.1 is now available, this is a minor update from the 1.2 release, and contains the following changes * Dependencies are all now statically...
Simon Fell
simonfell99
Online Now Send Email
Jul 18, 2004
12:48 am
2992
Dear Simon, Thanks for the great news !!! I noticed you mentioned this: "Compression support, including the ability to compress the request body." Does this...
jyhnctsu
Offline Send Email
Jul 19, 2004
6:57 am
2993
Hi, That's been supported for a while, do set http = CreateObject("PocketSOAP.HTTPTransport") http.options("compression.enabled") = true will send the request...
Simon Fell
simonfell99
Online Now Send Email
Jul 19, 2004
3:41 pm
Messages 2964 - 2993 of 5330   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