I am doing that, the line of code I have is
this:
// Catch an AXIS exceptioncout << "AxisException: " << e.getExceptionCode() << " " << e.what() << endl;
And the line I get on the console is, in its
entirety:
AxisExeption: 67
From: John Hawkins [mailto:[EMAIL PROTECTED]
Sent: Friday, March 24, 2006 4:12 AM
To: Apache AXIS C User List
Subject: RE: WS-I Basic Security Profile
please do an exception.what();
When using AxisCPP I am receiving:
AxisExeption: 67
Can someone help me find out what this means? I can't find any
documentation about exception numbers.
