Author |
Message |
Topic: Creating bar file using Ant Build..... |
hotdarshan
Replies: 9 Views: 10761
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 27, 2009 9:18 pm Subject: Creating bar file using Ant Build..... |
Can you show the mqsicreatebar command with the parameters like ex mqsicreatebar.exe -data C:\Test\SUD\WorrkSpaces\V 6.1\Samples\ACCOUNT_ADD_MF\dist/workspace -b C:\Test\SUD\WorrkSpaces\V 6.1\Samples\ ... |
Topic: Error Sending mail from EmailOutput Node using Gmail server |
hotdarshan
Replies: 14 Views: 19018
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 09, 2009 2:28 am Subject: Error Sending mail from EmailOutput Node using Gmail server |
First check weather the gmail is blocked or not from your workstation |
Topic: aggregate nodes and webservices |
hotdarshan
Replies: 1 Views: 2024
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 14, 2009 12:45 am Subject: aggregate nodes and webservices |
Yes we can use the aggregate nodes with SOAP nodes or HTTP nodes..  |
Topic: HTTP Listener Port |
hotdarshan
Replies: 5 Views: 5600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 05, 2009 9:12 pm Subject: HTTP Listener Port |
Hi,
Is the 2 broker on the same config manager??
If so we need to have two diff ports or else we can have same port..
Regards,
Sudarshan |
Topic: SecurityProfiles in SOAP Nodes. |
hotdarshan
Replies: 4 Views: 4629
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 10, 2008 8:50 pm Subject: SecurityProfiles in SOAP Nodes. |
Thanks for the reply.
I need to implement the LDAP authentication in SOAP nodes done in MQ input its working but dont know how to implement in the SOAP input node. In MQinput node there is an secur ... |
Topic: SecurityProfiles in SOAP Nodes. |
hotdarshan
Replies: 4 Views: 4629
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 10, 2008 3:35 am Subject: SecurityProfiles in SOAP Nodes. |
Hi All,
Has anybody worked on security profiles in SOAP nodes. I am facing some problem with the SOAP Nodes. Please reply as soon as possible. |
Topic: Problem With SOAP Reply Node |
hotdarshan
Replies: 0 Views: 2922
|
Forum: General Discussion Posted: Fri Nov 21, 2008 9:17 pm Subject: Problem With SOAP Reply Node |
Hi All,
I am using SoapInput ->Compute->AggregateNodes->Mqout and then MqInput->SoapRequest->Mqreply and then MqInput->AggReply->Compute->SOAPReplynode. I am using MQRFH ... |
Topic: Q |
hotdarshan
Replies: 5 Views: 11391
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Jul 31, 2008 7:47 pm Subject: Q |
Problem is solved thanks for the replies.... |
Topic: Q |
hotdarshan
Replies: 5 Views: 11391
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Jul 31, 2008 5:58 am Subject: Q |
ya i am able to get the soap output but i am getting an error bcoz of not getting the header details to the application. i have used the soap request node in another service where there is no headers ... |
Topic: Q |
hotdarshan
Replies: 5 Views: 11391
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Jul 31, 2008 3:03 am Subject: Q |
Hi All,
I am working in SOAP REQUEST node and i need to pass an a user-id and password in soap headers and some info in SOAP body to invoke an a Application. I am able to do this using HTT ... |
Topic: Set to High Values |
hotdarshan
Replies: 20 Views: 13575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 18, 2008 8:09 pm Subject: Set to High Values |
But i have tried this i dont think this is the right way.....it directly x'ff' as a srting..  |
Topic: Set to High Values |
hotdarshan
Replies: 20 Views: 13575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 18, 2008 5:55 am Subject: Set to High Values |
Thanks for the response. But i am still not clear.
Could you please eloborate on how can we set each byte to hex'FF' in ESQL code. |
Topic: Set to High Values |
hotdarshan
Replies: 20 Views: 13575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 18, 2008 4:53 am Subject: Set to High Values |
data type of this field in cobol copy book is String of length 1, i want to set the value as hex FF
SET temp = x'FF';
SET temp1 =cast(cast(temp as BLOB ) as char ccsid InputProperties.CodedChar ... |
Topic: Set to High Values |
hotdarshan
Replies: 20 Views: 13575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 18, 2008 4:44 am Subject: Set to HighValues |
If i Use ESQL to fill the target field with x'FF' it will take it as string and x'ff' will be taken i dnt think it is the correct one hope u understood my problem |
Topic: Set to High Values |
hotdarshan
Replies: 20 Views: 13575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 18, 2008 4:07 am Subject: Set to High Values |
I am using Message Broker ToolKit 6.1, in windows platform and using ESQL to map. ya i want to map a field with hex FF so what coul be done |