Author |
Message |
Topic: can JavaCompute node invoke webservice client jar file? |
mqsiadm
Replies: 6 Views: 4919
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 31, 2008 9:01 am Subject: can JavaCompute node invoke webservice client jar file? |
zapt & mqjeff thanks!!
internal to our organization Webservices client jars are distributed rather than WSDL. this makes life easy if there is any change to the Webservices.
now take this ex ... |
Topic: can JavaCompute node invoke webservice client jar file? |
mqsiadm
Replies: 6 Views: 4919
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 31, 2008 6:53 am Subject: can JavaCompute node invoke webservice client jar file? |
i am trying to invoke webservices client jar from java compute node. are there any specific steps which needs to be followed?
any advice will be appreciated.
thx,
Chris. |
Topic: creating new XML from Cobol Copy book |
mqsiadm
Replies: 10 Views: 5986
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 03, 2006 8:06 am Subject: creating new XML from Cobol Copy book |
if you really want to pass the entire message to CWF, don't bother parsing it as XML in the first place
could you please explain..... |
Topic: creating new XML from Cobol Copy book |
mqsiadm
Replies: 10 Views: 5986
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 03, 2006 8:03 am Subject: creating new XML from Cobol Copy book |
You'll also need to change this:
CREATE LASTCHILD OF creationPtr DOMAIN('CWF') PARSE(bodyBlob,InputProperties.Encoding,InputProperties.CodedCharSetId);
to this:
CREATE LASTCHILD OF creationPtr ... |
Topic: creating new XML from Cobol Copy book |
mqsiadm
Replies: 10 Views: 5986
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 03, 2006 7:55 am Subject: creating new XML from Cobol Copy book |
Am i using the correct method?
My incoming xml is <Msg><data>abnd1245555</data><Msg>
abnd1245555 is the Cobol copy book.
I have to parse this data to a message ... |
Topic: creating new XML from Cobol Copy book |
mqsiadm
Replies: 10 Views: 5986
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 03, 2006 7:06 am Subject: creating new XML from Cobol Copy book |
DECLARE bodyBlob BLOB ASBITSTREAM(InputRoot.XML, InputProperties.Encoding, InputProperties.CodedCharSetId);
This is not populating any data in the bodyBlod, in the debugger i see the bodyBlo ... |
Topic: creating new XML from Cobol Copy book |
mqsiadm
Replies: 10 Views: 5986
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 03, 2006 6:34 am Subject: creating new XML from Cobol Copy book |
Hi All,
I am working with V6 broker and trying to extract cpy book data from xml element and parse it against a message defination file.
Can some buddy please give me some inputs on this, I hav ... |
Topic: how to avoid/Replace RCD node |
mqsiadm
Replies: 3 Views: 2333
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 22, 2006 6:58 am Subject: how to avoid/Replace RCD node |
thanks mgk for info on PROPAGATE command, i will definitly implement it as i have V6.
jefflowrey, thanks to you too, i will start investigating CREATE... PARSE command. |
Topic: Multiple copy book defination in one Message Defination file |
mqsiadm
Replies: 10 Views: 4659
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 10, 2006 11:55 am Subject: Multiple copy book defination in one Message Defination file |
Thanks for your help guys, I guess I am not able to put my question in correct way,This is what I want
Input message:
<header> this is a header</header>
<body>
<cpy1> ... |
Topic: Multiple copy book defination in one Message Defination file |
mqsiadm
Replies: 10 Views: 4659
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 10, 2006 8:43 am Subject: Multiple copy book defination in one Message Defination file |
the message structure is
<header> </header>
<body>
<cpy1> real copybook as element data </cpy1>
<cpy2> real copybook as element data </cpy2>
--- ... |
Topic: JSM nodes and MQ nodes |
mqsiadm
Replies: 2 Views: 2315
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 06, 2006 7:41 am Subject: JSM nodes and MQ nodes |
thanks fjb_saper,
now i have IBM MQ installed and MQINPUT/OUTPUT nodes already used in the flow, will i have to change anything if JMS is the client other than taking care of RFH2 headers?
thank ... |
Topic: JSM nodes and MQ nodes |
mqsiadm
Replies: 2 Views: 2315
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Mar 05, 2006 5:15 pm Subject: JSM nodes and MQ nodes |
Hi,
we have a MQ input/output nodes infrastructure message flows which is used by java for MQ api application.
now we want to add JMS to the front-end.
my question here is what is the real diff ... |