Re: Re: [xml-dev] What does SOAP really add?

From
Didier PH Martin <>
To
John Cowan <>
Date
2002-04-23T22:12:01Z
ID
<038801c1eb13$e5e72000$6401a8c0@didierhome>
Thread
Re: Re: [xml-dev] What does SOAP really add?
Hi John,

John said:
> http://www.example.com/dbs/sample?select+emp.name,dep.name+from+emp,dep+
> where+emp.dep=dep.id+order+by+emp.name
>
> That seems quite readable (and certainly constructible) to me, and would
> work fine.

Didier replies:
I agree that for simple sql requests the URL is fine. But if you want to use
the full request capabilities wich are template based you'll have to go
beyond the limits of the URL.

cheers
Didier PH Martin