Author |
Message |
Topic: Apache FOP - PDF generation in the broker |
skidewd
Replies: 5 Views: 13114
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 03, 2010 12:58 pm Subject: Re: Apache FOP - PDF generation in the broker |
I am using fop-1.0.
The intension is to be able to create PDF docs using a Java Compute node.
Are you trying to generate PDF docs for your flows or what else? Just as an FYI, Toolkit has an opti ... |
Topic: User Defined property deploy issue |
skidewd
Replies: 7 Views: 12649
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 05, 2010 12:37 pm Subject: User Defined property deploy issue |
After thinking about this, I moved the UDP down to the subflow level and it worked. This is where the DECLARE property EXTERNAL character; is done. Since there is no compute node in the main flow, the ... |
Topic: WMBToolkit 7 - Preconfigure |
skidewd
Replies: 2 Views: 2868
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 05, 2010 6:15 am Subject: Re: WMBToolkit 7 - Preconfigure |
* Pre-install additional plugins
what do these additional plug-ins contain? In 7001 Toolkit added support for publishing UDN plug-ins as installable feature via Eclipse updater. |
Topic: can we replce in node in sub flow with MQinput node... |
skidewd
Replies: 7 Views: 4286
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 29, 2010 6:50 am Subject: Re: can we replce in node in sub flow with MQinput node... |
Hi..
can we replce in node in sub flow with MQinput node
what problem it may cause..
Generally speaking, it is not a good idea to put an MQInput (or any other true 'Input' node) into a subf ... |
Topic: Does SOAPInput node really support SOAP 1.2? |
skidewd
Replies: 4 Views: 5589
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 23, 2010 1:53 pm Subject: Does SOAPInput node really support SOAP 1.2? |
There's a different presupplied message set for SOAP 1.2 than for SOAP 1.1.
Yes, soapenv12.mxsd was automatically imported in the message set. while for SOAP1.1 soapevn11.mxsd was imported. It work ... |
Topic: can we have 2 soap nodes with different wsdl end points |
skidewd
Replies: 4 Views: 3337
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 23, 2010 1:38 pm Subject: can we have 2 soap nodes with different wsdl end points |
2 soap input nodes and 1 soap reply node.
error msg:
Text:CHARACTER:
It *should* be perfectly valid to have 2 SOAPInput nodes in a flow - each configured with it's own WSDL...
Do you have a subf ... |
Topic: Issue with SOAP fault message - SOAP nodes |
skidewd
Replies: 14 Views: 21347
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 04, 2010 10:08 am Subject: Issue with SOAP fault message - SOAP nodes |
Hi mqxplorer,
The SOAPRequest node or any other node within the broker will send the message to the failure terminal when some exception occurs within the broker.
The failure response from your ... |
Topic: Aggregating messages form MQ and SOAP Request Node |
skidewd
Replies: 11 Views: 15945
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 03, 2010 12:38 pm Subject: Aggregating messages form MQ and SOAP Request Node |
You don't need aggregation or correlation to combine a single MQ message with the output of a single SOAPRequest.
SOAPRequest is *synchronous*!
may not be relevant for this particular scenario, bu ... |
Topic: mqsicreatebar command on Windows Server 2003 |
skidewd
Replies: 15 Views: 17405
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 20, 2010 6:15 am Subject: mqsicreatebar command on Windows Server 2003 |
miked wrote:
we also faced the same problem on one of our development server and after installing the above mentioned fix pack we managed to resolve the problem. Just want to highlight here so that o ... |
Topic: Problem while generating message definition from WSDL |
skidewd
Replies: 2 Views: 4223
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 15, 2010 7:44 pm Subject: Problem while generating message definition from WSDL |
If your project colleague has exports/imports defined in their WebSphere Integration Developer Module (these sometimes also called bindings), then they must have version of WSDL that has binding defin ... |
Topic: Cannot promote some properties of SOAPRequest node |
skidewd
Replies: 8 Views: 7508
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Mar 20, 2010 11:25 am Subject: Re: Cannot promote some properties of SOAPRequest node |
Hello,
The properties in the "Basic" group of the SOAPRequest node's properties are not promotable. These properties like "WSDL file name", "Service port" ... Is there a ... |
Topic: Using Transaction in Webservices |
skidewd
Replies: 6 Views: 5295
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Mar 20, 2010 11:13 am Subject: Using Transaction in Webservices |
Have you considered using asynchronous Request/Response nodes in WMB? In fact, WMB7 added support for SCA nodes (including async request/response), which are exactly meant for interacting with WPS ser ... |