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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? 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 5268 - 5297 of 5327   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
5278
Hello PocketSoap Forum, I've been using PocketSoap for ~ 1 year, it's awesome. I've used it to extend a VB6 application with webservices developed in VS2005. I...
Chris McLennan
piper984
Offline Send Email
Jul 25, 2009
8:50 pm
5279
Hello! I've a little big problem with my pocketsoap-vb6-program. I've generated the vb6-code by wsdl-generator from a c#-webservice. the same webservice...
rene.heidenreich@...
rene.heidenr...
Offline Send Email
Jul 30, 2009
4:04 pm
5280
... I don't know of anything that is pure ASP. If you could migrate your ASP code to VB6, then my 4s4c toolkit would help you expose the VB6 code as a web...
Simon Fell
simonfell99
Online Now Send Email
Jul 30, 2009
4:05 pm
5281
... PocketSOAP does not allow for the control of namespace location or prefixes used because the XML Namespace specification is very clear that they carry no...
Simon Fell
simonfell99
Online Now Send Email
Aug 5, 2009
12:14 am
5282
... Thank you simon! They have solved it: The solution was, to add the interfacename directly in the URL of the Service, so it is decided by the call itself...
rene.heidenreich@...
rene.heidenr...
Offline Send Email
Aug 6, 2009
6:06 am
5283
Am transitioning my office from PC to Mac, couple questions. Current config is SF -> outlook -> mobile Me -> to iPhone. I can disable Mobile Me connection. ...
ronald.wightman
Offline Send Email
Aug 12, 2009
3:27 pm
5284
... No, the datasets will be merged on the first sync. ... No, not yet. ... not really, it largely depends on how much data you have, what its rate of change...
Simon Fell
simonfell99
Online Now Send Email
Aug 12, 2009
3:39 pm
5285
... to clarify,,, as of now, mobile.me data and Salesforce data are the same, mirrored. I've been using Outlook / Mobile me. In setting up the Mac enviroment...
ronald.wightman
Offline Send Email
Aug 14, 2009
7:46 pm
5286
... No, the datasets will merged on the first sync, if the 2 starting datasets are identical, then they'll be merged down to a single copy. If you really want...
Simon Fell
simonfell99
Online Now Send Email
Aug 14, 2009
7:54 pm
5287
Yes,,, on back up.. thanks.. Once the sf3 application is downloaded, where do you recommend it should reside on the system, application folder, download...
ronald.wightman
Offline Send Email
Aug 15, 2009
4:57 pm
5288
Hi! Great tools. I have created a dll file using the wsdl creator from this website: http://www.pennytel.com/pennytelapi-beta/services/PennyTelAPI?wsdl I am a...
tazmxs
Online Now Send Email
Aug 16, 2009
4:52 pm
5289
... something like dim r as getAccount r.userId = "someUserId" r.password = "heelo" dim p as [the type of the class that has teh getAccount function in it] dim...
Simon Fell
simonfell99
Online Now Send Email
Aug 16, 2009
5:00 pm
5290
Thanks Simon, I am doing this: Private Sub GetAccountInfo1_Click() Dim v As Pennytel.PennyTelAPI Dim ptaccount As New getAccount ptaccount.id = "myuser" ...
tazmxs
Online Now Send Email
Aug 18, 2009
3:27 pm
5291
This also gives an 'Application-defined or object-defined error' on the last line. Any ideas? Private Sub GetAccountInfo1_Click() Dim v As Pennytel.PennyTelAPI...
tazmxs
Online Now Send Email
Aug 19, 2009
2:47 pm
5292
Hi, I just begin to use pocketsoap in a vb project and I have the following error on the instruction : env.Parse (http) -2147204544 (80044240) Inavlid root...
maxime_baudry
Offline Send Email
Aug 20, 2009
3:18 pm
5293
... The response from the server was not a SOAP message. You'll need to do some diagnostics work, perhaps one of the message capturing utilities (yatt,...
simonfell99
Online Now Send Email
Aug 20, 2009
3:24 pm
5294
Thank yo very much Simon, I try to trace tcp information using Yatt, this is the following results, but I don't know how to analyse it. Could you help me? -1- ...
maxime_baudry
Offline Send Email
Aug 21, 2009
2:33 pm
5295
Hello, I am new in SOAP (but experimented in VB). One of our partners has a Web service in which I have to access from a vb6 client. I began to work with the...
pgrattet
Offline Send Email
Aug 22, 2009
5:38 pm
5296
Sounds like you need to increase the timeout setting. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Aug 24, 2009
6:13 pm
5297
Looks like you might of not been capturing on the correct port, you should see regular HTTP/XML traffic. If you're using HTTPS, you'll need to change to use...
Simon Fell
simonfell99
Online Now Send Email
Aug 24, 2009
6:14 pm
Messages 5268 - 5297 of 5327   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