Subject | Re: Strategic Replacement for Services API |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-07-28T14:56:03Z |
David,
Example:
<?xml version="1.0"?>
<methodCall>
<methodName>examples.getStateName</methodName>
<params>
<param>
<value><i4>41</i4></value>
</param>
</params>
</methodCall>
Roman
> Amen. I think that if you start using external web servicesThe talk was about XML-RPC, not SOAP/WSDL.
> libraries in short order they will dwarf the rest of the codebase
> and anything that touches them will become completely unusable. The
> current web services standards are so complicated that the
> people/companies that write them cannot determine what valid
> behavior is and the xml involved cannot be interpreted by humans.
Example:
<?xml version="1.0"?>
<methodCall>
<methodName>examples.getStateName</methodName>
<params>
<param>
<value><i4>41</i4></value>
</param>
</params>
</methodCall>
Roman