Open zhengyq opened 7 years ago
@ashwinkm Could you please take a look at this issue?
Thank you for posting your WSDL file. I can reproduce this issue on my system. In your WSDL file, type names contains slash(/) in it, which Boomerang considers it as a xPath and tries to evaluate it. This causes the error.
type="tns:8080/services/testFacadePortType"
I am not sure whether it is valid to have slash character in a type name.! Can you please tell me what tool you used to generate this WSDL file?
@ashwinkm This wsdl file is generated by the framework I'm using in my company. I'm no sure about the details but I think it's using xfire, version 1.2.10_fix2
@ashwinkm Any solutions of this issue? Why Boomerang cares about the type name and tries to evaluate it?
I am working on this issue. Fix will be released in next two days. Type name is required to find the schema details of an operation.
@ashwinkm Great! Thanks a lot!
Partially fixed in v3.4.1. Need more test cases or WSDL.
@zhengyq Can you please update your app and verify this issue? To update, please goto chrome://extensions/ , select 'Developer mode' check box and click 'Update extensions now' button
@ashwinkm Well...I cannot connect to the chrome web store these days, neither can i update Boomerang. So do you have the .crx file of the newest version of Boomerang?
You can download it from here. Paid features are not available in this version. Please note that Chrome has stopped support for installing extensions from other sources . Chrome will automatically disable the extension on every launch.
@ashwinkm I've finally updated Boomerang and verified this issue on my system! Boomerang now works perfectly with my wsdl file! Great work and thanks a lot!
Here's my wsdl file:
And I'm using Boomerang 3.3.6, Chrome 61.0.3163.100, mac OS Sierra 10.12.6