Re: Problem defining Data with XSD

2007-06-25 Thread Scott Kurz
Are you using XMLHelper.load(String) when you mean to use XMLHelper.load(InputStream) (from an produced from test.xml)? I know I've made that mistake (not sure what the error msg was though) ... maybe it would help to show your Java code in more detail. Scott On 6/25/07, Manuel Thiemann

Re: Can't generate a Java interface from a WSDL portType

2008-06-04 Thread Scott Kurz
The Apache CXF tool issues a warning but still gens Java w/ JAXB databindings from a portType WSDL. On Wed, Jun 4, 2008 at 5:00 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: SCA allows you to define service interfaces using either WSDL or Java (and potentially other languages too). The

Re: Can't generate a Java interface from a WSDL portType

2008-06-04 Thread Scott Kurz
Sebastien, I'm surprised the package names would be different.What is the namespace you're using that isn't mapping to the same package in each tool? Just curious... On Wed, Jun 4, 2008 at 7:25 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Raymond Feng wrote: Hi, I got the CXF

Re: Can't generate a Java interface from a WSDL portType

2008-06-10 Thread Scott Kurz
On Tue, Jun 10, 2008 at 4:59 AM, Simon Nash [EMAIL PROTECTED] wrote: I tried this with the Sun RI and was surprised that it took the targetNamespace for the @WebService annotation from the portType's wsdl:definitions, even though it took the targetNamespace for the package name from the

Re: Simple way to run Tuscany from source distribution?

2008-06-14 Thread Scott Kurz
: Luciano Resende wrote: Hey Scott Currently, our ant script and guides are based on having a distribution available, and you will have to use maven if you want to build/run from trunk source or a source distribution. On Thu, Jun 12, 2008 at 8:44 AM, Scott Kurz [EMAIL PROTECTED] wrote: What's