Hello, What would be a good, efficient way to transform the array of bytes returned by the HTTPTransport's Receive method into a String in VB6? I'm doing...
Its probably easier to use pocketHTTP directly in this case, rather than the pocketSOAP wrapper for it (which assumes that you'll be using PocketSOAP to parse...
Thanks, Simon! With what I have now, I found that I could use the StrConv function, which returns a String that I can use: bytes = http.Receive("") '... ...
Hi Simon, I found the VB6 salesforce.com example stuff. Is there any C++/salesforce.com sample code avaialble? Do see any problems running PocketSoap...
Hi Bill, There's no C++ samples for that, you'd have to convert the VB to C++ to "make" your sample. There should be no problems running PocketSOAP side by...
Hello everyone, I am developing an application for Windows CE and am using eVC++ 4.0. I need to make remote procedure calls using pocketsoap. It is pretty ...
is this for eVC 4.0 or 3.0. Because i am using 4.0 and it is not building at all. Plus does anyone know any good library that i can use if i want to avoid all...
It was written against 3.0, but should build on 4.0 as well. If you don't like using COM from C++, then don't do it., ask the gsoap/easysoap guys what...
I have a WSDL where Quote contains an array of Item. ItemCash extends Item. PocketSOAP (1.5.4), using proxy code generated by the wizard (2.3.28) correctly...
... You can attach a WSDL by posting to the list by sending email, rather than the web UI. Do you have a capture of the server's response that causes the ...
This is in reply to me earlier message: http://groups.yahoo.com/group/pocketsoap/message/4581 I have cut down the WSDL and sanitized the data a bit (mainly...
Hello all. I need some help with an error. I send my request to the server and it returns me : "Client : Bad types (class java.lang.String -> class ...
Hi Ulrick, I wouldn't get too hung up about "xs" and "xsi" - they are merely XML shorthand to define which schema applies to whichever datatypes are prefixed...
As Nick mentioned XS vs xsi is most like a red herring, the actual prefix used doesn't mater as long as its bound to the same namespace (see the namespace...
HI everyone~ I'm korean program developer So I can't speak english well I'm need help I need Old version pocketSOAP client ver. 1.3.7 but i can't find this...
Hi everyone. I've been using Pocket XML-RPC for a while now, and it's been pretty stable. But recently I've had a complaint from a user who told me their proxy...
Hi! I'm trying to get PocketSOAP 1.5.4 to work in BartPE. My BartPE is built from a Windows XP SP2 source with WSH/VBScript support. When I run this sample...
Hello again, I've had a scan through the code (C isn't my thing, so I may well be missing something obvious) and the docs again and no where can I see how to...
Hi Simon, I downloaded the binary and the source for PocketSoap. It looks like the ISimpleSoapDeSerializer interface was removed from CoSerializerDate even...
BartPE (www.nu2.nu) is used to make a bootable Windows XP CD. It's a popular tool among network admins and techs. I need to have access to web services from...
More on this. It seems the Big-IP box isn't a network proxy as far as the browser is concerned (y'know, the kind of thing you set up in your Internet Options) ...
Hi Bill, I think you're running into a VBism, in order to hid the "nasty" interface based programming that is COM, in VB, it hides the default interface of an...
All I have is the information I have been given (I'm getting only screenshots). I have asked them for their event logs and to what they say (if anything). I...
Hi, First of all, thanks for such a good application. I am using PocketSoap in VB, and get no problem at all. Now I have to update te server, and it is https...
... Yes you can use https, that's all you need to do, change the endpoint URL to be https, e.g. transport.send "https://www.foo.org/services/bar", env Cheers ...
Hi Simon, Thank you for your response. I tried to change the http to https. And it did not work. I get this error message: Run-time error '-2147417848...