Has anyone successfully compile PocketSOAP under eVC++ 4.0? I need to compile target types of ARM for PPC2003, and MIPSII for Windows CE.NET 4.2. So far, the...
... The current source will not build with eVC4.0 due to some issues with STLPort. However you can build the binaries with eVC3.0 and run them on those...
Enter your vote today! A new poll has been created for the pocketsoap group: Which features/platforms/languages do you use with PocketSOAP ? o PocketPC...
pocketsoap@yahoogroup...
May 2, 2004 12:08 am
2778
Hi, I'm trying to get a feel for what platforms & languages people are using PocketSOAP on, and which feature they use. The more feedback I get, the more...
HI, I am sending PDF file as a MIME attachment, but it was not being encoded to Base 64 format, can somebody tell me what TypeNameFormat should be used.. I am...
Hi, well, i want to see what is the return from my Web services, before parsing it, i don't know how to display in a MessageBox the Transport object... thanks...
I am trying to use PocketSoap on Win98 thru SSL, Has anybody figured out how to get it to work without requiring the whole dsclient installer. It is 3+ Meg,...
I looked in the PocketSOAP docs... what is the maxium timeout supported by HTTPTransport's Timeout property? I have a situation where I need to make calls...
... Of more interest is the fact that it doesn't seem to matter what I set in the field, I get a 15 second timeout in any event. I'm using PocketSOAP 1.3.7. My...
... Okay, fixed that aspect... now I get a timeout up to the maximum that the Timeout property will take. However, I'm still left with how one handles long...
Anyone who had did attachment in eVC3 using Pocket SOAP, please help me. Now i'm getting error at _HR( CoCreateInstance(__uuidof(CoSoapAttachment),NULL, ...
... Attached is some eVC attachments code i had laying around. (which is just a straight port of the VB samples) without knowing which error you're getting its...
Thanks simon. I'm actually wrote the code in try and error manner. But i couldn't click ur attached code for download. Where can i download the eVC example? By...
... The maximum timeout is a side effect of the current API calls i use to manage timeouts on the desktop version. THis could be changed to manage timeouts in...
What will be like the cause of the error: Server: Server: Loading the request into SoapReader failed? Code: 80044201 Source: pocketSOAP.Envelope.2 the line of...
If you're writing in VBScript, then it doesn't import the type library, so if you don't have an option explicit statement, formatDime is just a default...
Hello Simon, Could you please give me some advice on the PocketHTTP and data upload? I have been trying to figure out how to upload a large chunk of data with...
... No this is not true, if you supply a stream as the source, then it works with a sliding 8k buffer, it will never load the whole into memory in one go. (If...
Hello Simon, Thank you for the quick reply and great suggestion ! However, when I look up the IResetableStream, I am not sure how to access this type. When I...
Hello, First of all I must say I am very pleased with the PocketSOAP 1.4.3. I worked for last two months on the application offering special GUI for SAP R/3...