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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 5090 - 5120 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5090
... The generic node objects in PocketSOAP only support elements. If you need to support attributes, then you'll need to write (or geenerate using the wsdl...
Simon Fell
simonfell99
Online Now Send Email
Mar 5, 2008
4:52 am
5091
Another array query I'm afraid. I'm trying to iterate through an array using vbs on WinXP, and am getting lost somewhere. Standard sting stuff works well, for...
Nigel Leach
nigel_leach
Offline Send Email
Mar 11, 2008
8:01 pm
5092
I will be out of the office starting 03/10/2008 and will not return until 03/17/2008. ...
bill_campbell@...
bill44077_1
Offline Send Email
Mar 11, 2008
8:03 pm
5093
You need to turn on scripting mode so that the arrays that pocketsoap generates are compatible with VBS. See the "Arrays from scripting" sample at...
Simon Fell
simonfell99
Online Now Send Email
Mar 14, 2008
3:29 pm
5094
Simon, Do you have an example using pockethttp to do a binary file download from a web site host? I have a client who wants to programatically update his...
redsky_thane
Offline Send Email
Mar 20, 2008
11:11 pm
5095
... Sure, ' get a file and write it direct to disk set req = CreateObject("Pocket.HTTP") set res = req.getResponse("http://www.pocketsoap.com/logo.gif", "") ...
Simon Fell
simonfell99
Online Now Send Email
Mar 22, 2008
6:48 pm
5096
Hi all I have searched the web looking for a solution to my PocketSOAP related problem, finding that many people have encountered the same issue, but I haven't...
xabier.cenoz
Offline Send Email
Mar 25, 2008
3:03 pm
5097
start at http://tech.groups.yahoo.com/group/pocketsoap/message/2482 and follow the trail. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Mar 25, 2008
3:04 pm
5098
Hi all I'm a new member and I have done a search on the topic but haven't found an answer to a specific question. As a guide I used the article on the...
Jon Hanson
jonhansonza
Offline Send Email
Mar 27, 2008
4:05 pm
5099
Hi, I'm trying to use the PocketHTTP class to access a https service and I get the following error message: "The certificate's CN name does not match the...
ergentrasse
Offline Send Email
Mar 28, 2008
3:00 pm
5100
... No, there is no programatic way to bypass the cert name check. (and if there was, its unlikely that that's actually the solution to the problem). Why is...
Simon Fell
simonfell99
Online Now Send Email
Mar 28, 2008
4:47 pm
5101
Good question. I don't know either. I asked the service administrator (it is a third party company) and no answer yet. In the meantime I was playing with...
ergentrasse
Offline Send Email
Mar 28, 2008
5:14 pm
5102
Hi Simon I am a student٬ when i try SOAP service with MIME Attachment using PocketSOAP , The problem Happened . I need help ! I sent the following message...
raigar xie
raigar.xie
Offline Send Email
Apr 14, 2008
3:34 pm
5103
Your server is not expecting a MIME packaged payload, so it errors trying to run it through an xml parser. Cheers Simon ... Happened . ... in prolog; expected...
Simon Fell
simonfell99
Online Now Send Email
Apr 14, 2008
3:35 pm
5104
Thanks for your reply. But when i using JAVA client with axis2 sent a massage to service with a MIME Attachment , everything is fine. and when i using Delphi...
raigar xie
raigar.xie
Offline Send Email
Apr 15, 2008
5:35 am
5105
This error message "Unexpected character '-' (code 45) in prolog; expected '&lt;'&#xd;" is clearly from an XML parser, not a MIME parser, perhaps its because...
Simon Fell
simonfell99
Online Now Send Email
Apr 15, 2008
5:47 am
5106
Hi Simon: After receiving your last E-mail,I began to realize that may be I have had a mistake from the beginning , so I did a little testing to <watch > the...
raigar xie
raigar.xie
Offline Send Email
Apr 17, 2008
2:42 am
5107
the Random number and final zero, are because the java client is doing a chunked POST, its the HTTP standard chunked transfer encoding. The server should not...
Simon Fell
simonfell99
Online Now Send Email
Apr 17, 2008
2:44 am
5108
Hi I'm having a problem that I hope you can help me with. I have a WM5 app written in C++ (MFC, VS2005) that calls a web service using PocketHttp. The web...
ken.sentell
Offline Send Email
Apr 17, 2008
2:46 am
5109
Ken, have you done a wire capture? is this error being reported internally out of PocketSOAP or is it actually a SOAP fault being returned by the server ? ...
Simon Fell
simonfell99
Online Now Send Email
Apr 18, 2008
4:05 pm
5110
Simon This is a program exception with causes the application to crash and die. When complied in release mode the application simply dies but if I run in debug...
ken.sentell
Offline Send Email
Apr 19, 2008
10:38 pm
5111
the compression is done before the socket is opened, so even over HTTPS you should be able to see if its getting that far or not. Not that it makes any...
Simon Fell
simonfell99
Online Now Send Email
Apr 19, 2008
11:42 pm
5112
Thanks for your reply. I can see data being transferred in YATT so I can assume the the outgoing compression is successful, correct? This seems strange because...
ken.sentell
Offline Send Email
Apr 20, 2008
12:25 pm
5113
When compression in enabled, there's one full compression pass over the request before the socket is opened to calculate the request size (see the code towards...
Simon Fell
simonfell99
Online Now Send Email
Apr 20, 2008
6:37 pm
5114
http://www.pocketsoap.com/pockethttp/pocketHTTP_armdbg.zip has ARM debug binaries & symbols built using EVC3.0, not perfect but should be enough for you to pin...
Simon Fell
simonfell99
Online Now Send Email
Apr 20, 2008
6:54 pm
5115
I may be missing something but I don't see the Send and Receive methods in the PocketHTTP interface. Is there any way to call these as you suggest? Regards Ken...
ken.sentell
Offline Send Email
Apr 21, 2008
12:17 pm
5116
They're on the IHttpRequestSplit interface. (just call QueryInterface)...
Simon Fell
simonfell99
Online Now Send Email
Apr 21, 2008
10:25 pm
5117
Simon Well, I'm not sure of the how or why, but by splitting up the request into the Send and then Response, the problem seems to have gone away! I no longer...
ken.sentell
Offline Send Email
Apr 24, 2008
8:19 pm
5118
yeah that's quite bizarre. Do you call send / receive one after the other, like in the GetResponse implementation, or do you do something in between (but even...
Simon Fell
simonfell99
Online Now Send Email
May 3, 2008
11:42 pm
5120
I am getting an error using the wizard which I have not had previously. I believe the wsdl is referencing the definitions in another namespace and the Wizard...
codebird
Offline Send Email
May 8, 2008
9:30 pm
Messages 5090 - 5120 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