I am trying to create a REST to SOAP to REST API Proxy with a POST method using the wizard. It fails when generating the proxy.
"Error generating proxy:" is the error returned.
If I change the method to GET then it works Ok albeit not creating what we need. Both PUT & POST don't work.
The WSDL is the same.
Solved! Go to Solution.
The wsdl importer in Apigee Edge has a bug when your WSDL specifies no targetNamespace, or when the targetNamespace is explicitly specified to be blank.
Your WSDL had the latter.
There are two workarounds: