Thanks a lot for your reply! Unfortunately, it does not help us, as for example servlet 2.5 is dependency of it. We managed already to import the WSDLs and we try to figure out now, how we have to build our requests. We can set the soapHeader but something seems to be still missing:
On Tuesday, June 28, 2016 at 6:01:46 PM UTC+2, Shwetha Vastrad (AdWords API Team) wrote:
-- Holder<SoapResponseHeader> holder = new Holder();
SoapHeader soapHeader = new SoapHeader();
soapHeader.setValidateOnly(Boolean.TRUE);
soapHeader.setDeveloperToken("my-dev-token");
soapHeader.setClientCustomerId("my-client-id");
Customer customer = customerService.getCustomerServiceInterfacePort().get(soapHeader, holder);
Is there a plain XML dump of a valid SOAP request available to compare, what we are still missing?
TIA,
Bert
On Tuesday, June 28, 2016 at 6:01:46 PM UTC+2, Shwetha Vastrad (AdWords API Team) wrote:
Hi Bert,The adwords-appengine Maven module uses JAX-WS instead of axis. I would recommend that you use this instead of adwords-axis.Regards,Shwetha, AdWords API Team.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
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 adwords-api+unsubscribe@googlegroups.com.
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/e5fd783d-50ba-4743-8971-9c00472c72cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment