metro-jax-ws
metro-jax-ws copied to clipboard
metro-jax-ws
I have a SOAPHandler that throws a SOAPFAULTException from the handleMessage() method like follows: ``` String faultReason = "Something is missing."; QName faultCode = SOAPConstants.SOAP_SENDER_FAULT; fault = soapFactory.createFault(faultReason, faultCode); throw...
Say I have a wrapper element Request which has following nested elements: ONE, TWO, etc. note the upppercase. Now, I have created a bindings file to make them readible: ,...
I get an exception using JAX-WS 2.2 to access a service that contains XML special characters in a WS-Policy element. Example: string-length(wsp:body()//tns:root)
RI has defined some system properties which can be used for customizing the behaviour, such as 'com.sun.xml.ws.legacyWebMethod' or 'com.sun.xml.ws.disableXmlSecurity' (there are more) but there is no way to set them...
The MimeCodec class installs some JAF DataContentHandlers that override the default DataContentHandlers included with JavaMail. Unfortunately, the JAX-WS text/xml handler is not compatible with the JavaMail version. First, the MIME...
Below is a link an example that worked in 3.1.2 but now fails to deploy in 4.0 (corresponding WAR including source attached). * [http://blog.bdoughan.com/2012/02/glassfish-312-is-full-of-moxy.html](http://blog.bdoughan.com/2012/02/glassfish-312-is-full-of-moxy.html) Error when deploying the WAR (server...
note that this test lasts about 18minutes ``` testAsyncWithCachedThreadPool(async.async_service.client.AsyncServiceTest)java.lang.Exception: No. of requests and responses did not match at async.async_service.client.AsyncServiceTest.testAsyncWithCachedThreadPool(AsyncServiceTest.java:82) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:164) at com.sun.xml.ws.test.Main$1.doRun(Main.java:342)...
following tests fail to deploy on Tomcat 7 (7.0.42) with similar error * fromjava.webmethod.legacy.inheritance * fromjava.webmethod.legacy.withWebMethod * fromjava.webmethod.legacy.staticFinal -> deployment error: ``` Aug 25, 2013 7:36:28 PM org.apache.catalina.startup.HostConfig deployWAR INFO:...
Hi First Jira contact ever. Hope i don't mess this up. I've generated a webservice from a WSDL looking like this: ... ... ... As you can see, getTransactionList returns...
#### Environment Windows 7 #### Affected Versions [2.2.8] Source: [https://github.com/javaee/metro-jax-ws/issues/1125](https://github.com/javaee/metro-jax-ws/issues/1125) Author: glassfishrobot