SOAP Client for PocketPC |
Posted on Tuesday December 26, @02:54PM Pacific |
Simon Fell has put together a nice selection of SOAP related components, tools and source code, including pocketSOAP. pocketSOAP is a SOAP client COM component for the Windows family (95/98/Me/NT4/2000), originally targeted at PocketPC (hence the name). The package includes a HTTP client for making HTTP based SOAP
requests, however the transport is separate from the main SOAP core, so any other transports can be easily added. James Clark's
excellent Expat XML Parser (and its
Windows CE port for the PocketPC version)
is used for parsing the response SOAP messages.
|
|