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

Each time getPort is called to create a proxy, the class MetroConfigLoader opens the resource META_INF/metro-default.xml. This file is located in the webservice-rt-2.3.jar which has a size of ~14MB. Opening...

Priority: Major
Component: runtime
Type: Bug

As I described [there at Stackoverflow](http://stackoverflow.com/questions/33014454/jax-ws-generates-unexpected-element-names-for-webparam) I have a problem with the generated WSDL (and hence the SOAP processing) of my deployed JAX-WS project. I'm starting with a WSDL definition....

Priority: Major
Type: Bug

This option in web.xml doesn't hide WSDL-page (?wsdl): com.sun.xml.ws.server.http.publishWSDL false #### Environment Windows, Linux #### Affected Versions [2.2.10] Source: [https://github.com/javaee/metro-jax-ws/issues/1179](https://github.com/javaee/metro-jax-ws/issues/1179) Author: glassfishrobot

Component: runtime
Type: Bug
Priority: Trivial
jax-ws
wsdl

Something has changed in the classloading between Java 6 and Java 8 which leads to the following stack trace when: 1. attempting to use the proxy method of initializing the...

Component: runtime
Type: Bug
Priority: Critical
jax-ws
proxies
proxy

When using a catalog file ``` prefer="system"> ``` it leads to a broken URL in XML where "xmlmime" is referenced (when WSDL is requested). The **"schemaLocation"** is referenced with **"?null"**...

Priority: Major
Component: runtime
Type: Bug

We are using JASWX-RT in our Webapplication. If we receive a email with the content-type "application/XML" (XML upper case) an exception is thrown by com.sun.xml.ws.encoding.XmlDataContentHandler: ``` java.io.IOException: Cannot convert DataSource...

Priority: Major
Component: runtime
Type: Bug

Hi Team Good Day!! We faced an issue in JAX-WS and want to bring the information to your notice. I had generated client classes from WSDL using JAX-WS (WSImport) and...

Priority: Major
Type: Bug

``` java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429) at java.util.HashMap$KeyIterator.next(HashMap.java:1453) at com.sun.xml.ws.client.HandlerConfigurator$AnnotationConfigurator.logGetChain(HandlerConfigurator.java:186) at com.sun.xml.ws.client.HandlerConfigurator$AnnotationConfigurator.configureHandlers(HandlerConfigurator.java:149) at com.sun.xml.ws.client.PortInfo.createBinding(PortInfo.java:162) at com.sun.xml.ws.client.SEIPortInfo.createBinding(SEIPortInfo.java:89) at com.sun.xml.ws.client.WSServiceDelegate.createEndpointIFBaseProxy(WSServiceDelegate.java:809) at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:452) at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:420) at javax.xml.ws.Service.getPort(Service.java:175) at xxx.Service.getNsSisQueryPort(NsSisQueryService.java:82) at xxx.NsSisQueryClientAsync.getPort(NsSisQueryClientAsync.java:66) ``` #### Environment Oracle...

Component: runtime
Type: Bug
Priority: Critical
client
handler
handlerchain

While consuming a wcf web service which uses RM and username security, I can make a call no problem but when receiving a fault, I cannot extract the reason text...

Priority: Major
Type: Bug
Component: interoperability

When a Webservice-endpoints response contains multiple set-cookie-headers that are different in case (e.g. 'set-cookie' vs 'Set-Cookie' vs 'seT-cOOkie') they will override each other when being transfered from the URLConnections request-header-map...

Priority: Major
Component: runtime
Type: Bug