metro-jax-ws icon indicating copy to clipboard operation
metro-jax-ws copied to clipboard

metro-jax-ws

Results 120 metro-jax-ws issues
Sort by recently updated
recently updated
newest added

Affected version: jaxws-rt:4.0.2 In case of http/https URL not returning valid WSDL definition, RuntimeWSDLParser does not close the first URL InputStream opened before trying the same URL with ?wsdl appended,...

Hope you solve the problem with JDK 21 compatibility because it's not working till now has a lot of issues and bugs

I do get warning for test artefacts in the logs when running wsimport. I am running the latest version 4.0.2. It looks to me that this issue has already been...

Currently, WSDL and schema files are only being loaded from the JAR file which has the 'WEB-INF/wsdl' directory and is located first in the classpath. Other JAR files containing 'WEB-INF/wsdl/'...

While generating the java stub code through wsimport for multiple wsdls sharing same (some of them) schema the ObjectFactory java class gets overwritten every time. 1\. It's very difficult to...

Type: Improvement
Component: wsimport
Priority: Critical

Fixes #279 : fix sample of using jaxws-maven-plugin with jaxb2-basics in jakarta mode

Hi, In your example here https://eclipse-ee4j.github.io/metro-jax-ws/jaxws-maven-plugin/examples/using-jaxb-plugins.html, you suggest to use the library org.jvnet.jaxb2_commons:jaxb2-basics to enable xjc-plugins. But it doesn't work because jaxb2-basics is using the ol Jaxb implementation (javax.xml.bind.*). I...

We have troubles with the Content-Type header generated by JAX-WS-RT, it differs slightly from the Content-Type we get, when we execute the same request in SoapUI. This is the header...

we are trying to send SOAP requests using [metro-jax-ws](https://github.com/eclipse-ee4j/metro-jax-ws/tree/master), But we are getting an error: ``` Exception in thread "helidon-server-3" java.nio.BufferOverflowException at java.base/java.nio.HeapByteBuffer.put(HeapByteBuffer.java:231) at io.helidon.common.reactive.MultiFromOutputStream.publish(MultiFromOutputStream.java:160) at io.helidon.common.reactive.MultiFromOutputStream.write(MultiFromOutputStream.java:113) at com.sun.xml.ws.util.ByteArrayBuffer.writeTo(ByteArrayBuffer.java:133) at...

Metro / WSIT / Webservices / SOAP code had deprecated the Pipe concept almost as long as Tube exists. It doesn't seem Pipes are ever going to actually go away,...