... 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...
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...
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...
... 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", "") ...
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...
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...
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...
... 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...
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...
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...
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...
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...
This error message "Unexpected character '-' (code 45) in prolog; expected '<'
" is clearly from an XML parser, not a MIME parser, perhaps its because...
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...
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...
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, 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 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...
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...
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...
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...
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...
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...
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...
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...
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...