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...
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...
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...
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...
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...
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...
... 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...
... 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...
... 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...
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. ...
... 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...
... 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...
... 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...
Yes,,, on back up.. thanks.. Once the sf3 application is downloaded, where do you recommend it should reside on the system, application folder, download...
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...
... 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...
Thanks Simon, I am doing this: Private Sub GetAccountInfo1_Click() Dim v As Pennytel.PennyTelAPI Dim ptaccount As New getAccount ptaccount.id = "myuser" ...
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...
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...
... 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,...
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- ...
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...
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...