Hello Brian,

It is possible to declare multiple <xsd:schema> elements within <wsdl:types>, 
so that each schema elemet would have it's own targetNamespace. However each 
individual <xsd:schema> element could only declare one targetNamespace, so 
basically if you have an XSD file then you have a single xsd:schema element in 
it. So in most of the cases  one XSD -> single namespace, one WSDL -> multiple 
xsd:schemas -> each one namespace so one WSDL -> many namespaces.

Hope this helps.

Renat


On 03.02.10 20:56, "Brian Lund" <[email protected]> wrote:

Apart from creating a new XSD file for each namespace, is it possible to
declare multiple schemas with different target namespaces in the types
element of a WSDL included in a BPEL?  ODE seems to deploy the process just
fine, but I see errors in the logs.

Reply via email to