-
I created and started SOAP service, described here: http://www.mkyong.com/webservices/jax-ws/jax-ws-hello-world-example/
1) I started Boomerang
2) pressed "Create service"
3) pressed "Create request"…
-
```
Right now, the JAX-WS adapters that we generate require the core legstar
libraries and configuration files to be already installed in the target J2EE
container.
While this makes sense in a produ…
-
Exception in thread "main" java.lang.NullPointerException
at org.jvnet.jax_ws_commons.json.schema.JsonOperation.build(JsonOperation.java:53)
at org.jvnet.jax_ws_commons.json.schema.JsonOperation.(Json…
-
Since the changes are not that big, would it be nice to add this support...
```
SOAP 1.1 uses namespace http://schemas.xmlsoap.org/wsdl/soap/
SOAP 1.2 uses namespace http://schemas.xmlsoap.org/ws…
-
Based on the jaxws-maven-plugin (https://jax-ws-commons.java.net/jaxws-maven-plugin/), there is a need for having support for other sorts of input in BuildContext than just File. The jaxws-m-p uses ex…
-
```
add WebServiceFeature as built in feature so that stub can difrentiate SOAP
and json request.
Refrer :
http://weblogs.java.net/blog/ramapulavarthi/archive/2007/01/extending_jaxws
.html
https:/…
-
**[Kenny MacLeod](https://jira.spring.io/secure/ViewProfile.jspa?name=skaffman)** opened **[SWS-526](https://jira.spring.io/browse/SWS-526?redirect=false)** and commented
Many web service stacks (e.g…
-
I've run into an issue with metro 2.1 and 2.2 that's not present in metro 2.0 where if a service endpoint references a complex type twice in the dependency graph that has @XmlRootElement annotation, M…
-
Support `JAX-RS` paths prefixing set in `@ApplicationPath("/rest")` annotation.
In code I have something like:
``` java
import javax.ws.rs.ApplicationPath;
import javax.ws.rs.core.Application;
@App…
-
Hi.
It seems that there's a lack of AOP proxy support in jax-ws-commons. Proxied
webservice endpoints aren't correctly recognized as webservices (although
annotated). The problem lies in the fact, th…