Author |
Message |
Topic: Updating WSDL for Integration service |
brokerDev
Replies: 3 Views: 4729
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 15, 2017 10:19 am Subject: Updating WSDL for Integration service |
We came up with this workaround. I tested the exact steps below and they work. I don't know if this would be officially supported by IBM though?? We raised a PMR about this very issue. The response wa ... |
Topic: Updating WSDL for Integration service |
brokerDev
Replies: 3 Views: 4729
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 10, 2017 6:20 am Subject: Updating WSDL for Integration service |
Is it possible to 'update' an Integration Service so that it uses a new WSDL or does a new Integration Service have to be created each time the WSDL is updated?
Background:
We have the underlying ... |
Topic: Windows 7 compatibility with WMB and WMQ |
brokerDev
Replies: 12 Views: 8405
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 04, 2012 4:44 am Subject: Windows 7 compatibility with WMB and WMQ |
Neither WMB 6 nor WMB 6.1 will run under Windows 7 natively. I run WMB 6.1 under vmware workstation within Windows 7. For free alternatives, you could run WMB 6.1 under VirtualBox or VMWarePlayer.
... |
Topic: null assigned to unnullible field ? |
brokerDev
Replies: 8 Views: 6581
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 11, 2010 12:19 pm Subject: null assigned to unnullible field ? |
Could it be that when you are setting fields using data returned from the DB you are inadvertently setting the field to null? I'm asking this as you mentioned that some of the fields contain nothing. ... |
Topic: WTX Error |
brokerDev
Replies: 13 Views: 28143
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 13, 2009 9:03 am Subject: WTX Error |
Hi,
I noticed the following text in the error message "One or more inputs was invalid". Does the message structure/data comply with what the map is expecting? |
Topic: WAS JMS Install on AIX |
brokerDev
Replies: 3 Views: 3285
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 07, 2008 5:02 am Subject: [RESOLVED] WAS JMS client install on AIX |
I've resolved this issue now. To anyone interested, simply specify the
"-text -silent" flags and it will install!
It seems that if these options are omitted then the install script will ... |
Topic: WAS JMS Install on AIX |
brokerDev
Replies: 3 Views: 3285
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 06, 2008 11:31 pm Subject: WAS JMS Install on AIX |
Initially, I did attempt to install while not being root and this failed with the errors I indicated previously. After a chat with a colleague, I then tried to install as root but I still get those er ... |
Topic: Testing messageflow with HTTPInput node |
brokerDev
Replies: 5 Views: 5323
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 06, 2008 3:14 pm Subject: Testing messageflow with HTTPInput node |
Hi hardcore,
You didn't elaborate on what kinds of problems you are having. For example, at what stage of testing do you experience probelms? What is the sequence of your flow? What errors do you g ... |
Topic: WAS JMS Install on AIX |
brokerDev
Replies: 3 Views: 3285
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 06, 2008 3:03 pm Subject: WAS JMS Install on AIX |
Hi all,
I am trying to install WAS JMS client on an AIX platform so that we can send messages from WMB to SIBus on WPS appserver. I was able to successfully configure this setup on Windows, but on ... |
Topic: ESQL Select from Oracle database |
brokerDev
Replies: 3 Views: 2893
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 16, 2008 4:00 pm Subject: ESQL Select from Oracle database |
Apologies. I hope my typos have not muddied the waters. I should have typed -
DECLARE tmpRef REFERENCE TO OutputLocalEnvironment;
DECLARE myVariable CHAR 'myValue';
SET tmpRef.values= SELECT R. ... |
Topic: ESQL Select from Oracle database |
brokerDev
Replies: 3 Views: 2893
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 16, 2008 3:27 pm Subject: ESQL Select from Oracle database |
Hi,
I am experiencing some strange behaviour when running some ESQL. A snippet of the code is -
DECLARE tmpRef REFERENCE TO OutputLocalEnvironment;
DECLARE myVariable CHAR 'myValue';
SET tmpR ... |
Topic: Invoke WPS from WMB with Security enabled |
brokerDev
Replies: 4 Views: 10296
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Mon Dec 31, 2007 8:33 am Subject: Invoke WPS from WMB with Security enabled |
Hi fjb_saper,
Thanks for taking the time to respond. I tried what you suggested but it didn't make a difference. I kept on getting tghe same error.
The good news though is that I now have my set ... |
Topic: Invoke WPS from WMB with Security enabled |
brokerDev
Replies: 4 Views: 10296
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Sun Dec 30, 2007 10:06 am Subject: Invoke WPS from WMB with Security enabled |
Thanks for the respnse.
I am using WMB Toolkit 6.0.2 FP9 and there is no option in the JMS nodes supplied in the palette with this version to set a userid/password. What I have done is to set the ... |
Topic: Invoke WPS from WMB with Security enabled |
brokerDev
Replies: 4 Views: 10296
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Fri Dec 28, 2007 6:54 am Subject: Invoke WPS from WMB with Security enabled |
Hi,
I am attempting to send a SOAP/JMS message from WMB to WPS with security enabled on the appserver.
From reading the information in the Infocenter, LTPA is the only authentication mechanism s ... |
Topic: MB V6 - WebService: How do I create WSDL from XSD? |
brokerDev
Replies: 3 Views: 4581
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 28, 2007 4:06 am Subject: MB V6 - WebService: How do I create WSDL from XSD? |
Hi,
1)Create message set
2)Create message definition file from xsd (right click on message set)
3)Create message catregory (right click on message set) This is where you specify input, output, fa ... |