-
Jun 26th, 2009, 11:29 AM
#1
XPathParam Boolean Always Set to true
I have an annotated endpoint using @PayloadRoot and @XPathParam. I have @XPathParams mapping to String types and Double types without any problems.
I have one @XPathParam that maps to a Boolean, but it is always set to true for any valid XSD boolean value (see http://www.w3.org/TR/xmlschema-2/#boolean).
Is this supposed to work or should I just make it map to a String and do the conversion to boolean myself in my endpoint?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules