Hi,
I have a DTD message in external definitions to be imported into the message mapping. But I am not able to choose the object in the mapping editor. It does not allow even if the message is a valid WSDL. The only time it allows to import into the message editor is when its an XSD.I am not sure why the external definitions in DTD or WSDL formats are not able to be imported or am I missing something??
-Ken
Request clarification before answering.
Hi Ken,
I had the same problem, XI not accepting the dtd messages and the <!doctype>.
XI does not fully support every extension in the DTD standard, I had to rewrite the DTD and skip most of the fancy extensions.
<!doctype> is not supported by SAP. I created an java mapping to remove the <!doctype> when receiving the message in XI and wrote also a javamapping to add the <!doctype> when sending the message out of XI. If you are interested in de java code, send me an email and I will send it to you.
Cheers,
Frank
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Frank,
Yes it would be greatly helpful, 'cos we have been breaking our head on this. My id is [email protected].
Also if we use java mapping at the beginning to remove doctype and add doctype while leaving XI, how do we do that? I would appreciate if you could specify some simple steps for it tool, as I am new to JAVA mapping?
Thanks,
Ken
Hi Teresa,
I am running into issues correlating the three XSD files generated for the CXML DTD. Do you know how to relate the three files? I tried putting in the following in the first generated cxml xsd file. I am not able to validate the schema:
<xs:include schemaLocation="c:\cxml1.xsd"/>
<xs:include schemaLocation="c:\cxml2.xsd"/>
Thanks,
Jay
Genentech SAP XI Team
Hi Ken
Could you explain your solution a bit more.
I know that the Prolog works off the Communication Channel but Im not exactly sure what would go in there. And where exactly does the XSLT mapping come in?
Is it the one Udo Martens listed? How does it get pulled into the system?
Thank You for Any info
Rick
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.