LOL, helps if i spell CDATA right LOL, my first method is what worked for the 
request.  now in my response im getting this

<![CDATA[test data&#x5d;&#x5d;&gt;

any idea why it would be uuencoding the ]]> part of it?


-----Original Message-----
From: [EMAIL PROTECTED] on behalf of Serkan Camurcuoglu
Sent: Thu 7/31/2008 9:10 AM
To: JiBX users
Subject: Re: [jibx-users] handling cdata
 
Dennis says something about using a wrapper for cdata in this post:

http://www.mail-archive.com/[email protected]/msg00005.html

maybe it will work for you..



Slepecki, Willie wrote:
>
> tried this and it didn't work.  any suggestions?
>
> <format label="dataType" type="java.lang.String" style="cdata" />
> <value name="MessageData" field="messageData" format="dataType" />
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED] on behalf of Slepecki, 
> Willie
> Sent: Wed 7/30/2008 5:30 PM
> To: [email protected]
> Subject: [jibx-users] handling cdata
>
> i need to have the cdata tags on one of the fields of my schema.  here 
> is my binder tags:
>
> <structure name="MessageData"  usage="required">
>                         <value field="messageData" style="cdata" />
>                 </structure>
>
> what gets written to the string variable messageData is "CDATA[[my 
> string]]"
>
> then on the flip side, when it trys to generate the response, some 
> exception occurs and the only thing sent back to my client is
>
> <?xml version='1.0' encoding='UTF-8'?>
> <soapenv:Envelope 
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
> <soapenv:Body />
> </soapenv:Envelope>
>
> any ideas?  im sure i have the binder wrong, whats wrong with it please.
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ------------------------------------------------------------------------
>
> _______________________________________________
> jibx-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jibx-users
>   


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to