Archive for March, 2008

Lets dive into our second part of demystifying Web Services tutorial and writing your first (second :)) Web Services Client (you might want to read first part 1 about Finding and Testing Web Services Tutorial). Again, I do not want to show you how to write a new Web Service, as I personally believe that it is more motivational for a new user of Web Services technologies to use existing service to grasp an idea of them, rather than to write services themselves. That is why we will find and use an existing Web Service and write some useful Web application. I will use for this tutorial Java, Tomcat and Eclipse. If you have these installed on your machine, then in 10-15 minutes you should have your application up and running. Otherwise you have to reserve more time to download and install required components. Anyway, once you are done with installations, the practical part of this tutorial will be very short as I have cut everything to absolute minimum. I want you to use Web Services, not to waste your time on understanding bits and bytes of their particular protocols (this you can find yourself in WSDL and SOAP specifications and various more advanced tutorials available on the Web).
Continue reading “Write Your First Web Services Client Part 2: Using Services” »

Posted by Michal Zaremba as tutorials at 1:36 | 5 Comments »

Since we have released the initial version of our Web Service Tester, we have implemented a series of bug fixes and additional features. From now on you are able to use the seekda Web Service Tester also without opening an account with us. Only if you are using this service on a regular basis, you will need to login to do an unlimited number of invocations.

One of the new features we have introduced is the support of the XML schema data type base64Binary. If you wonder when you need it, here is one quick example of a service that uses this data type to enable you to upload files:
Continue reading “Web Service Tester Freely Available” »

Posted by Holger Lausen as features, news at 10:24 | 1 Comment »