Author |
Message
|
vmcgloin |
Posted: Fri Nov 09, 2012 4:37 am Post subject: |
|
|
Knight
Joined: 04 Apr 2002 Posts: 560 Location: Scotland
|
|
Back to top |
|
 |
rekarm01 |
Posted: Sun Nov 11, 2012 1:21 pm Post subject: Re: Convert the CMF to HL7 v3.0 |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
telus wrote: |
So according to you, If we download the HL7 message schema from the website of hl7 and import this in WMB 7 then it will work.
There is any white papers from IBM/ or any information available on the internet which proof that ? |
White papers for what, exactly? XML to XML transformation is a fairly basic operation, particularly if the source and target schemas are available. |
|
Back to top |
|
 |
Vitor |
Posted: Sun Nov 11, 2012 3:14 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
telus wrote: |
There is any white papers from IBM/ or any information available on the internet which proof that ? |
Any information which proves WMB can handle XML messages?
That's like asking for proof a car can be driven down a road.
If you want proof that WMB can handle your specific needs and your specific use cases then you need to perform a proof of concept. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
telus |
Posted: Tue Nov 13, 2012 3:21 am Post subject: |
|
|
Apprentice
Joined: 01 Nov 2012 Posts: 26
|
seems like I need to be member of this in order to download xsd.
Any other way to get the HL7 XSD |
|
Back to top |
|
 |
telus |
Posted: Tue Nov 13, 2012 5:44 pm Post subject: |
|
|
Apprentice
Joined: 01 Nov 2012 Posts: 26
|
Downloaded HL7 schema from hl7 website but got so many errors .
I have used the mqsicreatemsgdefs commands for the same.
In the schema there are so many xsd's and one xsd refered another xsd's.
I have put all the xsd's in the one directory and used the command.
mqsicreatemsgdefs -p message_set_name -data "workspace" -d "source xsd path" -ns -msg.
the above include the xsd and create a message set defination by reading xsd and include xsd's as required.
I have checked the report files also but there is no errors
I am not sure where I am missing ?
some error are below [quote]Description Resource Path Location Type
Type 'MCCI_MT000300.InfrastructureRoot.typeId' has an unresolved base type 'urn:hl7-org:v3#II'
|
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Nov 13, 2012 11:18 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
telus wrote: |
I have put all the xsd's in the one directory and used the command.
mqsicreatemsgdefs -p message_set_name -data "workspace" -d "source xsd path" -ns -msg.
the above include the xsd and create a message set defination by reading xsd and include xsd's as required.
I have checked the report files also but there is no errors
I am not sure where I am missing ?
some error are below
Code: |
Description Resource Path Location Type
Type 'MCCI_MT000300.InfrastructureRoot.typeId' has an unresolved base type 'urn:hl7-org:v3#II' |
|
Demise of your own making! You should keep all the xsd's in the file structure they originaly came in. You do not want to change the include paths and schema location of each of the xsds that are referenced anywhere by changing the relative referenced path...
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Nov 14, 2012 5:51 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
kimbert |
Posted: Wed Nov 14, 2012 8:06 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Telus: Did you really flatten out the folder structure when you copied the xsds? Or did you simply copy the parent folder under another folder while preserving the subfolders? |
|
Back to top |
|
 |
|