Archives by Tag 'SOAP'

Exchange Server 2007 WebService, Get Inbox Email Items – C#, SOAP Requests and Responses

By admin - Last updated: Tuesday, May 26, 2009

I was evaluating the Exchange Server 2007 WebService API and trying to get a list of latest inbox items from EWS web service.
It took me a while to figure out the request objects and the way to configure all the parameters.
Here is the C# code doing this.
The ExchangePlay.exws Proxy was generated within Visual [...]

WCF Soap11 vs Soap11WSAddressing10 vs Soap11WSAddressingAugust2004 vs Soap12 vs Soap12WSAddressing10 vs Soap12WSAddressingAugust2004

By admin - Last updated: Sunday, February 22, 2009

I’ve done some quick test on WCF interoperability of the SOAP versions and WSAddressing.
SOAP 1.1 vs SOAP 1.2

SOAP 1.2 is an extended version of SOAP 1.1, it does everything that SOAP 1.1 offers,
SOAP 1.2 provides clear processing model and it is based on XML infoset, it has no dependency on the underlying transport protocol. E.g. [...]