Thanks Dinesh, That worked. But I`m now getting a "NULL paramater was passed when a non NULL parameter was expected" So I`ll try and work out from that whats going on.
-----Original Message----- From: Dinesh Premalal [mailto:[EMAIL PROTECTED] Sent: 24 November 2006 02:51 To: Apache AXIS C User List Subject: Re: Axis2C Dynamic Invocation of Client getting Error messages Hi Darren, "White, Darran" <[EMAIL PROTECTED]> writes: > get error messages back and can`t find any documentation on how to do > this. please see axis2_error.h :) > does any one know how to retrieve error messages???? Since you created error handler (m_pError) you might able to use AXIS2_ERROR_GET_MESSAGE (m_pError). But I didn't try it. Please give me some time to reach you with more detailed answer. thanks, Dinesh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] This message may contain privileged and/or confidential information. If you have received this e-mail in error or are not the intended recipient, you may not use, copy, disseminate or distribute it; do not open any attachments, delete it immediately from your system and notify the sender promptly by e-mail that you have done so. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
