I’m running WM6.1 an C1 OnRamp.
I’m facing an issue with XCBL version 2.0 : I can not get a document type for this version.
From xcbl.org I only find DTD that refers to other DTDs, and WMDevelopper is not abble to use it (DTDs on my PC, WMDev on server, also tried all from the server, in vain).
My Questions :
would anyone have the documents types for XCBL2.0 ? (warning : the “PurchaseOrder/PurchaseOrder/OrderHeader/POIssuedDate” element must be a string NOT a document as in “WmxCBL.com.commerceone.CBL.n1_0:PurchaseOrder”
would anyone have a xsd to build the documents types from
Oops, I see you should have the package already Rangoon.
I’m puzzled by this message you quoted: (warning : the “PurchaseOrder/PurchaseOrder/OrderHeader/POIssuedDate” element must be a string NOT a document as in “WmxCBL.com.commerceone.CBL.n1_0:PurchaseOrder” .
In my copy of WmxCBL.zip, the record “WmxCBL.com.commerceone.CBL.n1_0:PurchaseOrder” has a string in the following XPath: (which I cut-pasted from developer)
OrderHeader/POIssuedDate/*body
BTW, for mapping conveninence, we generally use the ‘WmxCBL.com.commerceone.CBL.n1_0:__PurchaseOrder’ record instead (with the leading underscores). The same XPath then becomes:
PurchaseOrder/OrderHeader/POIssuedDate/*body
Whenever I’ve run into problems with Devloper not liking a DTD, I use a tool like XMLSpy to convert the DTD to a Schema, and then usually webMethods will create the documents I want from the Schema.