Tuesday, September 18, 2012

Check EPM 11.1.2.2 AIF Web Services

If you want to see what all web services are running on your Application Server type following URL.
http://<server>:<port>/aif/services

It will display web services.

And now... Some Services

  • RuleService (wsdl)
    • executeMetadataRule
    • executeDataRule
    • getDataRuleNames
    • getLocationNames
    • getPeriodNames
  • EPMAService (wsdl)
    • exportMetadataToEPMA
    • exportDataToEPMA
  • FDMRuleService (wsdl)
    • executeRule
  • EssbaseService (wsdl)
    • loadMetadata
    • loadData
  • AdminService (wsdl)
    • AdminService
  • HPLService (wsdl)
    • importWritebackData
    • executeDataLoad
  • FusionGLService (wsdl)
    • loadWritebackData
  • DrillService (wsdl)
    • getDrillURL
  • Version (wsdl)
    • getVersion
  • HFMService (wsdl)
    • createDrillRegions 

If you click on any wsdl URL and if you see following than that is normal.

AXIS error
Sorry, something seems to have gone wrong... here are the details:
Fault - java.lang.NoClassDefFoundError: com/ibm/wsdl/extensions/soap/SOAPBindingImpl; nested exception is:
        java.lang.NoClassDefFoundError: com/ibm/wsdl/extensions/soap/SOAPBindingImpl

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
 faultSubcode:
 faultString: java.lang.NoClassDefFoundError: com/ibm/wsdl/extensions/soap/SOAPBindingImpl; nested exception is:
        java.lang.NoClassDefFoundError: com/ibm/wsdl/extensions/soap/SOAPBindingImpl
 faultActor:
 faultNode:
 faultDetail:
        {http://xml.apache.org/axis/}hostname:<your_host_server_name>

No comments: