in reply to Client-side error Handling (SOAP,CGI)

I figured it out! The reason the XML parser was choking was due to the "<*>" tokens in $DBI:errstr. So, I set up a simple substitution on the DBI error string to replace "<" with "[" and ">" with "]". Then everything works fine. Thanks to all for pointing me in the right direction.
  • Comment on Re: Client-side error Handling (SOAP,CGI)