Author |
Message |
Topic: Encoding problems in HTTPRequest Node |
elenzo
Replies: 12 Views: 9551
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 31, 2013 12:22 pm Subject: Encoding problems in HTTPRequest Node |
So, I've checked the code and this behaviour is by design, since pragmatically the vast majority of customers who omit a charset are actually using utf-8. In fact, this case here is the first one I've ... |
Topic: Encoding problems in HTTPRequest Node |
elenzo
Replies: 12 Views: 9551
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 31, 2013 11:20 am Subject: Encoding problems in HTTPRequest Node |
Can you post more of the BLOB response message - the XML-decl may say UTF-8 which would influence the parsing...
The XML declaration of the response is ISO-8859-1, I've already checked |
Topic: Encoding problems in HTTPRequest Node |
elenzo
Replies: 12 Views: 9551
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 31, 2013 9:42 am Subject: Encoding problems in HTTPRequest Node |
Thanks for the replys, indeed the httpresponseheader has text/xml as content-tpye and according to what you said it should be set to iso-8859-1 as ccsid, but thats not what it is doing. |
Topic: Encoding problems in HTTPRequest Node |
elenzo
Replies: 12 Views: 9551
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 30, 2013 9:20 am Subject: Encoding problems in HTTPRequest Node |
This is the web services response
)
(0x01000000:Name):HTTPResponseHeader = ( ['WSRSPHDR' : 0x654f1f0]
... |
Topic: Encoding problems in HTTPRequest Node |
elenzo
Replies: 12 Views: 9551
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 29, 2013 11:20 am Subject: Encoding problems in HTTPRequest Node |
Hi, I have a simple flow that makes an http request. The web service's response is encoded in ISO-8859-1 but the message flow tries to parse it as UTF-8.
I have 2 trace nodes, the first one is befo ... |
Topic: EmailOutput node - Cant attach an image correctly |
elenzo
Replies: 37 Views: 21222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 08, 2013 6:55 am Subject: EmailOutput node - Cant attach an image correctly |
I almost got it!
The problem was in line:
The correct value for content-type is "image/jpeg".
Now the attachment come as image on my email!
The only thing missing is that the email ... |
Topic: EmailOutput node - Cant attach an image correctly |
elenzo
Replies: 37 Views: 21222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 08, 2013 5:12 am Subject: EmailOutput node - Cant attach an image correctly |
I ve been doing that, and once again i can send attachments without problem, the only problem here is when I have to attach an image, thats what I cant do, probably because I dont know how to encode i ... |
Topic: EmailOutput node - Cant attach an image correctly |
elenzo
Replies: 37 Views: 21222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 08, 2013 4:05 am Subject: EmailOutput node - Cant attach an image correctly |
What have you tried? Have you tried a simple BLOB with binary form for the MIME? Or having the base 64 encoded text passed as a BLOB into the attachment and defined as base 64 in the MIME part? :innoc ... |
Topic: EmailOutput node - Cant attach an image correctly |
elenzo
Replies: 37 Views: 21222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 07, 2013 12:13 pm Subject: EmailOutput node - Cant attach an image correctly |
I think the problem here is my english
The MIME message has 2 parts, the first part contains the HTML of the email. This part is show exactly as I want on my email, there is no problem he ... |
Topic: EmailOutput node - Cant attach an image correctly |
elenzo
Replies: 37 Views: 21222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 07, 2013 11:44 am Subject: EmailOutput node - Cant attach an image correctly |
Ok, so you're adding a MIME part that says it's a base64 encoded string, but in fact, it is a BLOB string.
Check the text contents of the email. See if the image starts with X' and then has a bunc ... |
Topic: EmailOutput node - Cant attach an image correctly |
elenzo
Replies: 37 Views: 21222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 07, 2013 11:29 am Subject: EmailOutput node - Cant attach an image correctly |
I did that, but the code that use is java, not esql and is not attaching any image to the email... |
Topic: EmailOutput node - Cant attach an image correctly |
elenzo
Replies: 37 Views: 21222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 07, 2013 11:27 am Subject: EmailOutput node - Cant attach an image correctly |
My friend, I think you are not reading what i am writing (or maybe you dont understand my no native english).
I understand what my code does, I have many years working with WMB, but in this case I r ... |
Topic: EmailOutput node - Cant attach an image correctly |
elenzo
Replies: 37 Views: 21222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 07, 2013 11:18 am Subject: EmailOutput node - Cant attach an image correctly |
I am not asking for training, i am asking for help.
At first I simply used XMLNSC but as a result I could only attached one file and the image was not showed neither, so I changed to MIME.
Yes, part ... |
Topic: EmailOutput node - Cant attach an image correctly |
elenzo
Replies: 37 Views: 21222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 07, 2013 11:12 am Subject: EmailOutput node - Cant attach an image correctly |
I didnt complete any properties in the attachment tab of the node, i guess it is taking the values from the message
Have you taken the training class or
I am always reading the infocenter, that ... |
Topic: EmailOutput node - Cant attach an image correctly |
elenzo
Replies: 37 Views: 21222
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 07, 2013 10:40 am Subject: EmailOutput node - Cant attach an image correctly |
I didnt complete any properties in the attachment tab of the node, i guess it is taking the values from the message |