We are building a POC project for a client, we are supposed to build a listner for receiving notificagtion from SalesForce, we have a few samples, by comparing the schema googled from SalesForce (http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_om_outboundmessaging_wsdl.htm) I have a rough idea.
However I cannot find the complete WSDL definition, could anyone please help me pointing me a location to download this WSDL instead I try to build it from the scratch myself? Much appreciated.
Thanks.
If you have administrative access to a Salesforce organisation you can export the WSDL from the API WSDL page. It is accessible from User Name > Setup > Develop > API.
There are different API WSDL files for different purposes so select the one that works for you. If you need to be specific to your client’s customisations then you will need to export the WSDL from their organisation.
If you just need a standard Salesforce WSDL you can sign up for a free developer account on salesforce to get access to this page.