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...
I more closely read the limitations of the WSDL Wizard and believe I found the answer. "It only looks at the message parts to build the message / function ...
Those limitations are for the old 1.0 proxy generator, not the 2.0 proxy generator. There are MSXML issues with cross schema references that can sometimes trip...
I had MSXML4 SP2; Installed MSXML6 and SDK6;Same behavior; Here is a excerpt from the download page: 'MSXML6 will install side by side with MSXML 3 and MSXML4...
I have been unable to produce a class file which after compilation will successfully consume the web service. Here are the steps I have taken. I used the...
i'm trying to do some small test using pocketSoap, latest version (1.5) and using IIS 5.51 i have helloworld webservice made by C# and trying to call it from ...
[helpstring("Received a SOAP Fault from the Server")] E_SOAPFAULT = MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x4201), The server returned a SOAPFault....
I run PocketSOAP 1.5.4 on VISTA and VS2008 & VB.NET I write a DLL for the .NET FW called WebSpSe This DLL (managed code) calls .COM object in SpSe.DLL for...
The interfaceFinder object was designed for use with VB6 generated objects, its unlikely to work with com objects generated from other tools (as you've...
Hi Simon thanks for the fast answer - well - seems to me some more work to do instead of just having on VB.NET/Vista running what runs so well on VB6/W2K. I...
This is a .NET issue, not really vista related. Can you not run the VB6 version on vista ? (in my experience the only relationship between VB.NET and VB is...
Hi I'm having a problem that I hope you can help me with. I have a PC application written in C++/MFC using VS2005. The application calls a web service using...