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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 5237 - 5266 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5237
PocketSOAP's website provides an example for using HTTPS with VB: dim http set http = CreateObject("pocketSOAP.HTTPTransport.2") http.send...
annavperez25
Offline Send Email
Feb 3, 2009
4:21 am
5238
... Yes it does. http://www.pocketsoap.com/samples/default.aspx?cat=C%2b%2b Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Feb 3, 2009
4:22 am
5239
Add on to my initial question... here's the error I receive using C++ & PocketSOAP: HttpTransport: Failed to send soap request: <COM> Source = PocketHTTP ...
annavperez25
Offline Send Email
Feb 3, 2009
6:34 am
5240
... PocketSOAP / PocketHTTP version?, which OS? what's your code look like? Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Feb 3, 2009
6:35 am
5241
Below is the code Anna referenced: CComPtr<ISOAPEnvelope> spSoapEnvelope; CComPtr<IHTTPTransportAdv2> spHttpTransport; ...
torresaivy
Offline Send Email
Feb 5, 2009
4:11 am
5242
well, you're missing the code that creates the envelope and calls send, but if you getting Failed during SSL handshake (and the AV sounds like a red herring,...
Simon Fell
simonfell99
Offline Send Email
Feb 5, 2009
4:14 am
5243
Hi Simon, I see on the release notes for HTTP 1.1 that problems with SSL and PocketPC 2003 were resolved in this release. We'll upgrade our release and...
annavperez25
Offline Send Email
Feb 5, 2009
4:15 am
5244
Simon, We are using pockethttp to talk to Authorize.net using ssl. ... During the week of March 16 - 20, 2009, Authorize.Net will be deprecating all legacy...
redsky_thane
Offline Send Email
Feb 18, 2009
7:54 pm
5245
... with the ... PocketXML-RPC and it'll use the ... Sounds good, Can I get a copy of the latest Pocket HTTP source or binary from somewhere, the latest one I...
tim.gates42
Offline Send Email
Feb 19, 2009
3:54 am
5246
Sorry if this question has been asked already, but I could not find anything in the search results. As the subject suggests, is it possible to POST...
man0nstreet
Offline Send Email
Feb 24, 2009
4:39 pm
5247
... I decided to format the post data manually, and it works a treat. myURL = "http://www.blah.com" boundary = "__pockethttp_post_boundary__" set req =...
man0nstreet
Offline Send Email
Feb 24, 2009
9:48 pm
5248
No responses from Simon in a while - and this is unusual. Anyone have a personal email address for him?...
redsky_thane
Offline Send Email
Mar 5, 2009
12:41 pm
5249
... I'm fine, thanks for checking, just been busy with work and other stuff. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Mar 6, 2009
4:51 am
5250
You already worked it out, but PocketHTTP supports any payload format, but its upto you to generate the payload. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Mar 6, 2009
4:52 am
5251
... The v1.3.3 July 13 2008 is the latest release, and includes Luke's patch. http://pocketsoap.com/pockethttp/ Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Mar 6, 2009
4:54 am
5252
... PocketHTTP uses the underlying OS supplied crypto support to do SSL, so you should automatically negociate the best crypto level supported between the...
Simon Fell
simonfell99
Offline Send Email
Mar 6, 2009
4:56 am
5253
I would guess that the SSE config doesn't allow basic auth, while the MOSS SW did, can you change the SSE setup to allow basic auth (it is using IIS?) Cheers ...
Simon Fell
simonfell99
Offline Send Email
Mar 6, 2009
4:58 am
5254
Hi, I think this worked, thanks :-)...
koen.bohm
Offline Send Email
Mar 10, 2009
2:57 pm
5255
Hi, apologies for what may be a very "newbie" question, but it's got my curiousity going. I want to use PocketSOAP to generate multiple VBScripts I can reuse...
gavin.martin@...
gavin.martin...
Offline Send Email
Mar 11, 2009
3:19 pm
5256
I'm having some problems at some of my clients and sometimes I need to use the header "Expect: 100-continue". I already did this for C# and C++ but I'm having...
tseminotti
Offline Send Email
Mar 12, 2009
3:36 am
5257
Are you really sure this is your problem? i've never seen a .NET server that requires the requests to use a Expect: 100-continue header. The http request...
Simon Fell
simonfell99
Offline Send Email
Mar 12, 2009
3:43 am
5258
... No, there's no easy way to supress the type. What server stack are you using that doesn't handle this ? Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Mar 12, 2009
3:44 am
5259
Hi Simon all I know about it currently is it's a customer's in-house "implementation of .NET framework", and I suspect a "vanilla"/Visual Studio-generated...
gavin.martin@...
gavin.martin...
Offline Send Email
Mar 12, 2009
11:57 am
5260
I've solved this issue yesterday. Thanks for your response......
tseminotti
Offline Send Email
Mar 12, 2009
2:51 pm
5261
PocketSOAP works fine with .NET, i've used it with many .NET services. Most problems revolve around namespaces, see http://www.pocketsoap.com/faq/#dotnetdoclit...
Simon Fell
simonfell99
Offline Send Email
Mar 12, 2009
3:05 pm
5262
I'm using the current version of pocket.HTTP (v1.3.3) and use the following code: http.Method = "POST" http.Headers.Create "Content-Type",...
terry_adelman
Offline Send Email
Mar 13, 2009
9:17 pm
5263
... Its upto you to format your payload. for form-urlencoded, you're going to need to the name of the form parameter for your xml. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Mar 15, 2009
12:28 am
5264
Hi Simon I must be missing something really obvious - when I put the " e.encodingStyle="" " and "e.URI" statements in as per the FAQ I still get the XI:Type...
gavin.martin@...
gavin.martin...
Offline Send Email
Mar 16, 2009
3:36 pm
5265
it doesn't suppress the xi;types. Most .NET interop problems are around using doc/lit instead of rpc/enc, which is what that faq entry is about. I'm not aware...
Simon Fell
simonfell99
Offline Send Email
Mar 16, 2009
7:25 pm
5266
For a new project I'm looking for a freelance programmer that can write some code for us in VB6 + pocketsoap to download info from a webservice. If anyone is...
arcsoftware
Online Now Send Email
Mar 23, 2009
10:08 pm
Messages 5237 - 5266 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