Open derekmwright opened 9 years ago
Merged and fixed. I will be trying to release a new version of Wasabi this week.
I just had to debug through this myself. Turned out the WSDL had an operation but did not include the message. Some better error messaging at least would save a lot of debug time.
It appears that while looping through
@messages
and setting message to@messages[port_message_type]
can break if the port_message_type isn't defined within that message. Being new to SOAP, I'm not sure how "valid" this is but soapui doesnt complain when parsing the WSDL. I added a check before the assignment to see if message is nil and if so just skip over the section. Let me know if you want me to provide the WSDL for validation.