You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Bruce Edge <br...@gmail.com> on 2009/05/15 19:19:38 UTC

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

RE: wsdl2java schema in/out of wsdl ?

Posted by "Rao, Sameer V" <SR...@amfam.com>.
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:bruce.edge@gmail.com] 
Sent: Friday, May 15, 2009 12:20 PM
To: users@cxf.apache.org
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