Http binding adapter - newline and non-printable chars [message #634384] |
Mon, 09 March 2015 04:45 |
|
arielr
Messages: 3 Registered: March 2015 Location: Israel
|
Junior Member |
|
|
i have soa version 11.1.1.7.0 . i'm trying to call "http binding adapter" and the
i tried to send a parameter which include newline charcter and some spaces between the charcters.
i'm using this adapter for sending SMS using 3rd party.
the message is something like:
and SMS got at the 3rd party is:
"my name is Dean" - no duplicate space and no newline char.
i tried snipp the message using my security officer and i saw that bpel causing this problem.
someone can help me?
[EDITED by LF: applied [code] tags to preserve formatting]
[Updated on: Mon, 09 March 2015 07:58] by Moderator Report message to a moderator
|
|
|
Re: Http binding adapter - newline and non-printable chars [message #634396 is a reply to message #634384] |
Mon, 09 March 2015 08:04 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
A very, very, VERY blind guess (as I don't use SOA): if it is, actually, a HTML, would this do any good:
my name is <br>
Dean (where <br> is a line break, while creates a space).
If not, does it ring a bell (I mean, maybe you know what you should do now)?
|
|
|
|
|
|