request = requestBody.getAsDOM();
// make the monitor inspect the SOAP Body
// DOM element
if (monitor != null)
monitor.inspectUDDIRequest(request);
// grab the function name from this element -
// we'll need this to lookup the xml handler
// to use to unmarshal the xml into a juddi
// object.