Hello listers, I have a quick question about Soap. We have a soap interface we are running and when I pass in a qualification like this:
'rad_Status' <= "Pending" I get an error: Fault: org.xml.sax.SAXParseException: The content beginning "<=" is not legal markup. Perhaps the "=" (d;) character should be a letter. Detail: I have tried using the html equivalent: 'rad_Status'%3C%3D%20%22Pending%22 Which yields a "Bad Qualification" error. I have also tried escaping the < value: 'rad_Status' \<= "Pending" That didn't doesn't work either. Anyone have any idea on how to get around this? Thanks, Sean _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

