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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4219 - 4248 of 5330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4219
Thanks Simon, I currently don't have an environment where I can compile the code. I'll see if I can get something setup and try it out. - timo...
Timo Wilson
timo1w
Offline Send Email
Dec 1, 2005
4:14 pm
4220
Hi, ... This is not a valid HTTP/1.1 response, it MUST have either a T-E: chunked header, or a content-length header. (I'll look at having PocketHTTP trap this...
Simon Fell
simonfell99
Online Now Send Email
Dec 4, 2005
8:35 pm
4221
Hi Simon, unfortunately I cannot provide you the server for local installation (requires our license). Currently I also have no possibility to install the...
Bernhard Schuetz
schuetz_bern...
Offline Send Email
Dec 6, 2005
12:20 am
4222
... You probably have the wrong version of the platform SDK installed. ... Are you using a generally available web server/SSL package ? when you close the...
Simon Fell
simonfell99
Online Now Send Email
Dec 6, 2005
3:59 am
4223
Hi Simon, thank you for your response. Please be aware that the webserver for our webservice is our own implementation, so we do not use any standard webserver...
Bernhard Schuetz
schuetz_bern...
Offline Send Email
Dec 6, 2005
4:41 pm
4224
I sent this a couple of weeks ago, but since it was sent with the VBScript as an attachment I was afraid it might habe been blocked. If someone can send me a...
Pablo Suárez
j_p_suarez
Offline Send Email
Dec 7, 2005
5:21 pm
4225
I get this error message when I connect to siebel crmondemande SOAP service. I am able to login, and to fetch up to 822 records on my account. The 823...
fccore135
Offline Send Email
Dec 8, 2005
4:33 pm
4226
... What happens if you turn of compression ? Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Dec 8, 2005
4:41 pm
4227
... SOAP ... char, ... the ... tell if ... How can I turn off the compresion from the client side ? option ("compression.enabled", Variant False) did not...
fccore135
Offline Send Email
Dec 8, 2005
5:01 pm
4228
... SOAP ... char, ... the ... tell if ... Sorry to pollute. But I have replaced hr = e->raw_Parse(CComVariant(http),L""); by SAFEARRAY * px = NULL; CComBSTR...
fccore135
Offline Send Email
Dec 8, 2005
9:53 pm
4229
... account. ... encoding ... by ... anything. ... Have found option compression.accept in the source. With that option, message changed to "Error during...
fccore135
Offline Send Email
Dec 8, 2005
9:54 pm
4230
Hi everybody.. I have a question.. I'm developing an application using embedded Visual C++, and the eVC++ app connects to the webservice. It was all ok until I...
Jim H.
cobain_lagi
Offline Send Email
Dec 10, 2005
9:58 pm
4231
Hi Simon, When I use pockethttp to access the website whose SSL certificate has expired, I got an general error message "Unable to connect to the server". Is...
jyhnctsu1
Offline Send Email
Dec 12, 2005
12:27 am
4232
Having the hr value would help! FAILED() maybe many things Do you call CoInitializeEx(0, COINIT_MULTITHREADED); inside your thread ? michel...
Michel Drapeau
mykeulflag
Offline Send Email
Dec 12, 2005
1:22 pm
4233
Hi there, I'm looking at a thin server model with many different flavors and mixes of soap services proxied by pocketsoap. The idea is to consume these...
trevoresharpe
Offline Send Email
Dec 19, 2005
12:08 am
4234
I am trying to construct the following HTML structure using SOAP and Powerbuilder: <GwvasRequest user="dart_su" pass="dart123"> <GetAccount/> </GwvasRequest> I...
dkeifer1970
Offline Send Email
Dec 21, 2005
10:04 pm
4235
... You need to write a custom serializer to generate attributes. See the docs for samples. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Dec 22, 2005
12:44 am
4236
Where can I find these "docs"? ... and ... the...
dkeifer1970
Offline Send Email
Dec 22, 2005
3:48 pm
4237
www.pocketsoap.com/pocketsoap/ says Documentation Installing either the Win32 or PocketPC packaged installs above will install a full copy of the documentation...
Simon Fell
simonfell99
Online Now Send Email
Dec 22, 2005
4:35 pm
4238
I have a .NET web service. I need to write a method that will accept a MIME attachment as input (the request being sent to me has the attachment). It has to...
stevof
Offline Send Email
Dec 29, 2005
12:31 am
4239
see http://www.pocketsoap.com/weblog/2004/09/1472.html Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Dec 29, 2005
12:44 am
4240
I have a .NET web service using PocketSOAP to do SwA. I'm trying to test my web method, calling it from a separate .NET web app using PocketSOAP to make the...
stevof
Offline Send Email
Dec 30, 2005
12:36 am
4241
Can you post a capture of the response. I'm not sure it'll work when you have the pocketSOAP code burried inside a webMethod method because the .NET soap stack...
Simon Fell
simonfell99
Online Now Send Email
Dec 30, 2005
8:54 pm
4242
I installed YATT yesterday. It hangs after I start it and select tracing options (for WinPCAP I think). The entire window goes white and it's unresponsive...
stevof
Offline Send Email
Dec 31, 2005
3:42 am
4243
I am connecting to a website that uses the host header information to determine which config files to use. If I use tcpTrace (cool tool by the way) the host...
r_van_poelgeest
Offline Send Email
Jan 2, 2006
7:37 pm
4244
... No, there's no option to change that, use one of the other tools, like YATT or proxyTrace, neither of them have this problem. Cheers Simon ...
Simon Fell
simonfell99
Online Now Send Email
Jan 2, 2006
10:49 pm
4245
Hi... I have an axis webservice that I want to call from .net (c#). I have tried the PocketSOAP WSDL Wizard and it generates a dll I can import in my .net...
Steinar Aasheim
steinar_97
Offline Send Email
Jan 4, 2006
4:19 am
4246
... The generated class includes a Transport property that allows you access to the underlying transport object, where you can call the Authentication method...
Simon Fell
simonfell99
Online Now Send Email
Jan 4, 2006
5:40 am
4247
... Make sure to install WinPcap 3.0 and not an earlier or later version. ... As per my sample, you write an ASPX page, then manually dispatch based on the...
Simon Fell
simonfell99
Online Now Send Email
Jan 4, 2006
5:43 am
4248
Hi again.... Thanx... I found the Trensport-property... but I still dont get it to work... I was looking into PocketSoap just to see if I could get the ...
Steinar Aasheim
steinar_97
Offline Send Email
Jan 4, 2006
6:40 am
Messages 4219 - 4248 of 5330   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