[XML-SIG] WSDL library ?

Rich Salz rsalz@zolera.com
Wed, 13 Feb 2002 15:32:12 -0500


{Possible re-send, excuse the duplicate}

> 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. 


This is all true for SOAP, too.


One of the things I like about SOAP is that the RPC Encoding allows you 
to tell the difference between:
	char *p, *q;
	p = q = "hello";
and this:
	p = "hello";
	q = strdup(p);

Simple apps don't care, but real RPC programmers do. :)
	/r$


-- 
Zolera Systems, http://www.zolera.com
Information Integrity, XML Security