Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: JAX-WS version of the DFA client library #26

Closed
geirke opened this issue Oct 23, 2014 · 2 comments
Closed

Feature request: JAX-WS version of the DFA client library #26

geirke opened this issue Oct 23, 2014 · 2 comments

Comments

@geirke
Copy link

geirke commented Oct 23, 2014

The AdWords API and DFP client libraries have both AXIS and JAX-WS versions, where the latter kind is required for running the library on App Engine. However, there is currently no JAX-WS version of the DFA client library, making it hard to run DFA on App Engine.

@jradcliff
Copy link
Member

Unfortunately the DFA WSDL schema is not compatible with JAX-WS, so we can't add support for it to the library.

@jradcliff
Copy link
Member

As a follow-up - the reason that DFA is incompatible is that it uses the RPC-encoded style, which is not supported by JAX-WS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants