Author |
Message |
Topic: SOAP Request - Inconsistent Schema Validation |
jfrankman
Replies: 4 Views: 4617
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 13, 2012 7:48 am Subject: SOAP Request - Inconsistent Schema Validation |
When you captured the failing message, did it have an attribute 'id' within an element of type 'types:IRTask'?
That is what I am having trouble with. Since the message is not propagated followin ... |
Topic: SOAP Request - Inconsistent Schema Validation |
jfrankman
Replies: 4 Views: 4617
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 13, 2012 6:24 am Subject: SOAP Request - Inconsistent Schema Validation |
I agree the error message is straightforward. What is confusing is why the error happens intermittently and why if when run through debug or a tracing program the error never occurs.
I have alread ... |
Topic: SOAP Request - Inconsistent Schema Validation |
jfrankman
Replies: 4 Views: 4617
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 09, 2012 5:16 pm Subject: SOAP Request - Inconsistent Schema Validation |
I am observing some odd behavior in a flow with a SOAP Request Node. From time to time the flow fails with a
"'A schema validation error has occurred while parsing the XML document'"
... |
Topic: JavaCompute error: Signal restricted by VM |
jfrankman
Replies: 12 Views: 14621
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 22, 2010 12:53 pm Subject: JavaCompute error: Signal restricted by VM |
I had to upgrade to 6.1.0.8 to be able to change the jvm settings, but once I did I was able to run the following:
mqsichangeproperties wbrk61_default_broker -e NexusDev -o ComIbmJVMManager -n jvmS ... |
Topic: JavaCompute error: Signal restricted by VM |
jfrankman
Replies: 12 Views: 14621
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 22, 2010 9:40 am Subject: JavaCompute error: Signal restricted by VM |
optimist,
Thank you for your insight. The signal handling settings are definately the source of the problem. Once I set the ibm.signalhandling.rs to true in my Eclipse unit tests I got the exact sa ... |
Topic: JavaCompute error: Signal restricted by VM |
jfrankman
Replies: 12 Views: 14621
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 19, 2010 10:05 am Subject: JavaCompute error: Signal restricted by VM |
Thanks for your responses. I do not have access to the source code for the library I am using so it is hard for me to look at the method signatures. What is confusing is that this code runs fine under ... |
Topic: JavaCompute error: Signal restricted by VM |
jfrankman
Replies: 12 Views: 14621
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 18, 2010 6:10 pm Subject: JavaCompute error: Signal restricted by VM |
I have a JavaCompute node that depends on some telnet libraries for screen scraping. I can run the desired java code successfully from the Message Broker Toolkit in my unit tests. I have placed the Me ... |
Topic: FTPS suppoprt for file nodes |
jfrankman
Replies: 4 Views: 3070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 08, 2010 6:04 am Subject: FTPS suppoprt for file nodes |
I am searching now for WTX, but am not finding much. Is WTX a third party node that works within the broker, or is it a completely separate product? |
Topic: FTPS suppoprt for file nodes |
jfrankman
Replies: 4 Views: 3070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 07, 2010 2:17 pm Subject: FTPS suppoprt for file nodes |
I know with the latest release of MB that SFTP is now supported. But it appears to me that FTPS (SSL no SSH) is not supported. Is this right? If so, has anyone found a good way to transfer files that ... |
Topic: Thanks |
jfrankman
Replies: 0 Views: 1606
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 18, 2009 12:13 pm Subject: Thanks |
Thanks for the link to the other thread. I read the documentation and that was a good introduction. I understand that the company I am working with really needs to tell me what the type of encoding th ... |
Topic: How to diagnose 'XML Parsing Errors have occurred' error |
jfrankman
Replies: 9 Views: 13609
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 17, 2009 7:32 pm Subject: How to diagnose 'XML Parsing Errors have occurred' error |
What should I search for in the forum to find the discussions. Generally speaking, when dealing with this problem will the solution invovle converting the message using ESQL, or adjusting the settings ... |
Topic: How to diagnose 'XML Parsing Errors have occurred' error |
jfrankman
Replies: 9 Views: 13609
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 17, 2009 6:44 pm Subject: How to diagnose 'XML Parsing Errors have occurred' error |
I have created a message flow that is supposed to recieve messages from an external company and send a response back. However, when the message lands in the MQInput node the XML parsing fails and when ... |
Topic: xsi:type generation |
jfrankman
Replies: 18 Views: 11627
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 30, 2009 9:29 am Subject: Thanks. |
The supplied example worked. Although I had to remove the trailing "/" from the namespace. I don't know why this would matter, but apparently the web service I was calling would only accept ... |
Topic: xsi:type generation |
jfrankman
Replies: 18 Views: 11627
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 25, 2009 4:14 pm Subject: xsi:type generation |
I am calling a web service that must have the xsi:type attribute on one of the xml elements sent to it as follows:
<ns9:requestFNOL
xsi:type="ns9:CreateFNOLQuestERSReque ... |
Topic: JSON Parsing Options |
jfrankman
Replies: 3 Views: 3987
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 27, 2009 11:53 am Subject: JSON Parsing Options |
I have retrieved the JSON response as a BLOB, but am a bit confused how to convert it to a char for processing. Will:
Set jsonResponse =Cast(InputRoot.BLOB.BLOB as char);
work? |