metro-jax-ws
metro-jax-ws copied to clipboard
metro-jax-ws
One can add -httpproxy:: but not -nonproxyhosts:localhost|*.company.com. The only alternative is not to use wsimport but construct the classpath manually, pass to java and add -Dhttp.nonProxyHosts=".... This is simply painful....
I have some JAXB custom plugins in use in my JAX-WS bindings file. Namely JAXB2 Commons Inheritance plugin. After successful wsimport config, nothing happens, Java files aren't modified. It seems...
Hi, this post describes the request quite well: [https://java.net/projects/metro/lists/users/archive/2009-07/message/408](https://java.net/projects/metro/lists/users/archive/2009-07/message/408) (To make sure this ticket won't depend on a page that may be gone anytime, let me briefly quote it here:...
Why are these 2 extensions added as default in WSDLGenerator? 1) com.sun.xml.ws.wsdl.writer.W3CAddressingWSDLGeneratorExtension --> this can be disabled if you have no AddressingFeature enabled 2) com.sun.xml.ws.wsdl.writer.W3CAddressingMetadataWSDLGeneratorExtension --> this one always triggers...
Consider this snippet: ``` ``` But the created signature is this: ``` @WebMethod(operationName = "CreateProject", action = "urn:.../CreateProject") @WebResult(name = "CreatedProject", targetNamespace = "urn:...", partName = "respone") public String createProject(...
On com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(T), an invocation to containers.get on thread local variable is done but there is no invocation to the remove method to detach the thread local variable from the current...
Most tools like javadoc or mvn provide a quiet option which shuts everything but WARN and ERROR. wsimport shuts everything. If changing the current option quiet is not possible, please...
When a web service call fails due to a timeout, a WebServiceException is thrown with SocketTimeoutException cause. It is not possible to distinguish between a read timeout and a write...
Currently there's no documented way of controlling the timeout on a WSDL download phase. We've seen calls hanging for up to several minutes in the WSDL download phase. The 'problem'...
EndpointFactory create method crashes with a nullpointer exception when passing a null binding. Looks like it was updated some time after version 2.2.1 which doesn't contain this issue. The create...