Four Js Development Tools Forum

Discussions by product => GWS => Topic started by: Francois L. on September 06, 2013, 03:51:26 pm



Title: fglwsdl ... New to Web Services
Post by: Francois L. on September 06, 2013, 03:51:26 pm
Hi,

I am trying to create a web service using fglwsdl.
I was able to create with public domain web services (stock quotes, weather) but when I get to one of our provider I have the following error.

ERROR : Mixed complexType is not supported.

Any clues about the mixed complexType not supported??

thanks

Francois


Title: Re: fglwsdl ... New to Web Services
Post by: Frank G. on September 06, 2013, 04:08:24 pm
Hi, Genero doesn't support mixed complexType in XML schema. Try with option --ignoreMixed, it should help.


Regards,
Frank


Title: Re: fglwsdl ... New to Web Services
Post by: Francois L. on September 06, 2013, 04:31:34 pm
Thanks Frank,

Did generate the code.  Will review all the 'switches' for fglwsdl.

Francois