RE: Importing XSDs in a WSDL

2007-04-24 Thread Christopher Moesel
: Importing XSDs in a WSDL Just FYI: this is a known restriction at this point. However, I'm going to be working on fixing it this week. It is a big hold up for some of the work I need done. Dan On Monday 16 April 2007 08:50, Christopher Moesel wrote: Hello, I would prefer to keep my schema

Importing XSDs in a WSDL

2007-04-16 Thread Christopher Moesel
Hello, I would prefer to keep my schema types in a separate XSD file rather than define them inside the WSDL file. So, I use an xsd:import to accomplish this. This appears to work well in CXF with one exception: When I view the wsdl at http://localhost:8080/myapp/services/MyService?wsdl the

Re: Importing XSDs in a WSDL

2007-04-16 Thread James Mao
Hi, Hello, I would prefer to keep my schema types in a separate XSD file rather than define them inside the WSDL file. So, I use an xsd:import to accomplish this. This appears to work well in CXF with one exception: When I view the wsdl at http://localhost:8080/myapp/services/MyService?wsdl

Re: Importing XSDs in a WSDL

2007-04-16 Thread Daniel Kulp
Just FYI: this is a known restriction at this point. However, I'm going to be working on fixing it this week. It is a big hold up for some of the work I need done. Dan On Monday 16 April 2007 08:50, Christopher Moesel wrote: Hello, I would prefer to keep my schema types in a separate

Re: Importing XSDs in a WSDL

2007-04-16 Thread Sergey Beryozkin
, April 16, 2007 2:50 PM Subject: Re: Importing XSDs in a WSDL Just FYI: this is a known restriction at this point. However, I'm going to be working on fixing it this week. It is a big hold up for some of the work I need done. Dan On Monday 16 April 2007 08:50, Christopher Moesel wrote: Hello