Top "Java-metro-framework" questions

Metro is a mature web services framework for Java.

Is it possible to customize the namespace prefix that JAXB uses when marshalling to a String?

For example, I've got a simple schema which imports another schema. The second schema (urn:just:attributes, just-attributes.xsd) just …

xml-serialization jaxb java-metro-framework jaxb2
JAXB marshals XML differently to OutputStream vs. StringWriter

I apologize if this has been answered, but the search terms I have been using (i.e. JAXB @XmlAttribute condensed …

java xml jaxb java-metro-framework
javax.xml.ws.WebServiceException: Unable to create JAXBContext

I have 3 Webservices which is created with netbean 6.9 when I working on my computer at work, it run smoothly with …

web-services jsp java-metro-framework
JAX-WS Consuming web service with WS-Security and WS-Addressing

I'm trying to develop a standalone Java web service client with JAX-WS (Metro) that uses WS-Security with Username Token Authentication (…

java web-services jax-ws ws-security java-metro-framework
How can I make a WebMethod parameter required

We use the "start from Java" approach to creating JAX-WS 2.0 web services using the Metro 1.5 stack. When we point a …

java web-services jaxb jax-ws java-metro-framework
JAX-WS Implementation included with Java?

I have a JAX-WS web service application which deploys as a WAR file for Tomcat 7. It uses a recent version …

java web-services tomcat jax-ws java-metro-framework
Generating Metro Client Using Local WSDL File

I have generated a Metro client using wsimport before, but in that case the WSDL was accessed over https. My …

wsdl java-metro-framework wsimport
Is this JAX-WS client call thread safe?

Since initialization of the WS client service and port takes ages I like to initialize them once at startup and …

java jax-ws webservice-client java-metro-framework
Metro-like theme for WPF

I would like to know where i can get the theme that looks like Zune application for Windows (or MetroTwit) …

wpf silverlight themes java-metro-framework zune
What are the impacts of setting establishSecurityContext="False" if i use https?

My WFC service uses wsHttpBinding configured with: <security mode="TransportWithMessageCredential"> <message establishSecurityContext="True" clientCredentialType="UserName"/> <…

wcf security java-metro-framework