- This topic has 3 replies, 2 voices, and was last updated 16 years, 8 months ago by .
-
Topic
-
Hi all, I’m having my first try at XML and am not getting anywhere (using CL 5.5 on HP-UX).
We need to process an SAP IDoc. SAP can deliver an IDoc as XML and also has XML-schemas for all the different IDocs. So I thought this would be very straightforward.
I extracted the specific schema (matmas05.xsd) and compiled it in CL. No problem: the schema compiled nicely. I then got an xml example for this schema (matmas05.xml) and tried to run it through the testingtool, but that didn’t work: the testing-tool did nothing…
I then followed Charlie’s (and some other forum-members’) advice and tried to validate matmas05.xml by using XMLSpy. That didn’t work, because the xml wasn’t linked to the schema. XMLSpy created the link, and now the xml (matmas05_schema.xml) could be validated.
But when I run this xml through the testing tool, still nothing happens. Process ‘hcixmltest’ is eating up all performance and if I wait long enough, the testingtool returns an error:
Code:Please Wait ……
Command Issued: hcixmltest -a -d 1 -f eof -p test5 matmas05 /hci/qdx5.5/integrator/upgrade/formats/xml/test5/matmas05_schema.xml
Command output:MESSAGE 1
[0:TEST] Exception caught by general handler
[0:TEST] An error occured during parsing.
Can anybody help me with this problem? I attached a rar with all mentioned files.
Zuyderland Medisch Centrum; Heerlen/Sittard; The Netherlands
- The forum ‘Cloverleaf’ is closed to new topics and replies.