... Hi Simon, As you said, I compiled pocketHttp on eVC3 and started to find a reason of this error. I've found something like this: if(!tryWithHeaderNext) { ...
... So, this is nothing to do with WM5 then ? what compression method is the server using? deflate? the problem with deflate is, is that there's some confusion...
... included ... Well, I'm not sure if it is nothing to do with WM5. As I said the 'old' (official build) pocketHttp works fine on WM2003, but not on WM5 (I...
I've had great success consuming webservices with PocketSOAP, but when I had to consume a webservice with a complex type (with an array of other complex types)...
Hi, Is there a way to set the XML content of the body of the SOAP message directly? E.g., using WriteTextNoEncoding, but without needing to register a ...
Hi, I am trying to use PocketSOAP with a custom serializer that has the only goal to maks sure that some XML string will be serialized directly into the body...
The serializer has to be a COM object, so that the PocketSOAP engine can create instances of it as required. See the RSSValidator client sample, which pretty...
Everything worked. The COM object implementing your interfaces, the COM object that holds the data to be serialized and the entire communication. As an...
I am a new user to SOAP and PocketSOAP. Is there an easy VB way to send a local file to a web server address via this system or another method? Thanks in...
I am very new to the whole subject and I need to get a wsse section in the header of the soap message. I can get some of the tags in but the others seem to cut...
... Did you read the SOAP Headers section in the docs? (advanced topics -> Using headers) it has a very similar example in it. Anyway, here's a wsee version. ...
For reasons I don't understand most folks who find pocketSOAP don't seem to be able to find either the docs or the samples, this has been a long running...
It always takes me a minute to find the documentation link. It's pretty far down the page and it's not very prominent, so it's easy to miss in a quick scan of...
I suppose I could, but I don't have PocketSOAP installed on my workstation so I'd need to log into my web server to read the docs. It's much more convenient...
How do I create a Complex Data Type parameter to send using Vbscript? e.Parameters.Create "SystemID", "Test" e.Parameters.Create "ActiveSubscribersOnly", false...
... Click on the PocketSOAP Link on the Home page opens a HTML with everything on it. Maybe if it opened a HTML with LINKS to the different sections that are...
Thanks Simon I had read the documentation what I was missing was the Wsse namespace at the end of each create, I had it in the first but subsequent ones I...
the document I was using is one I referenced: And I'm not getting any results back from the server. The difference I see is that the name is "AddressFilter"...
help me, please. I have to call a web feature service using visual basic 6.0. I read that I can do that including the url of th WFS into the soap:body of the...
... I've never heard of a web feature service, do you have any more info, how about a complete example soap message you want to send? this creates and send a...
I would like to tell you something else about my problem. I think this could help you to understand better the question. This is the code in visual basic 6.0...
Hi, I'm using PocketSoap 1.5.3 for WindowsXP SP2 through Excel 2003 VBA macros to access the new Amazon S3 webservice. I've being successful with both their...
Dear Simon, I read into the log of GeoServer, regarding the problem to call a WFS with PocketSOAP: org.vfny.geoserver.util.requests.XmlCharsetDetector -...
Hi Everybody I currently in the process of developing a pocket pc application in evc 4. At the moment I don't know how to use the pocketxmlrpc.dll in my...