Simon, Thanks a lot. Everything is clear now. I can access any structure now. I promised to send you a small document regarding Delphi web service setting. I...
... There's a new test build of PocketHTTP/PocketSOAP at http://www.pocketsoap.com/pocketsoap/pocketsoap.1.5.1.exe It include the read sharing on the log file...
Hi, I'm kind of new to SOAP and what not...be kind :) I am using pocketsoap combined with ASP (not .NET). I have a problem that I can't find a solution too....
Hello, I'm using PocketXML-RPC and I noticed in the changelog of the latest version it is able to decode base64 data. I assume this is automatic decoding...
msmulders@...
Mar 2, 2005 4:36 pm
3601
Good morning I have the followings tools VB 6.0 MS SOAP Toolkit 3.0 PocketSOAP 1.5 PocketSOAP wsdl wizard I published a Web Service (VB6 component) using SOAP...
... Anyway this is what I am trying. I am trying to MAP a ASP String field which contains a credit card number to a LONG (which is what I need to send it as). ...
... You're on the right track, but there's a few more things to get setup dim e set e = CreateObject("PocketSOAP.Envelope") e.SetMethod "paymentRequest",...
... I'm not aware of any interop problems MS STK 3.0, Can you post an example, what the WSDL is, what the actual message is and what the exact error is. Cheers...
... PocketXML-RPC has always supported base64, its just that now decoding it is much faster. PocketXML-RPC automatically maps arrays of bytes (VT_UI1 |...
... Thanks SImon, for your wonderful reply. That worked. However when I added some extra nodes that are meant to be string they too get converted to long : ...
Hi Simon, thanks for your prompt response! ... I'm sorry for the confusion, my bad. ... Ahh, that's the info I was looking for. Thanks! I just tested it in a...
msmulders@...
Mar 3, 2005 9:25 am
3608
HI, I am getting Server Timeout every now and then on this code. Set lTimeReq = CreateObject("pocket.HTTP") lTimeReq.timeout = 30000 lTimeREp = pIPSERVER(0) &...
Hi Simon I Have Revised the Web Service Componente and now there isn't datatype error, but there is a problem: The WS Consumer gets an object with null...
Hi! I use pockethttp (1.2.2) to call some cgis (through SSL), and sometimes I get this error, but i don't know why. And all the times the server receives the...
... Actually scrap that, in ASP (non .net) you can not do user defined types so that isn't an option. So is their anyway of localizing the mapping to ONLY map...
Hi, I've got the following question: do I have to use a brand new HTTP object every time I do a SOAP request? In my application I use new objects (envelopes,...
Hi, sorry I didn't answer answer earlier, but I didn't find the time to test this before. ... for ... These two seem to be working correctly now - all the...
Hi, ... I don't think so, I am re-using the http-Object, too. And this works quite well until now (but I am not using ssl). ... seen ... When this happens, do...
Hi, When this happens, I don't get any response. Well, what I get is a PS exception. Either the "No response data from the server" or lately, a "General...
I am still having the below problem (see my previous messages to see the original prroblem). However in the mean time I have decided to do a temp work around...
Hello, When writting a web service client using PocketSOAP, is there any way to do it in a format and encoding independent way? I mean, do I have to specify in...
Dear all, I use PocketHTTP component in my eVB application which needs to connect through HTTPS. I have tested using Pocket PC 2003, but failed in Pocket PC...
Thank you Simon for providing these great tool! I have a quick question: is there any 'traffic counter' in PocketSoap or PocketHttp, which could let us see how...
... wsdlWizard ... Unexpected error whilst parsing WSDL Automation error ClassFactory cannot supply requested class err=-2147221231 ... OK ... I would like to...
... For received you could call receive yourself and insert a shim in to the stream and pass that shim to pocketsoap to parse, and count the number of bytes...