Archive for 'WebServices' Category

Generate WSE3 client without GUI

By admin - Last updated: Monday, August 24, 2009

Solution 1
When using Visual Studio 2008, the web service proxy generated might not be WSE enabled.
In order to generate WSE enabled proxy class, you can use the command line to do that.
Yes, you can use WCF to communicate with WSE enabled service for sure, but here we are talking WSE3.
Firstly, you need install Web Services [...]

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 [...]