« Siebel Web Service Invocation Error | Main | Siebel Record Locking with Web Services »

ORABPEL-10902

I was getting this error when trying to deploy or compile a bpel project

Error:
[Error ORABPEL-10902]: compilation failed
[Description]: in "bpel.xml", XML parsing failed because "undefined part element.
In WSDL at

Please make sure the spelling of the element QName is correct and the WSDL import is complete.
".
[Potential fix]: n/a.

 

The problem was that the within my wsdl file the schema definition included an import statement and the schemaLocation attribute was not pointing to correct path

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:import namespace="something" schemaLocation="http://something:someport/MyXSD.xsd"/>
</xsd:schema>

Once this was changed to correct url, the error went away.

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)

About This Entry

This page contains a single entry from the blog posted on January 27, 2009 10:01 PM.

The previous post in this blog was Siebel Web Service Invocation Error.

The next post in this blog is Siebel Record Locking with Web Services.

Many more can be found on the main index page or by looking through the archives.

Powered by
Movable Type and Oracle