Author |
Message |
Topic: What's difference between Name and folder in logical tree |
xzhou
Replies: 2 Views: 2034
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 13, 2013 1:53 pm Subject: What's difference between Name and folder in logical tree |
Thank Kimbert for good explanation! |
Topic: What's difference between Name and folder in logical tree |
xzhou
Replies: 2 Views: 2034
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 13, 2013 9:04 am Subject: What's difference between Name and folder in logical tree |
Hi,
In V8, Properties is a type of name, but domain and namespace are a type of Folder.
I would like to know what's difference between Name and folder in logic tree.
what should I use? whe ... |
Topic: Security tab in MQ Input Node |
xzhou
Replies: 2 Views: 2527
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 19, 2012 8:08 am Subject: Security tab in MQ Input Node |
Hi All,
I am using WMB 8.0.0.1. I created a good security profile (it works on other flows).
The input message is as follows.
<?xml version="1.0" encoding="UTF-8"?> ... |
Topic: Support of XSLT 2.0 in WMB 7.0 |
xzhou
Replies: 5 Views: 3542
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 11, 2012 11:40 am Subject: Support of XSLT 2.0 in WMB 7.0 |
kimbert,
Do you know when WMB officially supports XPATH 2.0? If my memory serves me correctly, BusinessWorks from Tibco supported XPATH 2.0 a few years ago.
Thanks, XZ |
Topic: SOAP Input node |
xzhou
Replies: 16 Views: 17263
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 06, 2012 8:52 am Subject: SOAP Input node |
Thanks for everyone. it works now.
The problem was caused by a typo in url used on the remote PC, but the message generated by WMB is ambiguity and vagueness, I think.
"Unsupported Method: ... |
Topic: SOAP Input node |
xzhou
Replies: 16 Views: 17263
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 05, 2012 12:34 pm Subject: SOAP Input node |
I don't think the port is a problem because the port # is in the url. Same url works on local, but not on remote.
Thanks, XZ |
Topic: SOAP Input node |
xzhou
Replies: 16 Views: 17263
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 05, 2012 12:17 pm Subject: SOAP Input node |
Hi
I uses WMB V8.0.0.1. soap input/output nodes are used in one flow. it works when I uses the SOAPUI as a testing tool.
I run a broker on my PC, and can retrieve a wsdl using IE or Firefox v ... |
Topic: JDBC and a JPA provider (like Hibernate) |
xzhou
Replies: 8 Views: 10167
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 30, 2012 1:48 pm Subject: JDBC and a JPA provider (like Hibernate) |
The following is from IBM.
Use the broker Java API getJDBCType4Connection to initiate the connection, then perform SQL operations by using the standard JDBC APIs. The broker manages the connections ... |
Topic: Input Message Parsing panel in SOAPInput Node |
xzhou
Replies: 12 Views: 8904
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 12, 2012 3:27 pm Subject: Input Message Parsing panel in SOAPInput Node |
Hi kimbert, Thanks for your reply.
What can I do ? if a SOAP reply message needs to be a schema valid one.
I don't think it is nice to ask a flow to populate data in the sequence of a schema in or ... |
Topic: Input Message Parsing panel in SOAPInput Node |
xzhou
Replies: 12 Views: 8904
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 12, 2012 1:36 pm Subject: Input Message Parsing panel in SOAPInput Node |
Hi lancelotlinc,
I had a problem with a reply message. the data are set/populated by "databaseRetrieve" nodes. I did some testing with "Content And Value validation" turned on ... |
Topic: Input Message Parsing panel in SOAPInput Node |
xzhou
Replies: 12 Views: 8904
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 12, 2012 12:48 pm Subject: Input Message Parsing panel in SOAPInput Node |
Hi lancelotlinc,
Could you please advise me how to make it work? if I turned on Content And Value validation.
Thanks, XZ |
Topic: Input Message Parsing panel in SOAPInput Node |
xzhou
Replies: 12 Views: 8904
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 12, 2012 12:02 pm Subject: Input Message Parsing panel in SOAPInput Node |
Hi
According to infocenter, it contains "Message Domain" ,"Message set", "Message type" and "Message format". the value of "Message set" is set a ... |
Topic: soap req message parsing problem |
xzhou
Replies: 10 Views: 11273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 09, 2012 12:34 pm Subject: soap req message parsing problem |
Just copy it over and redeploy it. it works now.
Thanks, XZ |
Topic: soap req message parsing problem |
xzhou
Replies: 10 Views: 11273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 09, 2012 12:06 pm Subject: soap req message parsing problem |
create an XML message set that needs to include a SOAP envelope because it is part of the message sent
I think "message set" is not required in WMB v8, I used a wsdl to create a web ser ... |
Topic: soap req message parsing problem |
xzhou
Replies: 10 Views: 11273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 09, 2012 11:48 am Subject: soap req message parsing problem |
Thanks. soapenv11.xsd was not generated in the application automatically. it was there in my previous flow application. I used same way of creating and configuring application and SOAP Input node. I ... |