203204205206207208209
* @return a string represntation of the SOAP node */ public static String toString( Node soap_node ) throws SOAPException { return ( new SAAJ2StringConverter( ).toString( soap_node ) ); }