SOAP clients for JWSDP and .NET web services
Tomcat SSL article Update
My article cover also client certificate creation and configuration of Tomcat. Trust-store loaded at startup for client authentication and import of a pkcs12 certificate for IE.
Tomcat SSL article available
Example on how to set up Tomcat tu use https secure jwsdp web service. Include certificate creation with openssl and keytool. This is the first article of a serie demoing basic security techniques ...
New SOAP interface available using basic authentication
Soon available: demo for SOAP client using basic authentication (user name and password sent in clear text). Check regularly my home page.
Start of a new chapter on SOAP clients in C# and VB .NET, simple and complex ...
Make a SOAP client using the free .NET framework SDK and the commmand-line compilers. SOAP client in VB .NET now available.
C/C++ SOAP clients (Linux/cygwin): gSOAP, simple, complex types and arrays
Method returning complex and array of complex type. Make a simple SOAP client, use of wsdl2h, soapcpp2, how to compile with g++. gSOAP client for .NET web service example available.