-
In cases where it is desirable to use a Web container (Jetty / Tomcat) instead of a full-fledged Java EE 6 app server there is no way of integrating Metro JAX-WS and Weld CDI container ( or at least i…
-
I want to use wsimport against an HTTPS WSDL which requires authetification. However, the password that my provider sets up contains the '#' character and it seems wsimport is using java.net.URL to pa…
-
This issue is related to #374.
The using of "addDefinitionsExtension(TypedXmlWriter definitions)" hook
generates a new element so that the obtained wsdl will have two (or
more) elements. The generat…
-
When running WsImport where some xs:import schemaLocation is not resolved all we
get is:
[ERROR] Connection timed out
There needs to be a URL listed as well.
In a large compilation it is painful an…
-
When creating java based web service generated schema doesn't contain
elementFormDefault attribute which means elementFormDefault is unqualified.
This is completely valid but more common is to set ele…
-
Hi, just found your library! Very exciting.
Were you planning to add support for ODE simulation with diffrax?
I use diffrax to simulate my models and optimistix to fit them, and more generally wo…
-
I am using Metro 1.2, JAX-WS Spring 1.8, and Xbean-Spring 3.4.3 and am trying to
instantiate a service using the following Spring context xml configuration:
WEB-INF/wsdl/notify_consumer.wsdl
…
-
I am creating server and client code from WSDL.
On the server side it seems that I can throw existing (non-ws-adapted) exceptions if the WSDL declarations match.
On the client side however, I cannot…
-
We are using org.jvnet.jax-ws-commons.spring» jaxws-spring in our project and we see this jar is detected as vulnerable for multiple CVE's. The list of CVE's mentioned by the OWASP dependency check is…
-
Lombok fails to compile on JDK9 because it uses `@javax.annotation.Generated` which is no longer part of JDK.
@rspilker [suggests](https://github.com/rzwitserloot/lombok/issues/1372#issuecomment-2999…