29-May-2003 10:31
30-May-2003 10:31
appear (mind you I'm a SOAP novice) that the errors I get back only have a faultcode and
faultstring. This is unfortunate, since in this particular case, I'm trying to find all monitors
with the Monitor api, and there seems to be no other way then to query each and every
node. But when no monitors are found with the 'ITCMLocalLB::Monitor::get_node_monitor'
call, it send an 'ITCMCommon::OperationFailed' rather than an empty list (which is what
I woul expect).
I guess I could simply ignore all errors coming back from this call (since I know they will
fail), or parse out the string, which seems a little awkward.
Any thoughts would be appreciated.
30-May-2003 10:31
30-May-2003 10:31
30-May-2003 10:31
30-May-2003 10:31
Unfortunately I have a chicken and egg thing going here. But I think I figured out
what I need to do to make all of this work. It's inefficient, but it seems to work.