You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by chuck clark <cc...@ziclix.com> on 2000/10/30 19:00:56 UTC

XML in the FaultString

well this is a probelm which goes back to the issues we discussed last week
regarding sending raw XML in the SOAP request
encoding the message in Base64 or sending it using the literalxml encoding
works but is an annoyance...now i've gotten to something i can't get around...

(i think monica kachru was asking aboug this over the weekend....there is your
answer...you can't do it in a raw string right now)

on the remote side i have an exception get thrown...the detail message has XML
in it (basically my application validates the XML i send into it...so i Base64
the request)...but if someone forgets to end a <title> tag my validator throws
an exception which says "expecting </title> tag"....i have the source to the
validator so i could change the error message but it is written by a different
team and i shouldn't have to go in and bastardize their very nice error
messages just because of SOAP

ideas on how to get around this one?

chuck