googleads / googleads-java-lib

Google Ad Manager SOAP API Client Library for Java
Apache License 2.0
226 stars 360 forks source link

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

Closed geirke closed 10 years ago

geirke commented 10 years ago

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 commented 10 years ago

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

jradcliff commented 10 years ago

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.