You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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.
The text was updated successfully, but these errors were encountered: