Author |
Message |
Topic: WSDL question |
kiran_mvr
Replies: 12 Views: 7943
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 17, 2006 10:34 am Subject: WSDL question |
You can build a message set and then create WSDL out of it.
You can build a Message Set from an XML Schema and then build WSDL out of it.
You can build a message set from a WSDL directly.
Do yo ... |
Topic: Handling Large files using Custom Node |
kiran_mvr
Replies: 6 Views: 4290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 20, 2006 8:18 am Subject: Handling Large files using Custom Node |
hi,
I impemented the Java plugin as I have to handle a large EDI-X12 message of size >50MB. I am using Bufferedreader to handle the entire file. I am clearing the Bufferedreader after processi ... |
Topic: Handling Large files using Custom Node |
kiran_mvr
Replies: 6 Views: 4290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 17, 2006 7:02 am Subject: Handling large files using Java custom Node |
hi,
thanks for your replay, I am implementing it as you said.
I have one more question.
1. If we are using same Plug-In node for many flows how to implement synchronisation between the flow ... |
Topic: Handling Large files using Custom Node |
kiran_mvr
Replies: 6 Views: 4290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 13, 2006 12:09 pm Subject: Handling Large files using Custom Node |
hi,
We are trying to handle large files(>50MB) from file system. For this we have designed a Java custom node. we increased the Heap size of a particular execution group using mqsichangeproperti ... |
Topic: Handling special characters from MAINFRAME in Message Broker |
kiran_mvr
Replies: 0 Views: 3070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 14, 2005 1:01 pm Subject: Handling special characters from MAINFRAME in Message Broker |
Hai,
I am getting an EDI-X12 file from mainframe system. We are using JText Connector to pick that file.When the connector starts processing the file, it starts playing beep sounds. We found that t ... |
Topic: Problems with COBOL copybook imports |
kiran_mvr
Replies: 1 Views: 1919
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 27, 2005 4:40 am Subject: Problems with COBOL copybook imports |
Hai all,
1. Is there any way to overcome the problems with importing cobol copy books to create definition files in Message Broker ?
2. If the COBOL file contains OCCURS or REDIFINES Clause, ho ... |
Topic: Content and Value Validation in a Message Flow |
kiran_mvr
Replies: 2 Views: 2251
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 13, 2005 7:28 am Subject: Content and Value Validation in a Message Flow |
Hai
Requirement:- A SOAP message is received by HTTP InputNode, we need to validate the message and error/exception should be thrown immediatly when the validation fails. A response message is gene ... |
Topic: Problem with Parsing special characters |
kiran_mvr
Replies: 1 Views: 1585
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 31, 2005 4:49 am Subject: Problem with Parsing special characters |
Hi,
I am working with edi files where the segment delimiter is a special character(ANSI 172). I am using the below statement to parse the content to BLOB.
SET content = CAST(InputRoot."BLOB"."BL ... |
Topic: QueueManager error 2058 |
kiran_mvr
Replies: 4 Views: 3378
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Aug 30, 2005 12:49 pm Subject: QueueManager error 2058 |
Hi,
I took that C program from MQ samples. How to know it is related to server/client binding. Program name is "amqsget0.c".
thanks, |
Topic: QueueManager error 2058 |
kiran_mvr
Replies: 4 Views: 3378
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Aug 30, 2005 11:44 am Subject: QueueManager error 2058 |
Hi,
I am trying to run a sample C program to read a message from the queue. I am getting 2058(QueueManager Error) return code.
But both QueueManager and Listener are running.
Thanks in Adva ... |
Topic: QueueManager error 2058 |
kiran_mvr
Replies: 2 Views: 2732
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 30, 2005 11:19 am Subject: QueueManager error 2058 |
Hi,
I am trying to run a sample C program to read a message from the queue. I am getting 2058(QueueManager Error) return code.
But both QueueManager and Listener are running. |
Topic: Problems with Cobol Copy Book |
kiran_mvr
Replies: 9 Views: 5896
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 18, 2005 10:45 am Subject: COBOL Error |
Jeff,
I tried as you suggested but I get the same error !!
Is there any other way? |
Topic: Problems with Cobol Copy Book |
kiran_mvr
Replies: 9 Views: 5896
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 18, 2005 7:38 am Subject: Problem with COBOL copybook File |
Hai,
The below is the cobol structure we are working on.We created a Message Definition File for this by Importing. But when giving the same file as an input for this structure we could'nt acess th ... |
Topic: Problems with Cobol Copy Book |
kiran_mvr
Replies: 9 Views: 5896
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 17, 2005 1:32 pm Subject: Problems with Cobol Copy Book |
Hai,
Ya the problem here is we are working on the same concept but we coudn't get any help from any source. |
Topic: Problems with Cobol Copy Book |
kiran_mvr
Replies: 9 Views: 5896
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 17, 2005 12:33 pm Subject: Problems with Cobol Copy Book |
Hai,
I Have a requirement where I need to map the fields from Cobol copy book to XML.So for this I have created a message Set with Cobol Copy Book structure using 'CWF' format and I am giving the c ... |