Author |
Message |
Topic: Space Character not showing up in Response XML |
akkypaul
Replies: 8 Views: 8165
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 23, 2020 4:19 am Subject: Space Character not showing up in Response XML |
Thank for your replying timber.
The XSD definition has nothing of this sort.
It has an enumeration though.
<xsd:simpleType name="AnotherField">
<xsd:annotation&g ... |
Topic: group messages in message flow |
akkypaul
Replies: 4 Views: 4314
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 23, 2020 12:43 am Subject: group messages in message flow |
Have you tried the Group Nodes?
They work independent of MQ. |
Topic: Space Character not showing up in Response XML |
akkypaul
Replies: 8 Views: 8165
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 22, 2020 10:57 pm Subject: Space Character not showing up in Response XML |
You may be missing an understanding of "whitespace" in the XML element content space. Adding spaces may cause ambiguities with some parsers, and many will ignore or compact spaces unless the ... |
Topic: Space Character not showing up in Response XML |
akkypaul
Replies: 8 Views: 8165
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 22, 2020 10:54 pm Subject: Space Character not showing up in Response XML |
Hello Vitor,
Thank you for replying.
You are correct. The ReadyAPI tool trims the whitespace (in this case a Space Character) and presents the output.
I confirmed this by feeding the response dir ... |
Topic: Space Character not showing up in Response XML |
akkypaul
Replies: 8 Views: 8165
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 22, 2020 12:11 pm Subject: Space Character not showing up in Response XML |
I am trying to create an XML response which with one of the fields which has be has the values of SAPCE SET OutputRoot.SOAP.Body.SomeField.Somefield = ' ';
Actual Output:
<Somefield></Som ... |
Topic: Encoding and CCSID |
akkypaul
Replies: 15 Views: 17106
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 18, 2019 5:05 am Subject: Encoding and CCSID |
We can't tell you what the "correct" CCSID or encoding is because that is determined by who is generating the data you are using.
This link is a good starting point for understanding CCSI ... |
Topic: Integration Service or application with SOAPInput node? |
akkypaul
Replies: 2 Views: 3173
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 06, 2019 4:43 am Subject: Go through this |
https://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bc00311_.htm |
Topic: IIB toolkit fails to open |
akkypaul
Replies: 7 Views: 8415
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 12, 2018 3:40 am Subject: IIB toolkit fails to open |
@abhi_thri
Thank you for the reply. I did that and tried to run it as an administrator both from the start menu as well as the installation directory but it fails to start up. There is a prompt to ... |
Topic: IIB toolkit fails to open |
akkypaul
Replies: 7 Views: 8415
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 11, 2018 11:04 pm Subject: IIB toolkit fails to open |
Tried to do that too.
Made sure that the entire IIB folder had access to all the users.
I am trying to run IIB Toolkit v 10.0.0.2 on Windows 7 and I have done the installation as an Administrator.
... |
Topic: mqsicreateconfigurableservice for securityIdentity |
akkypaul
Replies: 12 Views: 15924
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 20, 2017 5:12 am Subject: Thank you mqjeff |
Thank you for your inputs mqjeff.
You are right to say that there is some authentication i.e. required.
I must add that I was able to connect to the mail server from the command prompt using telnet. ... |
Topic: mqsicreateconfigurableservice for securityIdentity |
akkypaul
Replies: 12 Views: 15924
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 20, 2017 12:30 am Subject: Still not working. |
Thank you for pointing out the typo great masters.
I deleted the old objects and created new ones with the correct spelling.
And I even restarted the Integration Node but I am still getting the same ... |
Topic: mqsicreateconfigurableservice for securityIdentity |
akkypaul
Replies: 12 Views: 15924
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 16, 2017 3:08 am Subject: I am still facing this same error. |
I included the SET statement in the ESQL file but got no relief from the error:-
Caught exception and rethrowing : poc.email.output.Email_POC.Compute Error detected, rethrowing : poc.email.output ... |
Topic: Issue with IIB and WSRR |
akkypaul
Replies: 1 Views: 2949
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 18, 2016 1:04 am Subject: Issue with IIB and WSRR |
This is in reference to another thread which was 3 years old
Older Thread: Node throwing exception : sample.soap.flow.SampleMessageFlow.Endpoint Lookup Unhandled exception in plugin method ... |
Topic: issue with wsrr |
akkypaul
Replies: 6 Views: 4428
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 17, 2016 7:09 am Subject: Any resolution to this problem? |
I see you guys are enjoying your wise wits but, is there any solution that you can provide?
IBM has recognized this issue and has given a solution i.e. to check whether the WSRR certificate added to ... |
Topic: Encoding and CCSID |
akkypaul
Replies: 15 Views: 17106
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 03, 2016 5:18 pm Subject: Encoding and CCSID |
The BLOB is later converted to a CHARACTER string which is sent to a function.
I am only worried about encoding because it is one of the parameters of ASBITSTREAM function that I have to use.
The fu ... |