Author |
Message |
Topic: IIBV9 Soap Request javax.net.ssl.SSLHandshakeException |
Vamsi Krishna
Replies: 2 Views: 2608
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 05, 2017 3:14 am Subject: IIBV9 Soap Request javax.net.ssl.SSLHandshakeException |
To help understand this one, could you first clarify, when you tested with SOAPui, where you on the some host as IIB and routing though the proxy at localhost:8080 ?
Hi Martin,
The localhos ... |
Topic: IIBV9 Soap Request javax.net.ssl.SSLHandshakeException |
Vamsi Krishna
Replies: 2 Views: 2608
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 04, 2017 10:58 pm Subject: IIBV9 Soap Request javax.net.ssl.SSLHandshakeException |
Hello All,
I have a requirement of consuming a external SOAP web service. We have developed a flow for consuming the service, recently there are some changes done on on the provider service.
It ... |
Topic: How to handle Email Input node and store the Email message |
Vamsi Krishna
Replies: 17 Views: 12146
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 03, 2016 7:43 pm Subject: How to handle Email Input node and store the Email message |
I have used MIME parser till and tried the conversion into single encoded string into XML field. But still the PDF file is getting printed in the body part.
That sounds like your code doesn't work.
... |
Topic: How to handle Email Input node and store the Email message |
Vamsi Krishna
Replies: 17 Views: 12146
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 03, 2016 3:57 am Subject: How to handle Email Input node and store the Email message |
The MIME parser is a much better choice.
My requirement is need to convert whole email message in base64 format and place it in a xml
That still doesn't mean the MIME parser isn't a better cho ... |
Topic: How to handle Email Input node and store the Email message |
Vamsi Krishna
Replies: 17 Views: 12146
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 30, 2016 3:58 am Subject: How to handle Email Input node and store the Email message |
The MIME parser is a much better choice.
My requirement is need to convert whole email message in base64 format and place it in a xml |
Topic: How to handle Email Input node and store the Email message |
Vamsi Krishna
Replies: 17 Views: 12146
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 30, 2016 3:50 am Subject: How to handle Email Input node and store the Email message |
[quote="mqjeff"]What parser are you using to create a logical message tree from the data coming in?[/quote
I am using BLOB |
Topic: How to handle Email Input node and store the Email message |
Vamsi Krishna
Replies: 17 Views: 12146
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 29, 2016 7:31 pm Subject: How to handle Email Input node and store the Email message |
RootBitstream is not a CCSID. A CCSID is IBM's word for a character encoding ( e.g. UTF-8 ).
Yes iam trying to save it as single blob ".eml" worked for me. I am able to get everything the H ... |
Topic: How to handle Email Input node and store the Email message |
Vamsi Krishna
Replies: 17 Views: 12146
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 29, 2016 10:07 am Subject: How to handle Email Input node and store the Email message |
How does this .eml format expect attachments to be sent to it?
Can the attachment be anything? Word doc, PDF, image?
Hi Jeff,
I have used RootBitStream
Hi Joe,
That's the point we ... |
Topic: How to handle Email Input node and store the Email message |
Vamsi Krishna
Replies: 17 Views: 12146
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 28, 2016 7:44 pm Subject: How to handle Email Input node and store the Email message |
destination should be capable of decoding and able to save it as ".msg" and able to open the email. It sounds as if you are trying to create a single BLOB that represent a .msg file. Then yo ... |
Topic: How to handle Email Input node and store the Email message |
Vamsi Krishna
Replies: 17 Views: 12146
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 28, 2016 3:01 am Subject: How to handle Email Input node and store the Email message |
Hi All,
I do have a requirement using the Email Input node need to encode the whole email message in Base64 format to the Destination.
As the Email Input node is showing the data in differen ... |
Topic: Calling Database table values Dynamically |
Vamsi Krishna
Replies: 6 Views: 4657
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 23, 2015 12:48 am Subject: Calling Database table values Dynamically |
You may find that PASSTHRU helps with this as it allows you to construct queries to send to the DB dynamically. And the performance is the same as regular ESQL queries (assuming you use parameter mark ... |
Topic: Calling Database table values Dynamically |
Vamsi Krishna
Replies: 6 Views: 4657
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 19, 2015 6:38 pm Subject: Calling Database table values Dynamically |
Is your requirement create sql query dynamically based on the input?
Create stored procs for all possible combinations and call them based on the request.
Yes my requirement is calling the sql q ... |
Topic: Calling Database table values Dynamically |
Vamsi Krishna
Replies: 6 Views: 4657
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 18, 2015 6:55 pm Subject: Calling Database table values Dynamically |
Is your requirement create sql query dynamically based on the input?
Create stored procs for all possible combinations and call them based on the request.
Yes my requirement is calling the sql q ... |
Topic: Calling Database table values Dynamically |
Vamsi Krishna
Replies: 6 Views: 4657
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 17, 2015 9:10 pm Subject: Calling Database table values Dynamically |
Hi All,
I am working on a task to retrieve table values from sql server database for exchange rates. I am using select statement by using select.* iam able to retrieve the values but the mo ... |
Topic: Administration security issue for multi Instance Broker |
Vamsi Krishna
Replies: 15 Views: 11641
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 24, 2015 11:23 pm Subject: Administration security issue for multi Instance Broker |
you have to enable the statistics at an eg / application / flow level...
I am sure you can look it up in the infocenter...
I have enabled those but i can see them only enabled on my b ... |