Issue:
Try to access the IT Pam Soap Web services using:
http://<server>:<port>/itpam/soap?wsdl.
This wsdl imports a schema file swaref.xsd.
It fails to process the wsdl because there is no content-type for the xsd file.
Cause:
There is a problem with using BMC Control-M to automatically start CA PAM Workflows, the Control-M is not able to call the soap method as the content-type of the xsd file is missing.
Workaround:
The content type of a WSDL or an .XSD file is text/html by default. From a product point of view this is not a bug as other tools can consume the WSDL.
There is a workaround:
<mime-mapping><extension>xpm</extension><mime-type>image/x-xpixmap</mime-type></mime-mapping><mime-mapping><extension>xsd</extension><mime-type>text/xml</mime-type></mime-mapping>