m_url = url;
}
protected EndpointReferenceType[] getManageabilityReferences() throws FaultException
{
GetManageabilityReferencesDocument requestDoc = GetManageabilityReferencesDocument.Factory.newInstance();
requestDoc.addNewGetManageabilityReferences();
XmlObject response = sendRequest( requestDoc, "http://xyz.com/action/GetManageabilityReferences", m_url);
if ( ! ( response instanceof GetManageabilityReferencesResponseDocument.GetManageabilityReferencesResponse ) )
{
throw new FaultException( response.toString() );
}