I know Google and Ebay/Paypal have some. Do people have some example they think really highlight the best of the SOAP architecture?
Thanks :)
1–9 of 9 posts
I know Google and Ebay/Paypal have some. Do people have some example they think really highlight the best of the SOAP architecture?
Thanks :)
When I've developed APIs, people clamor for JSON, REST, and serialized PHP. Maybe I'm in some non-Microsoft, non-Java ghetto?
Just curious, does anyone still care about SOAP? It may be alive inside some companies' intranets but it seems to be dead on the public web. When I've developed APIs, people clamor for JSON, REST, and serialized PHP. Maybe I'm in some non-Microsoft, non-Java ghetto?
I find it a pain in the ass to write SOAP interfaces, but I don't mind at all working with them. Running a compiler on the WSDL file for my programming language of choice is often a lot faster to get up and running than wrapping a REST API and WADL seems not to have really taken off.
And I'm sure there's others... in fact here's a dude that's listed all the amazon services exposed as wsdl http://www.ecocoma.com/amazon_wsdl.aspx
Just curious, does anyone still care about SOAP? It may be alive inside some companies' intranets but it seems to be dead on the public web. When I've developed APIs, people clamor for JSON, REST, and serialized PHP. Maybe I'm in some non-Microsoft, non-Java ghetto?