It refer to approach (style) of how schema constructs i.e. elements and/or their complexType are defined.
A WSDL has <wsdl:types> </wsdl:type> section which can be used to define schema constructs. You can define these constructs explicitly in that section or define them in a external .XSD file and use xsd:import or xsd:include tags to 'refer' to them. Inside the WSDL implies the first approach, Outside implies the use of (imports or includes) -----Original Message----- From: Bruce Edge [mailto:[email protected]] Sent: Friday, May 15, 2009 12:20 PM To: [email protected] Subject: wsdl2java schema in/out of wsdl ? This page of the wsdl2java docs: http://cwiki.apache.org/CXF20DOC/wsdl-to-java.html Refers to a schema being "inside" or "outside" of the wsdl. What exactly does that mean? -Bruce
