apigee / wsdl2apigee

Generates Apigee Proxy bundles from WSDL
Apache License 2.0
23 stars 25 forks source link

Avoid NPE when WSDL does not contain SOAPAction #23

Closed micovery closed 4 years ago

micovery commented 5 years ago

In some scenarios, when using a SOAP 1.2 WSDL, there will be no SOAPAction specified.

When this happens, the tool errors out with an NPE.