Samples Gallary

4s4c and PocketSOAP come with some samples, here's some more.

Many scripting environments only support arrays of variants, by default PocketSOAP will serialize these as an array of xsd:anyType as each item in the array may be of a different type. However some servers will complain when receiving such an array. You can however override the default mappings in PocketSOAP and have it say the array is of a different type, this sample shows serializing an array of variants from VBScript as an array of xsd:string in the resulting SOAP request.
Last Updated : 2007-02-28
This VC++ project shows how to use PocketXML-RPC from C++ to ping the Weblogs.com ping server
Last Updated : 2006-04-03
This sample contains a customer serializer written in vC++ along with a sample client application that uses the custom serializer.
Last Updated : 2004-09-21
This eVC project show's how to use the DIME and SwA attachments support in PocketSOAP.
Last Updated : 2004-08-01
This VB6 sample shows how to manually handle sending and receiving arrays of complex types.
Last Updated : 2004-06-08
This VB6 sample shows how to write a class that performs serialization and deserialization for VB6 collections.
Last Updated : 2004-04-01
This is a c# version of the echo attachments sample, and shows how to use the attachments manager in C#
Last Updated : 2003-09-02
This is an updated version of Christian Forsberg's sample that he built for this article. In addition to being updated for pocketSOAP 1.1, Rupak Ganguly kindly contributed some code that allows you to configure the proxy and authentication options.
In addition to the source download [click the title], there's a download for a pre-packaged setup [1109k] for ARM, MIPS & SH3 devices.
Last Updated : 2003-05-26
This is a client proxy object and application for the SOAP Interface to the Rss Validator service. This also shows how to take a DOM document and get it serialized into the request SOAP message. The bulk of the proxy code was generated using the WSDL wizard, and hand tweaked to provide the DOM support. Note that this requires PocketSOAP v1.4.1 and MSXML4.0 to run.
Last Updated : 2003-01-11
This VB project show's how to use the DIME and SwA attachments support in PocketSOAP 1.3.5.
Last Updated : 2002-07-28
This eVB project show's how to use the DIME and SwA attachments support in PocketSOAP 1.3.5 from eVB.
Last Updated : 2002-07-28
This is a simple BloggerAPI client for PocketPC's, that can be use to edit and create posts for weblogging tools that support the BloggerAPI such as Blogger and Radio.
Last Updated : 2002-05-14
Here's a little VBS script that uses pocketXML-RPC to notify weblogs.com that your weblog has changed. See the weblogs.com XML-RPC interface docs
Last Updated : 2002-05-14
Here's a VBScript sample of calling the Google Search API. Note that you'll need to create an account at Google to get an authentication key to use.
Last Updated : 2002-04-12
This demo generates & parses WS-Routing headers. It includes an object model based on the WS-Routing spec and a set of PocketSOAP serializers & deserializers for the object model.
Last Updated : 2002-03-17
This is a C++ based sample, that shows how to write a custom serializer / deserializer, and how to register it with the PocketSOAP serializerFactory, so that it gets called at the appropriate times. The sample contains a simple implementation for a dictionary collection [name/value pairs], and the custom serializer that serializes this collection object to/from SOAP. The serialized representation of the dictionary is compatible with the Apache SOAP serialization for hashMaps, and the sample code sends and receives a dictionary to an Apache SOAP 2.2 server.
Last Updated : 2002-02-03
Tony Hong sent me this one, and shows how to use PocketSOAP from C# (and therefore any other .NET language)
Last Updated : 2002-01-16
A sample of calling .NET WebServices and .NET Remoting SOAP services with PocketSOAP.
Last Updated : 2002-01-16
Here's a simple example of using pocketSOAP from VB, to modify the home page of a Manila based site. See Jake's Getting started with Manila and SOAP post to the xml-rpc list. This versions works fine for OPML and non OPML based Manila Sites (you typically are using OPML if you use Radio to edit your Manila site). Here's a picture of it in action. I've started using this to update my soap weblog.
Last Updated : 2001-11-17
This is a VBScript sample for the XMethods stock quote service.
Last Updated : 2001-11-12
This is a VB6 project that calls the XMethods stock quote service. This including showing how to configure proxy server support, and the use of the SOAP Proxy object.
Last Updated : 2001-11-12
This VB6 sample shows how the PropertyBag serializer can be used to serialize and de-serialize VB6 classes to complex types, without having to write a custom serializer.
Last Updated : 2001-11-12
This is the eVC source code for the Stock Quote demo that installs with PocketSOAP on PocketPC's. This is calling the XMethods stock quote service.
Last Updated : 2001-11-12
This example demonostrates calls a variety of services deployed with different server toolkits including 4s4c, GLUE, ROPE, Apache SOAP and SOAP::Lite
Last Updated : 2001-11-12
These examples demonostrates how to use the serializerFactory to configure type mappings for untyped elements, for elements with the same name but different types, and demonstrates the use of the valueas function to extract de-serialized values as a particular type.
Last Updated : 2001-11-12
This example calls the soapclient.com Edgar search service.
Last Updated : 2001-11-12
This shows using arrays, and handling strongly typed arrays from scripting environments (such as VBScript or eVB), where arrays have to be arrays of variants.
Last Updated : 2001-11-12
Here's a little VBS script that uses pocketSOAP to notify weblogs.com that your weblog has changed. See the weblogs.com SOAP interface docs
Last Updated : 2001-10-25