Re: Referencing an external XSD not referenced in WSDL

2007-09-10 Thread Ryan Moquin
Never mind, I managed to finally turn something up in my google search which is to use the cxf-common-xsd plugin to do it. On 9/10/07, Ryan Moquin [EMAIL PROTECTED] wrote: I'm trying to generate some Java code for a WSDL that is paired with an XSD with the CXF with WSDL2Java, but doesn't

Re: Referencing an external XSD not referenced in WSDL

2007-09-10 Thread James Mao
You can use CXF xsd2java maven plugin, or just use the JAXB xjc tools directly James I'm trying to generate some Java code for a WSDL that is paired with an XSD with the CXF with WSDL2Java, but doesn't actually reference the XSD from it (such as with an include). This isn't my wsdl but one

Re: Referencing an external XSD not referenced in WSDL

2007-09-10 Thread Ryan Moquin
Yes, the issue I encountered is due to the fact the wsdl is invalid because it uses an XSD that isn't referenced from it. The problem is, I'm not in control of the wsdl so there isn't anything I can do about it, except find a way to call it just like others are doing successfully, but in a .net