Author |
Message |
Topic: [Solved]Generating WSDL on broker to support 1.2 |
Hari
Replies: 4 Views: 3272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 25, 2013 12:51 pm Subject: [Solved]Generating WSDL on broker to support 1.2 |
Here are the updates from the PMR which we had opened:
1. Generate deployable WSDL from existing message set
2. Edit the generated WSDL with WSDL editor to add new SOAP1.2 binding
3. Export the u ... |
Topic: [Solved]Generating WSDL on broker to support 1.2 |
Hari
Replies: 4 Views: 3272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 08, 2013 10:29 am Subject: [Solved]Generating WSDL on broker to support 1.2 |
Thanks for your reply fjb_saper, appreciate it.
I had looked at your suggestion in this post, I happened to add the soapenv12.xsd (after removing the default version) in my message set but to no avai ... |
Topic: [Solved]Generating WSDL on broker to support 1.2 |
Hari
Replies: 4 Views: 3272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 07, 2013 5:23 pm Subject: [Solved]Generating WSDL on broker to support 1.2 |
The environment: Broker 7.0.0.3 on Windows.
We are exposing a message flow as a Webservice and the requirement is that the WSDL support SOAP 1.2.
But while generating the WSDL's on the broker, th ... |
Topic: Message Flows Failing |
Hari
Replies: 9 Views: 7620
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jun 13, 2009 1:58 pm Subject: Message Flows Failing |
Are you sure there is just one message coming in?
IMO there is one more (probably blank) message coming in....or a bug in the code which is causing a blank/wrong message being propagated. |
Topic: CopyMessageHeaders() and CopyEntireMessage() |
Hari
Replies: 5 Views: 6256
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 22, 2009 9:57 am Subject: CopyMessageHeaders() and CopyEntireMessage() |
Direct copy of the msg tree, well I meant to say doing a
SET OutputRoot.Properties = InputRoot.Properties ....etc, instead of calling the copymessageHeader()
IMO the cardinality and the looping ma ... |
Topic: CopyMessageHeaders() and CopyEntireMessage() |
Hari
Replies: 5 Views: 6256
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 21, 2009 1:00 pm Subject: CopyMessageHeaders() and CopyEntireMessage() |
The reason why I ask is... what happens during deploy time? Is those code deployed multiple times...or is it smart enough to re-use the code if it was deployed somewhere else?
Its the msg flow whic ... |
Topic: Next Grand Poobah |
Hari
Replies: 29 Views: 23947
|
Forum: General Discussion Posted: Fri May 08, 2009 12:35 pm Subject: Next Grand Poobah |
cool....
I like this equation, when one Grand Poobah makes a disappearing act...we get 2 Grand Poobahs (in the making). |
Topic: Database node |
Hari
Replies: 2 Views: 2732
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 08, 2009 9:52 am Subject: Database node |
Hi Kiran,
There is always some broker perf impact while using databases since it includes calls over the network (db is mostly remote), processing time at the database end.
But with a well defined ... |
Topic: $Root Pattern in Trace Node |
Hari
Replies: 3 Views: 5508
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 29, 2009 2:53 pm Subject: $Root Pattern in Trace Node |
That's surprising....I remember using something like this in one of our flows long time ago....
Are you forgetting a "/" after the 2? |
Topic: Question on HTTP and HTTPS requests |
Hari
Replies: 5 Views: 4054
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 29, 2009 1:54 pm Subject: Question on HTTP and HTTPS requests |
Thanks for the info.
Let us know the outcome of the PMR. |
Topic: Question on HTTP and HTTPS requests |
Hari
Replies: 5 Views: 4054
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 28, 2009 4:17 pm Subject: Question on HTTP and HTTPS requests |
AFAIK, the same biphttplistener process handles both http and https..
Do you see any errors in your Event Viewer/syslog?
Also when the problem occurred where you able to hit the URL's through a br ... |
Topic: $Root Pattern in Trace Node |
Hari
Replies: 3 Views: 5508
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 28, 2009 1:20 pm Subject: $Root Pattern in Trace Node |
Try giving the namespace declaration within double quotes...it should work.
Or store it in an Environment variable, and read that in the Trace node. |
Topic: Get status of a message flow from command line. |
Hari
Replies: 7 Views: 10739
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 24, 2009 3:27 pm Subject: Get status of a message flow from command line. |
good, so was any of the suggestions helpful?
Believe me, no one likes being snarky, but it doesn't make sense answering the same question multiple times.....when ppl can use "Search" and ... |
Topic: Get status of a message flow from command line. |
Hari
Replies: 7 Views: 10739
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 24, 2009 8:33 am Subject: Get status of a message flow from command line. |
I say "Search" is a good function in this forum...
For a start:
http://www.mqseries.net/phpBB2/viewtopic.php?t=47167&highlight=status |
Topic: Batch Processing pattern |
Hari
Replies: 13 Views: 12923
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 08, 2009 12:01 pm Subject: Batch Processing pattern |
Few of the possible solutions:
If the Source application is ok, you can have them but a sort of Trailer message at the end of their batch messages...which will have the total count. And of course hav ... |