Archive for November, 2005

To SOAP or Not To SOAP : That is The Question

Tuesday, November 29th, 2005
SOAP gets mentioned every time people talk about Web services. SOAP is almost always considered an integral part of any “serious” Web services implementation, especially if there is also a desire to use WSDL. But it does not have to be. WSDL 1.1 has HTTP binding support and this support will be beefed up […]

Implementing Document-style Web Service with Sun’s JWSDP

Wednesday, November 16th, 2005
I‘m currently using JWSPD to develop some prototypes and I thought it might be useful to document a few things that are not immediately clear from the documentation (at least, they were not to me). Why use Sun’s JWSDP (JAX-RPC Standard Implementation)? From my experience, […]