Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

org.reficio.ws.legacy.WsdlUtils.findBindingForOperation(WsdlUtils.java:90) #44

Open
Ecilopman opened this issue Oct 26, 2015 · 0 comments

Comments

@Ecilopman
Copy link

For some reason, when attempting to retrieve any Bindings/Services/Ports from a Wsdl/Definition
e.g.
Wsdl wsdl = Wsdl.parse(wsdlUrl);
wsdl.getBindings();

I keep getting the following error:
Exception in thread "main" java.lang.NoSuchMethodError: javax.wsdl.Definition.getAllServices()Ljava/util/Map;
at org.reficio.ws.legacy.WsdlUtils.findBindingForOperation(WsdlUtils.java:90)
at org.reficio.ws.legacy.WsdlUtils.isRpc(WsdlUtils.java:195)
at org.reficio.ws.legacy.SoapMessageBuilder.buildSoapMessageFromInput(SoapMessageBuilder.java:248)
at org.reficio.ws.legacy.SoapLegacyFacade.buildSoapMessageFromInput(SoapLegacyFacade.java:52)
at org.reficio.ws.builder.core.SoapBuilderImpl.buildInputMessage(SoapBuilderImpl.java:113)

I found a similar problem here: http://forum.loadui.org/viewtopic.php?t=597
But I still couldn't get any solution to work.

Am I missing something? Please help?
Is the "soap-ws" really necessary to be included in my pom.xml?

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant