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...
Hi Simon, I changed timeout from 15000 to 50000 but it didn't change anything. In fact, the response comes almost immediately. Can this error produces because...
Hi, there are now to download two versions of WSDL generator. I tryed the earlier version of generator pocketSOAP WSDL Proxy Generator (v0.1.2 1/3/2002). It...
... If you're using pocketHTTP directly, you can modify it via the headers collection, but if you're using PocketSOAP, then you have no direct access to...
Hi there, I am in the early stages of putting together a client/server system using SOAP, where the clients are Windows Mobile devices (6.1 professional). We...