Hi, I've found #import to be pretty useless in eVC, you're better off downloading the source zip and doing #include "psoap.h" [which gets generated by midl...
All arrays in eVB are arrays of variants, so they get serialized as arrayType="xsd:anyType[x]" rather than arrayType="xsd:string[x]". If the server can't...
The only two options i know of for installed on PocketPC are the eVB Install wizard and the raw WinCE SDK Installer tools. I use the later for the pocketSOAP...
I just found out that our ISP simply redirects every first http request to its own portal. Thus the response PocketSOAP cannot understand. Sven.... ... an ... ...
Hi...Simon... SOAP act is good if Response is String, Integer, and primitive type... So if Response is Binary file..? I intend to File download on PocketPC.. ...
... The current version of pocketSOAP can handle binary files via the xsd:base64binary type, the entire contents of the file are base64 encoded and inlined...
Hi PocketSOAP v.1.2.1 is now available for download. This adds support for de-serializing elements with xsi:nil attributes to VT_NULL variants. In addition it...
Hi, There's an updated version of the WSDL wizard now available, this now maps simple parameter types to their corresponding vb type. There's also some more...
Hi, I have developed one application in using eVB <-> PocketSOAP- <-> TomCat/Apache SOAP <-> Java <->Database.Since we don't have wireless service provider...
You don't need a dialup account to do this kina of testing. You can connect your pocket pc to your network through ActiveSync, and access any resource...
Hi Alejandro, I am not using dialup to connect internet from Pocket PC.I am using dialup for connecting Laptop to ISP provider.Can you please explain me in...
You can do this by running a HTTP proxy on your desktop, and configuring pocketSOAP to connect via that proxy. I've had this working with a USB cradle, haven't...
Hi Binay. Sorry, i didn't mean 'intercept' i meant 'internet' (darn spell checker). Internet Connection Sharing is a feature of Windows 2000, but if you're...
Am having problems with a faultcode from a web service I am trying to use. This is what I've done so far. I ran the WSDL Proxy Wizard on the following web...
Hi, I just did the same thing, and got the same results, looking over the WSDL there are some issues 1. They're using the 2000 version of XML Schema, which...
I found a pointer on XMethods to the xmltoday stock quote service, which appears to be the same thing [and should win an award for the worlds worst SOAP API],...
Simon, Thanks, do you know where on microsoft's site I can download the WinCE SDK Installer Tools? I searched for WinCE SDK and wasn't able to find it. Thanks,...
Are you looking for the visual Tools? They're at http://www.microsoft.com/mobile/downloads/emvt30.asp ___________________ Scott Seely http://msdn.microsoft.com...
Hi Scott, Thanks for replying. No, I am not looking for the embedded visual tools environment. I am having difficulty using the built in install packager in...
Simon, Thanks for giving me the path. I have found it. -Brian ... tools ... ce ... install ... application ... have ... application ... able ... the ... the ...
hi , i'm trying to pass an ascii value of 255,254,253.. through a pocket soap call as a "string".. but when the response is parsed the execution gets truncated...
... Hi, I don't think this is a pocketSOAP problem, i've attached a VBS Script that calls the SOAPBuilder interop service running at whitemesa using a string...
No, there is no standard 2PC protocol for SOAP. Do you really want external source controlling transactional locks on your DB system, I wouldn't. Most people...
Hi Simon and all I tried to rebuild your sources of pocketSoap for Win32 But I can't avoid MIDL compiler error when I use Release MinDependency. midl : command...
The last win32 build of pocketSOAP i did was with W2K SP2 Visual Studio 6.0 w/ SP5 Feb 2001 Platform SDK You'll need both the VS SP & the platform SDK to get a...