Hi Jared,
Den 20/07/2010 kl. 08.23 skrev Jared Eckersley:
Thanks for the reply. The server is using NTLM auth.
Did you have to fix the Services.wsdl file to include the following lines:
<wsdl:service name="ExchangeWebService"> <wsdl:port name="ExchangeWebPort" binding="tns:ExchangeServiceBinding"> soap:address location="https://*server*/ews/Services.wsdl"</soap:address> </wsdl:port> </wsdl:service>
I've had to add those lines, then serve the services.wsdl messages.xsd and types.xsd locally.
Yes, I needed to do this as well.
My goal is to be able to monitor a mail box. When new messages come in, I need to forward the mail to another account.
Any example of working code would be great as I have not been able to get anything working at all.
As in, you can't even log in using NTLM? Can you create a Client() using the modified WSDL?
Erik