Author |
Message |
Topic: Running MQ scripts in ANT |
tsuru
Replies: 5 Views: 10511
|
Forum: General IBM MQ Support Posted: Thu May 21, 2015 1:26 pm Subject: Running MQ scripts in ANT |
You must use a redirector (https://ant.apache.org/manual/Types/redirector.html) to redirect the script content to runmqsc
<exec executable="runmqsc">
<arg value="${qmg ... |
Topic: Migration to MB 8.0.0.1 Fails at Stage 3 |
tsuru
Replies: 9 Views: 13332
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 02, 2013 10:25 am Subject: Migration to MB 8.0.0.1 Fails at Stage 3 |
I had the same problem on AIX 7.1 Installing IE02 solved my problem! |
Topic: WMB 7 Maven Plugin |
tsuru
Replies: 7 Views: 9744
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 29, 2012 7:03 am Subject: WMB 7 Maven Plugin |
You should read http://www.ibm.com/developerworks/wikis/download/attachments/113607155/RAD_755_MAVEN_0601.pdf?version=1 for m2e prereqs |
Topic: WMB 7 Maven Plugin |
tsuru
Replies: 7 Views: 9744
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 29, 2012 7:01 am Subject: WMB 7 Maven Plugin |
Use http://m2eclipse.sonatype.org/sites/m2e-e34/ as repository |
Topic: Multiple certificates on SOAPRequest |
tsuru
Replies: 10 Views: 7047
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 29, 2012 6:53 am Subject: Multiple certificates on SOAPRequest |
ok, thanks for your support! I will raise a PMR and publish the results soon. |
Topic: Multiple certificates on SOAPRequest |
tsuru
Replies: 10 Views: 7047
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 29, 2012 6:22 am Subject: Multiple certificates on SOAPRequest |
I just found this article: http://alesaudate.com/2010/08/09/how-to-dynamically-select-a-certificate-alias-when-invoking-web-services/
but I really don't know how to do such things with SOAPRequest ... |
Topic: Multiple certificates on SOAPRequest |
tsuru
Replies: 10 Views: 7047
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 27, 2012 9:25 am Subject: Multiple certificates on SOAPRequest |
mqjeff, you are right! I wanna propagate my X.509 certificate, but I want to do this on the transport layer (HTTPS)... is there any way to do this? |
Topic: Multiple certificates on SOAPRequest |
tsuru
Replies: 10 Views: 7047
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 27, 2012 7:24 am Subject: Multiple certificates on SOAPRequest |
Yes, I want to identify my client through diferent certificates because e-gov webservices need to know the "federal tax number" identified by these certificates. |
Topic: Multiple certificates on SOAPRequest |
tsuru
Replies: 10 Views: 7047
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 26, 2012 11:09 am Subject: Multiple certificates on SOAPRequest |
How do I choose a particular certificate for SOAPRequest node when I have to call multiple WebServices? |
Topic: WMB6.1 connecting to Oracle |
tsuru
Replies: 2 Views: 2558
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 22, 2010 12:16 pm Subject: WMB6.1 connecting to Oracle |
Yes, you do.
See this link:
http://www-01.ibm.com/support/docview.wss?rs=849&uid=swg27010512
Oracle Database Server requires the Oracle Runtime Client if using 32-bit Execution Groups. |
Topic: [SOLVED] .NET WebService DateTime incompatibility |
tsuru
Replies: 6 Views: 5080
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 22, 2010 11:57 am Subject: [SOLVED] .NET WebService DateTime incompatibility |
smdavies99,
I read about XML Schema definition of xsd:dateTime, that was inspired by ISO 8601:
http://www.w3.org/TR/xmlschema-2/#dateTime
The standard does not limit the fraction of seconds fiel ... |
Topic: [SOLVED] .NET WebService DateTime incompatibility |
tsuru
Replies: 6 Views: 5080
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 22, 2010 11:44 am Subject: [SOLVED] .NET WebService DateTime incompatibility |
Seems like 6 'S's limitation affects HTTPInput Node. I've replaced it with SOAPInput Node and voilá it's working perfectly! |
Topic: [SOLVED] .NET WebService DateTime incompatibility |
tsuru
Replies: 6 Views: 5080
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 22, 2010 11:17 am Subject: [SOLVED] .NET WebService DateTime incompatibility |
Sorry, I sent an old log.
I put the 'yyyy-MM-dd'T'HH:mm:ss.SSSSSSSZZZ' (with seven 'S's) as the datetime mask and got the same error.
The test went ok when I put 'yyyy-MM-dd'T'HH:mm:ss.SSSSSSZZZ' ... |
Topic: [SOLVED] .NET WebService DateTime incompatibility |
tsuru
Replies: 6 Views: 5080
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 22, 2010 7:43 am Subject: [SOLVED] .NET WebService DateTime incompatibility |
.NET WebService Client consumes a Message Broker 6.1 WebService, but when it sends a DateTime field the Broker replies with:
(0x01000000:Name ):ParserException = (
(0x03000000:NameV ... |
Topic: Oracle 10g procedures issues |
tsuru
Replies: 1 Views: 2506
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 07, 2009 1:05 pm Subject: Oracle 10g procedures issues |
We have message flows calling Oracle 10g stored procedures, but we are getting performance issues. Looking at Oracle sessions, we realized that Broker´s ODBC connection are looking for stored procedu ... |