Author |
Message |
Topic: Websphere MQ Support for Windows 2003 Enterprise Server x64 |
gotiashvili
Replies: 4 Views: 14264
|
Forum: IBM MQ API Support Posted: Mon Jul 07, 2008 12:42 am Subject: Websphere MQ Support for Windows 2003 Enterprise Server x64 |
Hello everyone.
I have Windows 2003 Enterprise Server x64 os. I wrote application in C# which uses amqdnet.dll and amqmdxcs.dll. This application connects to Websphere MQ server and puts the messag ... |
Topic: amqmdnet x64 ? |
gotiashvili
Replies: 0 Views: 3834
|
Forum: IBM MQ API Support Posted: Tue Jul 01, 2008 11:47 pm Subject: amqmdnet x64 ? |
Hello,
I have MS .net application which uses amqmdnet.dll to put and get messages from Queue. But it's not working on x64 Windows. Does anyone knows where I can donload amqmdnet.dll for x64 Windows ... |
Topic: Encoding problem in Message Flow. |
gotiashvili
Replies: 1 Views: 3126
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 02, 2008 11:01 pm Subject: Encoding problem in Message Flow. |
Hello,
I have message flow which is using Database node.
MQInput -> Database -> MQOutput
This database node is connected to MS SQL Server 2005 and executes stored procedure. This proced ... |
Topic: Flow dosen't understand XML file written by C# application.. |
gotiashvili
Replies: 5 Views: 5022
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 28, 2008 12:48 am Subject: Flow dosen't understand XML file written by C# application.. |
Thank you for your responses.
I've only changed
mqMsg1.WriteString(this.MessagetextBox.Text);
to
mqMsg1.WriteBytes(this.MessagetextBox.Text);
and it helped.
Thanks  |
Topic: Flow dosen't understand XML file written by C# application.. |
gotiashvili
Replies: 5 Views: 5022
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 27, 2008 5:34 am Subject: Flow dosen't understand XML file written by C# application.. |
Hello
I have C# application. I want to write XML string in a Queue.
Here is my C# code:
MQQueueManager mqQMgr;
MQQueue mqQueue1;
MQMessage mqMsg1;
MQPutMessageOptions mqPutMsgOpts;
mqQMg ... |
Topic: Calling Webservice Problem (HTTPRequest Node) |
gotiashvili
Replies: 7 Views: 9798
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 02, 2008 11:22 pm Subject: Calling Webservice Problem (HTTPRequest Node) |
Actually the above is wrong for what you are trying to do. You should try the following:
SET OutputRoot.Properties=InputRoot.Properties;
SET OutputRoot.HTTPRequestHeader.SOAPAction='http://tempur ... |
Topic: Calling Webservice Problem (HTTPRequest Node) |
gotiashvili
Replies: 7 Views: 9798
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 02, 2008 6:59 am Subject: Calling Webservice Problem (HTTPRequest Node) |
Hello,
I have webservice written in MS VisualStudio 2005. This webservice has two parameters ReferenceID - int and Description - string. It returns string.
I want to call this webservice from Webs ... |
Topic: Httpinput node |
gotiashvili
Replies: 6 Views: 4875
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 02, 2008 6:57 am Subject: Httpinput node |
You can use Net Utility |