Sorry, to clarify,
...According to Marketing API Reference REGARDING THE ERROR MESSGAE
RECEIVED, this method call is not supported, EVEN THOUGH THE
DOCUMENTATION STATES THAT IT IS...
--- In yws-searchmarketing%40yahoogroups.com">yws-searchmarketing
yahoogroups.com, "Arnie" <arniemag
...>
wrote:
>
> Using the following WSDL:
>
https://global.marketing.ews.yahooapis.com/services/V4/ExcludedWordsSe
rv
> ice?wsdl
>
> Trying to run the following code:
>
> public static ExcludedWord[] Fetch(string acctid)
> {
> ExcludedWordsServiceService svc = ExcludedWordsService
(acctid);
> return svc.getExcludedWordsByAccountID(acctid);
> }
>
> Receive the following error:
> System.Web.Services.Protocols.SoapException: Invalid operation
>
> According to Marketing API Reference, this method call is not
supported.
>
> Can someone tell me why this would be returning an invalid
operation
> error?
>
> The only parameter is the Account ID - when I use that same value
to
> fetch campaigns, there is no issue.
>
> Any help would be greatly appreciated.
>
.