The SOAP proxy wizard is not available in hybrid but you can try and import a proxy created using Apigee SaaS. I haven’t tested this myself, but I think it should work
If you want to automate your proxy generation there is a WSDL to Apigee conversion tool that generates proxy bundles: https://github.com/apigee/wsdl2apigee.
For a one-off task, the SaaS based import/export as suggested by Debora is probably easier.
May I know the reason for not including this feature(SOAP APIs) in Apigee X or Apigee Hybrid. Furthermore, there no option for hosting nodejs applications in Apigee x or Hybrid. Why is that?
For #1, fewer people were using the Wizard. As Daniel Strebel pointed out, you can still use the tool to produce a proxy. It works the same way, same code. It’s just that there’s no UI.
For #2, we have better options for running nodejs code now - App Engine is a good example. Cloud Run. So we removed that capability in order to focus more on API Management, rather than on hosting logic.