Author |
Message |
Topic: Error - Soap Request |
earrieta
Replies: 3 Views: 2722
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 20, 2010 4:07 pm Subject: Error - Soap Request |
Envio el error que se presenta al momento de invocar un web service (php), utilizando el nodo SOAP Request.
En la cabecera se muestra codigo de respuesta 200 como si estubiera OK.
pero luego sale ... |
Topic: Flow Sincrono |
earrieta
Replies: 1 Views: 2743
|
Forum: General Discussion Posted: Wed Nov 05, 2008 6:19 am Subject: Flow Sincrono |
I want to create a flow where Synchronous send a message from a queue MQ "A" into a queue MQ "B", where an application server get the message. Then the Application Server answer a ... |
Topic: Flow Sincrono |
earrieta
Replies: 1 Views: 2242
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 04, 2008 3:44 pm Subject: Flow Sincrono |
I want to create a flow where Synchronous send a message from a queue MQ "A" into a queue MQ "B", where an application server get the message. Then the Application Server answer a ... |
Topic: convert hexa to string |
earrieta
Replies: 5 Views: 10077
|
Forum: General Discussion Posted: Mon Nov 03, 2008 2:29 pm Subject: convert hexa to string |
message id and correlid en format hexa, convert to string |
Topic: xml generate with compute |
earrieta
Replies: 2 Views: 3334
|
Forum: General Discussion Posted: Mon Oct 13, 2008 12:27 pm Subject: xml generate with compute |
name = "name_field" |
Topic: xml generate with compute |
earrieta
Replies: 2 Views: 3334
|
Forum: General Discussion Posted: Mon Oct 13, 2008 7:10 am Subject: xml generate with compute |
I want to know which function can be used to generate the xml with the correct format
code:
------
DECLARE p01,p02,p03,p04,p05,p06,p07,p08,p09,p10 CHAR;
SET p01 = InputRoot.MRM.LB_CRM0 ... |
Topic: Message Id not in CWF File |
earrieta
Replies: 6 Views: 12259
|
Forum: General Discussion Posted: Mon Jun 23, 2008 12:01 pm Subject: Message Id not in CWF File |
Grand Master i'm using MBT6.1 |
Topic: Message Id not in CWF File |
earrieta
Replies: 6 Views: 12259
|
Forum: General Discussion Posted: Mon Jun 23, 2008 11:46 am Subject: Message Id not in CWF File |
Grand Master this is the code esql
CREATE COMPUTE MODULE ggg_Compute
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
CALL CopyMessageHeaders();
CALL CopyEntireMessage();
RETURN TRUE;
EN ... |
Topic: Message Id not in CWF File |
earrieta
Replies: 6 Views: 12259
|
Forum: General Discussion Posted: Fri Jun 20, 2008 8:10 am Subject: Message Id not in CWF File |
I want to change the data type of an XML message to CWF, but I get the following error message
(0x01000000):RecoverableException = (
(0x03000000):File = 'F:\bui ... |