IBlog<Johan>

This and that in a developer's life in general

News

Follow johandanforth on Twitter

Random Links

Walkthroughs and Tutorials

WS-Transfer - Are We Talking HTTP Over XML Over HTTP?

I may be daft, but after reading the comments on WS-Transfer submission to the W3C, I get the feeling that WS-Transfer feels... I dunno, wrong? I know SOAP is transport independant, but a vast majority of the SOAP calls are made over HTTP, so are we talking HTTP over XML/SOAP over HTTP?

WS-Transfer is about doing resource manipulation, using HTTP-like verbs such as GET, PUT, DELETE and such. Feels like a more complex REST style of managing resources to me.

Comments

Kannan Kalyanaraman said:

I think the idea is about having a protocol independent version of http like functionality over soap.
# March 29, 2006 3:39 AM

Johan said:

Yes, I know SOAP is transport protocol independant, but still it feels pretty weird to run HTTP like commands on SOAP on HTTP again.
# March 29, 2006 3:48 AM