Hi - I'm calling a .NET web service from VB6, returnin an array of complex objects. I can see the results fine in the debug window, but I can't access the...
... That's not a lot to go on, have you looked at the samples & the docs ? can you post your code and the message you are trying to access. Have you tried...
Thanks for your prompt response, it solved all of my timeout issues. I am using IHTTPTransportAdv , becacuse it has all the HTTP properties as you mentinoed. ...
Hi, First, thank you Simon for PocketSoap. It allowed us to deploy a Win32 solution that supports DIME attachments. Our clients can therefore avoid downloading...
I'll be trying the latest 1.5 Beta and see what happens. The platform for us has been the Toshiba e740 with PPC 2002. ... project ... using ... toshiba...
I just retested straight soap and DIME attachments on Win 98 and didn't have any problems. the error is "The handle specified is invalid " Is this perhaps a...
I'm not sure I understand how or where you get a "The handle specified is invalid " error. Mine was "OLE Error 80090301". Did you make a test with a Delphi...
Delphi is just looking at the error code, and not the description of that particular error, which was what i was trying to say. Error code 80090301 means "The...
Pocketsoap is having trouble parsing a response XML with a single multipart MIME attachment. The client gets stuck on "soapEnv.Parse attachMgr" indefinitely. ...
Simon helped me with one of these before, but the solution that worked there seems to be eluding me here... ... Here's the returned SOAP envelope (with a few...
Hello all, I was wondering if anyone has ever compressed, attached, and submitted xml with pocketsoap? The xml that I need to attach will be attached to the...
... This looks very suspect, a number of headers are repeating/appearing in the body, not the headers, i guess the problem is related to that. If you do a...
... There's an attachments sample in C# in the samples gallery, to get a compressed request, you just need to turn on request compression on the http object,...
... will ... vb.net ... a ... Thanks Simon I have two more question for you. If I send my soap message with attachment to a remote server, do I need to use...
I'm using PocketSOAP 1.4.3 together with Windows 2000 Server with all the latest patches/service packs, and I have a website built with ASP and make the use of...
I am new to Pocket SOAP. I notice that in the faq page that i need to compile the projects in the "src-ps-v1-4-3.zip" file downloaded in the specific order....
load each respective project into vc98 and select build. the zlib project is in 3rdparty\zlib\zlib.dsp if all you need is the .h file, then you can load the...
... if I ... works ... <all>. ... Simon, sorry I have taken a while to get back on this, but I have been on holiday then away from the office. As far as I can...
Hello. Using VB6 SP5 on Win2K SP2 pocketSOAP 1.4.3.2903 Currently, after HTTPTransport.Send is called, if a timeout occurs, the next line of code just runs. ...
Hi from Spain, This error appear when i try to connect with a servide web. Can anything help me? Thanks. Al intentar conectarme con un servicio web me aparece...
I've tried to use headers with pocketsoap by written a webservice that taken the soap header and returned it after. But the problem is that the server doesn't...
... If a timeout occurs, it will return a standard COM error (for C++, check the returned HRESULT, for VB use on error goto). Typically its the receive that...