Re: Axis doesn't generate TargetingIdea class from WSDL

2015-01-02 Thread Josh Radcliff (AdWords API Team)
Hi, Is there some reason why you aren't using the .NET client library ? It takes care of generating classes from WSDLs for you, and will save you from the headache of working with wsdl.exe. Thanks, Josh, AdWords API Team On Friday, January 2,

Re: Axis doesn't generate TargetingIdea class from WSDL

2015-01-02 Thread Ari
I'm having this same issue in C#. However changing the entriesField to a one dimensional array causes "Unexpected Internal API errors with Google. I'm curious to how you changed the entriesField attribute to a "TargetingIdea" from "Type_AttributeMapEntry" Where did that come from? Did you defin

Re: Axis doesn't generate TargetingIdea class from WSDL

2012-03-09 Thread okiebug1...@gmail.com
I appreciate your time and of course the link! Another step for me to add to my documentation for generating classes from the published wsdl. Perhaps you can have all the affected WSDL's modified upon your next release, to add the http://www.w3.org/2001/XMLSchema"/> So AdWords API developers

Re: Axis doesn't generate TargetingIdea class from WSDL

2012-03-07 Thread Kevin Winter
Hi David, Unfortunately, I've never worked with generated classes in DotNet. It looks like the NoClientLibrary wiki page for the DotNet library mentions this is a known issue: http://code.google.com/p/google-api-adwords-dotnet/wiki/NoClientLibrary#b._wsdl.exe_doesn't_generate_some_types_prope

Re: Axis doesn't generate TargetingIdea class from WSDL

2012-03-07 Thread okiebug1...@gmail.com
Kevin, Sorry to hijack this thread, but the same problem exists with both wsdl.exe and svcutil.exe for this class generation from the provided wsdl. TargetingService class is not generated and the TargetingIdeaPage references unwrapped definition. As pointed out the TargetingIdeaPage generates

Re: Axis doesn't generate TargetingIdea class from WSDL

2011-12-27 Thread Maxim
Yes, I always use "all", but in this case axis decided to unwrap the type. Oh well... On Dec 27, 2:14 pm, Kevin Winter wrote: > Hi Maxim, >   One of the previous maintainers of the current java library mentioned > that there's a flag for WSDL2JAVA and you need to tell it to generate > "all", all=

Re: Axis doesn't generate TargetingIdea class from WSDL

2011-12-27 Thread Kevin Winter
Hi Maxim, One of the previous maintainers of the current java library mentioned that there's a flag for WSDL2JAVA and you need to tell it to generate "all", all="true" for the ant task, --all for command line. - Kevin Winter On Tuesday, December 27, 2011 1:22:22 PM UTC-5, Maxim wrote: > > We

Re: Axis doesn't generate TargetingIdea class from WSDL

2011-12-27 Thread Maxim
We are still on v201008 and I'm building v201109 client. Sounds like an axis config problem. I'm on a skiing trip at the moment, but I'll try different settings. Thanks for your help. On Dec 27, 9:23 am, Kevin Winter wrote: > Hi Maxim, >   I can confirm that our TargetingIdeaPage does have a getE

Re: Axis doesn't generate TargetingIdea class from WSDL

2011-12-27 Thread Kevin Winter
Hi Maxim, I can confirm that our TargetingIdeaPage does have a getEntries value of TargetingIdea: http://code.google.com/p/google-api-adwords-java/source/browse/trunk/src/com/google/api/adwords/v201109/o/TargetingIdeaPage.java#61 I've seen similar issues where an object with a single inner fie

Re: Axis doesn't generate TargetingIdea class from WSDL

2011-12-27 Thread Maxim
Kevin, I'm using axis 1.4 as well, which is why I was surprised. I already coded for using the Type_AttributeMapEntry[][] so it's not a big deal. If I'm the only one who has this problem then don't worry about it. Most people are probably using your client libs where everything is already generated

Re: Axis doesn't generate TargetingIdea class from WSDL

2011-12-27 Thread Kevin Winter
Hi Maxim, What version of axis are you using? I believe we're using axis 1.4 for the existing Java library and did not run into this issue. We're trying to add support for axis 2 in the rewrite of the java library, but have run into some fun issues getting the classes generated (current solu

Axis doesn't generate TargetingIdea class from WSDL

2011-12-22 Thread Maxim
Hello. I’ve been working with google api for 6-7 years now, but this is rather unusual. In V201109, when generating soap client for TargetingIdeaService, Axis would not generate a class for TargetingIdea. What’s so special about the definition of TargetingIdea? Represents a {@