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 5248 - 5277 of 5330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Offline Send Email
Mar 23, 2009
10:08 pm
5267
Thanks to all who responded, I found a programmer. Gommert...
arcsoftware
Offline Send Email
Mar 24, 2009
3:07 pm
5268
Hi, I'm new to XmlRpc and is encountering similar Permission Denied problem below. I have simple test page in ASP running in IIS 5, WinXP SP3 as the web...
o4ktr3e
Offline Send Email
Apr 2, 2009
3:10 pm
5269
... Sounds like the IIS anon user does not have read access to the /web/test.asp file. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Apr 2, 2009
3:13 pm
5270
... but somehow when we use http (instead of https), there is no problem for the IIS anon user to access the file... Thanks & Regards, o4ktr3e...
o4ktr3e
Offline Send Email
Apr 3, 2009
2:46 pm
5271
Hi, I'm new to PocketSOAP, I was trying to access the DHT web service(http://planetflow.planet-lab.org/#planetlab:5851/), however each time I execute my vb...
amir_krifa
Offline Send Email
May 5, 2009
4:02 pm
5272
Is it possible to make PocketXML-RPC encode data with <Base64> tags instead of <string> tags ? Thanks, Amir...
amir_krifa
Offline Send Email
May 5, 2009
11:27 pm
5273
The error says it was expecting a SOAP response, but never got one, are you sure that's the right URL to send your request to ? Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
May 6, 2009
3:19 am
5274
... Yes, pass a byte array instead of a string as the parameter. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
May 6, 2009
3:20 am
5275
Hello, Is there a way that I can update the API version used in the Data Loader from 10 to 15 or 16? I need to be able to upsert to a custom object that is...
jacobwegner
Offline Send Email
May 21, 2009
3:20 am
5276
... You'd have to grab the source, reimport the new WSDL from salesforce.com, and then rebuild the app. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
May 21, 2009
3:24 am
5277
Hi people, I'm very keen to start using Pocket Soap with my Sybase Pocket Builder application - on my WinCE.Net (WinCE v5.00) handhelds.. but seem to have the...
andyw.online
Offline Send Email
Jun 17, 2009
4:01 pm
Messages 5248 - 5277 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