I want to be able to return a WSDL directly from Apigee but don't want to have to pre-process the WSDL in order to include it within a policy within Apigee. I would like to be able to upload the WSDL and XSD as separate resources within the proxy and then have the proxy return the content from the WSDL/XSD resources files when a ?wsdl request is received.
Is this something that would be possible if I were to write my own Java or JavaScript callout?