Hi Adwords API Support Team,

In out current project, we need to implement Placements List Management 
functionality. By reading the documentation, the way to do this would be by 
using Shared sets as described in the following page:
https://developers.google.com/adwords/api/docs/guides/shared-sets

However, each of these examples use a service (example 1: sharedSetService, 
example 2: SharedCriterionService, etc.) to call the mutate() method and 
the documentation doesn't specify at all how to initialize this services. 
If we try to create a new SharedSetService object, it requires to implement 
the following code:

SharedSetService sharedSetService = new SharedSetService() {
            public String getSharedSetServiceInterfacePortAddress() {
                return null;
            }

            public SharedSetServiceInterface 
getSharedSetServiceInterfacePort() throws ServiceException {
                return null;
            }

            public SharedSetServiceInterface 
getSharedSetServiceInterfacePort(URL url) throws ServiceException {
                return null;
            }

            public Remote getPort(QName qName, Class aClass) throws 
ServiceException {
                return null;
            }

            public Remote getPort(Class aClass) throws ServiceException {
                return null;
            }

            public Call[] getCalls(QName qName) throws ServiceException {
                return new Call[0];
            }

            public Call createCall(QName qName) throws ServiceException {
                return null;
            }

            public Call createCall(QName qName, QName qName1) throws 
ServiceException {
                return null;
            }

            public Call createCall(QName qName, String s) throws 
ServiceException {
                return null;
            }

            public Call createCall() throws ServiceException {
                return null;
            }

            public QName getServiceName() {
                return null;
            }

            public Iterator getPorts() throws ServiceException {
                return null;
            }

            public URL getWSDLDocumentLocation() {
                return null;
            }

            public TypeMappingRegistry getTypeMappingRegistry() {
                return null;
            }

            public HandlerRegistry getHandlerRegistry() {
                return null;
            }
        };




Is this the only way how to create the required service instance? The 
documentation refers to an already created Service but it doesn't show how 
to do it.

Thanks,

Marc.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f0baf61c-edb2-4495-aed6-6ca6d597a238%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to