Hello I am trying to run the wsdl2java program and I get some errors when I run it against this wsdl url:
http://api.exigo.com/3.0/ExigoApi.asmx?WSDL So I copied the file locally and here is what I get now: ./wsdl2java exigo.wsdl WSDLToJava Error: file:/Users/joaquinvaldez/Downloads/apache-cxf-2.7.7/bin/exigo.wsdl [2297,17]: Property "Any" is already defined. Use <jaxb:property> to resolve this conflict. file:/Users/joaquinvaldez/Downloads/apache-cxf-2.7.7/bin/exigo.wsdl [2298,17]: The following location is relevant to the above error Here is line 2298 and surrounding: <s:element minOccurs="0" maxOccurs="1" name="SupportingTable"> <s:complexType> <s:sequence> <s:any minOccurs="0" maxOccurs="unbounded" namespace="http://www.w3.org/2001/XMLSchema" processContents="lax" /> <s:any minOccurs="1" namespace="urn:schemas-microsoft-com:xml-diffgram-v1" processContents="lax" /> </s:sequence> </s:complexType> </s:element> How can I get around this? Thanks! -- View this message in context: http://cxf.547215.n5.nabble.com/help-with-wsdl-tp5734764.html Sent from the cxf-user mailing list archive at Nabble.com.
