How to create a proxy using SOAP WSDL in Hybrid apigee instance

When I check Apigee Edge instance, I can an option to create a proxy using SOAP Service.

But this option is not available in Hybrid instance. Is this functionality not given in hybrid instance.

If not, then how can we enable it or is there any other way around ?

In Hybrid I can see only 3 options. 'Reverse Proxy', 'upload proxy zip' and 'No target'

0 1 730
1 REPLY 1

Yes, the "Wizard" experience is not included in the Apigee hybrid or Apigee X management experience. 

There are two ways I know of to get what you want. 

  1. use the wsdl2apigee tool.  This is a command-line tool that processes a WSDL and generates an API Proxy skeleton from that WSDL.  There are numerous options on the tool for adjusting the generation.  The result is something you can import as a zip. 
  2. "Manually" produce the proxy using baseline policies.  This 5-year old video talks through the approach.  While it uses the "old" Apigee proxy editor experience, the approach and all of the ideas still applies.