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 2726 - 2755 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2726
Both 1.5 and 1.4.3 give the same result. With the sample XML I sent to you the leak is actually hundred of kB per sec... ... second ... need...
Plamen Dimitrov
dimitrovpd
Offline Send Email
Apr 1, 2004
8:01 am
2727
I was able to repro it, so it just needs chasing down now. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Apr 2, 2004
1:59 am
2728
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...
mike_hingley
Offline Send Email
Apr 2, 2004
4:05 pm
2729
... 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...
Simon Fell
simonfell99
Online Now Send Email
Apr 2, 2004
4:15 pm
2730
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. ...
phoenix_vb
Offline Send Email
Apr 2, 2004
5:30 pm
2731
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...
alain_argos
Offline Send Email
Apr 3, 2004
8:01 pm
2732
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...
karlbuiter
Offline Send Email
Apr 4, 2004
3:02 am
2733
Forget what I said about WinME. I don't have any clients that use WinME so far. So the problem seems to be limited to Win98. ... creating...
alain_argos
Offline Send Email
Apr 4, 2004
2:52 pm
2734
I tracked this down to a problem in the array deserializer. There's a fix in CVS. (and therefore the next release too) Thanks Simon...
Simon Fell
simonfell99
Online Now Send Email
Apr 6, 2004
3:39 am
2735
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...
Simon Fell
simonfell99
Online Now Send Email
Apr 6, 2004
4:00 am
2736
Great! Is there any chance to give it a try before the next release? ... a ... kB ... and ... that ... the ... you ... NULL);...
Plamen Dimitrov
dimitrovpd
Offline Send Email
Apr 7, 2004
9:06 am
2737
Ops, forget about this silly question - I've found it... ... There's ... of ... below ... notice ... per ... GENERIC_READ, ... &nBytesRead, ... (CoEnvelope));...
Plamen Dimitrov
dimitrovpd
Offline Send Email
Apr 7, 2004
2:33 pm
2738
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...
alain_argos
Offline Send Email
Apr 7, 2004
3:20 pm
2739
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...
Simon Fell
simonfell99
Online Now Send Email
Apr 8, 2004
3:13 am
2740
Pocketsoap is having trouble parsing a response XML with a single multipart MIME attachment. The client gets stuck on "soapEnv.Parse attachMgr" indefinitely. ...
dkim007
Offline Send Email
Apr 13, 2004
3:38 pm
2741
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...
kaladornbgh
Offline Send Email
Apr 16, 2004
7:17 pm
2742
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...
kemckinney1975
Offline Send Email
Apr 17, 2004
7:36 am
2743
... Actually, I've solved it. So anyone else can ignore this post. Thanks anyways! Tom B...
kaladornbgh
Offline Send Email
Apr 19, 2004
5:59 pm
2744
... 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...
Simon Fell
simonfell99
Online Now Send Email
Apr 20, 2004
5:20 am
2745
... Glad you got it going. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Apr 20, 2004
5:20 am
2746
... 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,...
Simon Fell
simonfell99
Online Now Send Email
Apr 20, 2004
5:22 am
2747
... 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...
kemckinney1975
Offline Send Email
Apr 20, 2004
2:58 pm
2748
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...
Henning Frettem
lumbago76
Offline Send Email
Apr 22, 2004
3:13 pm
2749
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....
cwei_lim
Offline Send Email
Apr 22, 2004
3:13 pm
2750
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...
Simon Fell
simonfell99
Online Now Send Email
Apr 23, 2004
6:16 am
2751
... 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...
andy_at_ing
Offline Send Email
Apr 23, 2004
8:50 am
2752
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. ...
russtannercom
Offline Send Email
Apr 24, 2004
9:41 pm
2753
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...
erllermo
Offline Send Email
Apr 26, 2004
3:15 pm
2754
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...
Rindra ANDRIANANTENAINA
rindrafr
Offline Send Email
Apr 26, 2004
3:15 pm
2755
... 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...
Simon Fell
simonfell99
Online Now Send Email
Apr 27, 2004
5:05 am
Messages 2726 - 2755 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