On 18/10/2011 02:15, Peter Secomb wrote:
> Is there anyway to extract the value that IS being received from the
> soap_client call (eg a string, or something else, or even NULL)?  The debug
> option returns the partially built xml string then the error to stdout.

Hi,

>From something I'm working on atm - might find this useful:

  soapresp:=soap_client( url=> ... );
  soapresp:=xml_tree_doc(soapresp);
  string_to_file('./response.xml', blob_to_string_output(soapresp), -2);

Or if you're using the isql tool in the Conductor,
  select xml_tree_doc( soap_client( ...

should display something.

HTH,

~Tim
-- 
Tim Haynes
Product Development Consultant
OpenLink Software
<http://www.openlinksw.com/>
<http://twitter.com/openlink>

Reply via email to