[Date Prev] [Date Next] [Thread Prev] [Thread Next] Indexes: Date | Thread | Author

[XML-SIG] WSDL library ?


> 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.     (01)


Same for SOAP.    (02)

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);    (03)

	/r$    (04)




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