I’m trying to retrieve a list of PickList values to bind to a form. From what I’ve read I need to use the MetaData service, but despite adding a standard web reference to http://myserver/mscrmservices/2007/metadataservice.asmx?WSDL, the added namespace does not contain MetaDataService . I have the SDK, but from what I can tell the MetaDataService should be part of the generated web reference code.
I need the ?wsdl on the end of the URL or I get a 401, and I don’t understand why the generated namespace does not contain MetadataService.
I eventually solved this by adding a web reference for the service and tinkering with the settings. I’m not entirely sure how I solved it.