... tcpTrace is just dumb tcp tunnel, it works fine with the loopback adapter. set it up to listen on 8080 and forward to 127.0.0.1 port 80, then have you...
I've just released PocketXMLRPC v1.1 RC1, this changes PocketXMLRPC to use PocketHTTP as its HTTP transport. PocketHTTP is a general purpose HTTP client...
... it ... tested ... broke ... or ... SOAP package (which i beleive is at v2.3.1) ... I finally got some documentation and it looks like the SOAP servlet I'm...
... JAXM is an API specification not an implementation. AFAIK, there are JAXM implmentations from at least Sun, TheMindElectric and Apache (in Apache Axis) ...
I am interested in using PocketSOAP ver. 1.4.2 on a Wintel XP/2000 platform in order to access some Java based Web Services. I am developing a client using...
... XP/2000 ... some ... al. ... should be ... Thank you for the reply. I actually didn't see the C# examples before writing the email. After a quick glance I...
I am developing and supporting application that using pockrtSOAP inside custom outlook form (VBscript). It's working fine for most of the users, but I have...
... Sounds like some users are behind a firewall that needs outgoing connections to go through a proxy. If that's the case, use the SetProxy method on the...
I am having some problems using attachments form C# with PocketSoap ver. 1.4.2. When I set up parameters and attach to the attachment, I have to assign an...
I built PocketSOAP with VC++7 but the psoap and attachment components won't register. Is this an SDK mismatch? Can this be done easilly or should I give up...
I am sending a SwA attachment by converting my string into an array of bytes and using this. This works fine in my VB prototype app, however I want to have the...
This is my first time using pocketsoap for pocket pc (version 1.4.2). I am attempting to use it in EVC++ and assume I will need to include at least one header...
... te:
> I am sending a SwA attachment by converting my string into an array > of bytes and using this.
> > This works fine in my VB prototype app, however...
... just a guess, have you copied the depencies over to the buid directory (xmltok.dll xmlparse.dll zlib.dll) ? if they're not in the same directory as...
... directory (xmltok.dll xmlparse.dll zlib.dll) ? if they're not in the same directory as psoap32.dll then that'll cause registration to fail. ... Thank you...
... The follow C# code works fine for me CoEnvelope e = new CoEnvelopeClass() ; e.SetMethod("echo", "urn:EchoAttachmentsService") ; CoAttachmentManager mgr =...
I have downloaded the source, and have sucessfully compiled both the expat projects in vc6. Now I go to compile the ppc project in EVC3 and I get 23 errors, 17...
I get this error when running a short program I have written to call a simple web method from an ISAP dll web service server written in Delphi. "Inavlid root...
... You're probably getting a HTML error page, rather than a SOAP response, use one of the tracing tools to see what the server is returning. Cheers Simon...
Hi all, I'm attempting to call function from .NET Remoting service via PocketSoap. It works great only arrays does not work for me yet :( I have function...