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

com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '\' (code 92) (expected a name start character). This exception is thrown when the comment statement is there in the XML and when the comment statement is...

This is with reference to vulnerabilities present in 3.x version of https://mvnrepository.com/artifact/com.sun.xml.ws/jaxws-ri Is there a plan to provide patch release on top of 3.0.2 to address the vulnerable packages? If...

Based on https://github.com/eclipse-ee4j/metro-jax-ws/blob/92031958ca55feadac9bfc1055a6cdaad0e9d893/jaxws-ri/tests/unit/testcases/xop/hello/server/hello.wsdl and the jaxws-maven-plugin com.sun.xml.ws jaxws-maven-plugin 4.0.1 and following plugin configuration Configuring mojo execution 'com.sun.xml.ws:jaxws-maven-plugin:4.0.1:wsimport:gen-wsdl-source-parent' with basic configurator (f) bindingDirectory = C:\temp\jaxwssample\src\jaxws (f) destDir = C:\temp\jaxwssample\target\classes (f) disableXmlSecurity...

wsimport fails if the binding file is behind a symlinked and the path is provided as URI to wsimport. The URI is used because of the wsimport ant task which...

Component: wsimport
Type: Bug
Priority: Critical
wsimport
symlink

Hi, with jaxws-rt versions 3.0.2 and 4.0.0 I observed a problem with a stateful SOAP client, which I activated using ``` ((BindingProvider) mySoapClient).getRequestContext().put(BindingProvider.SESSION_MAINTAIN_PROPERTY, Boolean.TRUE); ``` With the first call my...

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...

ERR: Assignee
Priority: Minor
Component: wsimport
Type: Bug

See for details. Ideal solution is for both files to be processed. A very distant next best solution is to detect the condition and give a meaningful error message with...

Type: Improvement
ERR: Assignee
Priority: Minor
Component: jaxb

I can not use a jar containing a Meta-inf/sun-jaxb.episode with wsimport ant task : 1/ if I do (ant script) : it generates this : wsimport -d classes -g -s...

Priority: Major
Component: wsimport
Type: New Feature
metro2_0-waived
metro2_1-waived

When -XadditionalHeaders is combined with , headers are added to synchronous methods, but not to asynchronous methods: public String messageSend( @WebParam(name = "regionID", targetNamespace = "http://cpdirect.centerpost.com/") String regionID, @WebParam(name =...

Priority: Major
Component: wsimport
Type: New Feature
metro2_0-waived
metro2_1-waived

SOAP 1.2 specification details the HTTP status code that must convey SOAP fault. Currently JAX-WS is not compliant with this HTTP code to SOAP fault association. 500 is sent back,...

Priority: Major
Type: Improvement
ERR: Assignee
Component: interoperability