Author |
Message
|
sarbajit |
Posted: Wed Apr 19, 2006 7:36 am Post subject: Adpater Basic Question |
|
|
Acolyte
Joined: 22 May 2003 Posts: 53
|
We generated the BO and deployed the BO as message set in WBIMB5.0 and formatted the4 message as required by destination side. My question in in case of messages incoming to adpater we are getting well formed XML message from source. Should we need to convert the XML to format as per generated BO so that connector can accept the message or we need to push the well formed XML as it is to connector and rest will be taken care by connector itself. In case of messages outgoing to adpater how can we use message set? Please help me. |
|
Back to top |
|
 |
Kram |
Posted: Wed Apr 19, 2006 7:51 am Post subject: |
|
|
Voyager
Joined: 02 Mar 2006 Posts: 87
|
How are you generating the BO's? _________________ Regards,
Ram |
|
Back to top |
|
 |
RocknRambo |
Posted: Wed Apr 19, 2006 10:00 am Post subject: |
|
|
Partisan
Joined: 24 Sep 2003 Posts: 355
|
couple of things....
1. I dont think Msg Set is a must for Push/Pull from Adapter
2. Adapter understands only CwXML (bind to the .xsd, BO) configured to it
so, even though source sends a well formatted xml, u need to transform tht to cWxml
-RR |
|
Back to top |
|
 |
recallsunny |
Posted: Thu Apr 20, 2006 12:25 pm Post subject: |
|
|
 Disciple
Joined: 15 Jun 2005 Posts: 163 Location: Massachusetts
|
RocknRambo wrote: |
couple of things....
1. I dont think Msg Set is a must for Push/Pull from Adapter
-RR |
You will need a Message set when sending Messages to an Adapter.
However, you do not need one to parse messages that are delivered to Q by the adapter, since you can process them in standard XMLNS/XML formats in Broker. |
|
Back to top |
|
 |
RocknRambo |
Posted: Thu Apr 20, 2006 12:31 pm Post subject: |
|
|
Partisan
Joined: 24 Sep 2003 Posts: 355
|
As you said...
Quote: |
"you do not need one to parse messages that are delivered to Q by the adapter, since you can process them in standard XMLNS/XML formats in Broker." |
the same u can transform the message without a messageset which request queue understands.... thts wht we need.. as always xml parser is cheaper in processging time..
-RR |
|
Back to top |
|
 |
|