supporting SOAP-GET MEP (was: Re: service references)
"Sanjiva Weerawarana" <[email protected]>
| Newsgroups | gmane.comp.web.services.ws-arch |
|---|---|
| Message-ID | <026901c263aa$c82bf7b0$f500a8c0@lankabook2> |
"Paul Prescod" <[email protected]> writes: > > Plus you have a very messy relationship > between the SOAP-for-GET feature and the rest of the web services > architecture (to say nothing of the Web architecture). Why is support SOAP-GET hard to support in WS? That's just another way to bind an Input-Output style operation (aka MEP) in WSDL. Abstractly, there's nothing different between that and another way of doing an Input/Output operation .. the fact that its an HTTP GET outgoing instead of a SOAP call never really shows up at the programmer level. Sanjiva.