Metro is a mature web services framework for Java.
I hava a Metro jax-ws webservice that looks more or less like this: @WebService @Transactional public class UserManagementServiceImpl { @Resource private …
java spring jax-ws java-metro-frameworkI'm publishing a test WS implementation using Endpoint.publish() for consumption in Visual Studio. According to the documentation the default …
java eclipse web-services soap java-metro-frameworkHas anyone successfully updated the JAX-WS version used by Weblogic 10.3.3? I've been trying to do what's described in the accepted …
jax-ws weblogic-10.x java-metro-frameworkI'm trying to create a simple webservice using Tomcat 7.0.11 on Windows Server 2008 R2 using Metro 2.1. I'm coming from a C#/…
java web-services jax-ws java-metro-framework tomcat7I have a lot of endpoints annotated with @WebService(targetNamespace = "mynamespace"). Every @WebResult and @WebParam has the same definition of …
jax-ws java-metro-framework convention-over-configurWe are working on a business application (1 million+ LOC) developed since 10+ years. While switching to JDK8 we get an issue …
java jaxb java-8 out-of-memory java-metro-frameworkWhat is/are the difference/s of Java's JAX-WS and Metro? Are they the same of are they two different …
java tomcat glassfish jax-ws java-metro-frameworkBecause the initialization of the WS client side port is so costly we would like to reuse the same instance. …
web-services jax-ws java-metro-framework webservices-clientI have added a jax-ws-catalog.xml to my .war file in order to resolve the schemaLocation locally instead of remotely …
java jax-ws java-metro-frameworkJAXB simple binding mode modifies collection names to their plural 'version', e.g. "additionalData" becomes "additionalDatas". Is there any solution …
java jaxb java-metro-framework jaxb2