Hurdles with Document-Style Web Service
Sunday, June 26th, 2005
Lat week I spent some time prototyping a simple document-style web service. Basically, I wanted to figure out how to pass an XML document with several nested repeating groups to a web service. Apache Axis was the obvious choice for a SOAP engine-I did not want to install anything heavy.
I totally expected it to be […]