Clickatell SOAP wsdl to JAXB java classes
Posted
by timvb
on Stack Overflow
See other posts from Stack Overflow
or by timvb
Published on 2010-03-08T13:45:34Z
Indexed on
2010/03/08
13:51 UTC
Read the original article
Hit count: 617
Hi all,
I'm trying to generate JAXB classes from the Clickatell wsdl: You can find the wsdl definition here it quite large: http://api.clickatell.com/soap/webservice.php?WSDL
When trying to generate java classes from this Wsdl i got the following errors: [ERROR] undefined simple or complex type 'SOAP-ENC:Array' [ERROR] undefined attribute 'SOAP-ENC:arrayType'
I hope someone can help me out. Cheers, Tim
© Stack Overflow or respective owner