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

Issues opened per forum replies: [http://forums.java.net/jive/thread.jspa?](http://forums.java.net/jive/thread.jspa?) messageID=221501 I recently started trying to use web services annotated thus: Web Service Endpoint Interface: @WebService(name = "Something") public interface SomethingRemote extends java.rmi.Remote {...

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

When I attach our contract-first WSDL to a service implementation, the service endpoint correctly responds to ?wsdl with the supplied WSDL. However, the included statements are not re-written, despite that...

Component: runtime
ERR: Assignee
Type: Bug
Priority: Trivial

Up to Java 10 the JDK provided man pages for the wsgen and wsimport tools. Since these pages aren't included in the RI it would probably be a good idea...

Previously tracked via: https://bugs.openjdk.java.net/browse/JDK-7068897 FULL PRODUCT VERSION : java version "1.7.0" Java(TM) SE Runtime Environment (build 1.7.0-b147) Java HotSpot(TM) Client VM (build 21.0-b17, mixed mode, sharing) ADDITIONAL OS VERSION INFORMATION...

Previously trcked via: https://bugs.openjdk.java.net/browse/JDK-8134598 When wsimport generates a client-jar from a WSDL-file with a characterset other than UTF-8, this client-jar is unusable. This problem results from the fact, that client-jar...

Previously tracked via: https://bugs.openjdk.java.net/browse/JDK-8166338 A DESCRIPTION OF THE REQUEST : We use wsimport via a Maven plugin that generates client stubs for webservices we use in our project. The code...

Previously tracked via: https://bugs.openjdk.java.net/browse/JDK-8170462 To reproduce the issue: 1. wsgen -cp . wstest.EchoImpl against the following java file: package wstest; import javax.jws.WebMethod; import javax.jws.WebParam; import javax.jws.WebService; import javax.xml.ws.Holder; import java.rmi.RemoteException;...

Previously Tracked by: https://bugs.openjdk.java.net/browse/JDK-8184905 To reproduce this issue: 1. wsgen -cp . wstest.FaultImpl against the following java file, please note, the issue will happen either when createSOAPFaultException or createSOAP12FaultException :...

Previously tracked via: https://bugs.openjdk.java.net/browse/JDK-8002386 Operating System Configuration Information (be specific):All Hardware Configuration Information (be specific): All RFE Description: RFE: Public API to set the SSLSocketFactory used by JAXWS Currently in...

FULL PRODUCT VERSION : A DESCRIPTION OF THE PROBLEM : if the Plattform Encoding is not "ISO-8859-1", the class com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe do the wrong encoding to the Basic Auth header. Normally...