Oracle BPEL, unable to generate native format

In my current project i need to build some integration to a cobol application.
To generate the interface used from within bpel the cobol team supplies the copybook file which i can use in bpel to generate the xsd by use of the Native Format Builder.

Generating the xsd gave me the next error : ‘Unable to generate native format’.

Check the copybook file and check if the array element is defined as
[sourcecode language=”xml”]
15 POITEM OCCURS 3 TIMES.
[/sourcecode]

instead of
[sourcecode language=”xml”]
15 POITEM OCCURS 3.
[/sourcecode]

Share this Post:
Digg Google Bookmarks reddit Mixx StumbleUpon Technorati Yahoo! Buzz DesignFloat Delicious BlinkList Furl

One Response to “Oracle BPEL, unable to generate native format”

[…] Oracle BPEL, unable to generate native format | Oracle .. Java … […]

Leave a Reply:

Name (required):
Mail (will not be published) (required):
Website:
Comment (required):
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>