[XML-SIG] WSDL library ?
Rich Salz
rsalz@zolera.com
Wed, 13 Feb 2002 15:28:53 -0500
> One of thing things that I really like about XML-RPC is that it is easy
> to use from many languages, including statically typed ones like C. I
> think that is because all of the XML-RPC types are reasonably easy to
> deal with in C and the fixed format allows almost all of the
> marshalling/unmarshalling logic to be done at the library level.
Same for SOAP.
One of the things I like about SOAP RPC encoding is that you can tell
the difference between
char *p, *q;
p = q = "hello";
and this:
p = "hello"; q = strdup(p);
/r$
--
Zolera Systems, http://www.zolera.com
Information Integrity, XML Security