I'm getting the same thing. IE7 gives me a nasty warning but shows
me the XML. You can view source on this, save it to some.wsdl and
then generate pointing to that file instead of the wsdl
URLs. /sharetypes is complaining but at least it would get you going
until Yahoo corrects the problem.
wsdl /l:cs /n:YahooEWS /o:YahooEWSService.cs some.wsdl
--- In yws-searchmarketing%40yahoogroups.com">yws-searchmarketing
yahoogroups.com, "mcnisiv" <mcnisiv
...>
wrote:
>
> I am trying to create a C# wrapper for the production APIs using the
> wsdl.exe tool and am getting an error. Here is the command line
that
> I am using to do this:
>
> "C:Program FilesMicrosoft Visual Studio 8SDKv2.0Binwsdl.exe"
> /l:cs /n:YahooEWS /o:YahooEWSService.cs /sharetypes
> https://marketing.ews.yahooapis.com/services/V1/BasicReportService?
wsdl
> https://marketing.ews.yahooapis.com/services/V1/LocationService?wsdl
>
> The error I am getting is:
>
> Error: There was an error processing
> 'https://marketing.ews.yahooapis.com/services/V1/BasicReportService?
wsdl'.
> - There was an error downloading
> 'https://marketing.ews.yahooapis.com/services/V1/BasicReportService?
wsdl'.
> - The underlying connection was closed: Could not establish trust
> relationship for the SSL/TLS secure channel.
> - The remote certificate is invalid according to the validation
> procedure.
>
>
> I believe the error is because the name on the https security
> certificate is invalid or does not match the name of the site. This
> can be verified/viewed via a browser by entering in one of the
> marketingAPI addresses into the address bar of the browser. Does
> anyone have a workaround for this? I am trying to create one file
> containing all the shared types.
>
> Regards,
> Nisi
>
.