New to web services in PB so not sure if I am doing this right or completely wrong...
Started by creating a Web Service Proxy, Got services.wsdl file from Microsoft. (note using office365 developer 30 day free environment)
Setup for soap by importing the pbx.
All looked ok. I am able to see the exchangeservicebinding but if I try to use it I get
Error... "Path property must be set before calling send.." not sure how to resolve this.
Next I tried to use the Exchange Web Services API (not sure if I am doing it right)
created a new .net assembly Target and added the ews api dll's.
I was able to see all the objects/functions with the dll's.
When I try to use them I get error ... for example
I tried to create an object
Microsoft.Exchange.Webservices.data.Exchange lexc
I get Error "Undefined error Microsoft"..
1. Am I going in the right direction.
2. How do you resolve the "Path" error.
3. How do I reference the api objects?
4. Any sample code out there/or a good tutorial (have viewed Bruce Armstrong's consuming video... which did help)
Thanks for any help (and don't laugh to much at how bad I am doing)
Dave V.