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...
Hi Simon: this is the code that I use in my app. I need to be clear that I do not set up any SSL connection to the server at all. I just wonder do i need to? ...
I was wondering if PocketSOAP supported calling a Microsoft WSE3 enabled web service directly and if not what is the simplest approach to get it to work. I'm...
... It depends on which feature of WSE3 you're trying to interop with. The basic soap over http case should be fine, but if you're looking for full WS-*...
Well, It appears that just by enabling WSE3 it is using WS-Addressing. WS-Addressing requires that the <wsa:To> header value matches the URI of the web...
Hi, I am using VS2005 C++ to developed a mobile device application for Window Mobile 5 using PSOAP. The application run fine (no functional problem). The...
Hi, I'm using PocketSOAP ow for a while, but seem to run into a problem. I'll try to simplify my problem. I have an element that is put into a TARGET_NS...
Hello, First posting so stick with me :) I have the following code in a VBS file, when its run it returns the error - Invalid gzip crc value expecting...
Hi Knight, Do you have any plans to add NTLM support to PocketSOAP? We have some VB client apps that use PocketSOAP to connect to web services in a J2EE web...
I appologize if this question is too basic or has been asked too often, but I am running into some very basic dificulty. I am writing a small program for...