Top "Java-metro-framework" questions

Metro is a mature web services framework for Java.

Java web service without a web application server

We have a message processing server, which start a few threads processing the message interact with the database etc..... now …

web-services tomcat jakarta-ee jax-ws java-metro-framework
Using WS-Security with JAX-WS

Let's pretend all I have is emacs. I want to implement a web service that uses WS-Security with JAX-WS. Does …

java web-services ws-security java-metro-framework
JAXBContext.newInstance memory leak

After a recent deployment in system test, one of our servlets was getting hit much harder than usual and we …

java memory-leaks jaxb java-metro-framework
Authenticating a WS-Security UsernameToken against a GlassFish realm gives "Authentication refused"

I have a SOAP webservice declared using @WebService in an EJB subproject of an EAR running in GlassFish 3.1.1 using its …

web-services jakarta-ee glassfish ws-security java-metro-framework
JAXWS - help required to set WSDL request timeout

Im using Metro 2.0 and J2SE5. The application I have written does not know about the external WebService at compile …

java soap jax-ws java-metro-framework
Comparison between Sun Metro and Apache CXF for webservices development?

What are the relative strengths and weaknesses between Sun Metro and Apache CXF for webservice development in Java. Is there …

java web-services cxf java-metro-framework
"org.xml.sax.SAXParseException: Premature end of file." while parsing schema

I'm writing a webservice client running on Linux JBoss 5.0.1 / JBossWS Native 3.1.1 which is calling a service running on a Windows …

web-services jboss jax-ws java-metro-framework jbossws
Webservice - client service instantiation

Do you know how costly is to create a webservice client service instance ? JavaWebService service = new JavaWebService(); SomePort port = service.…

java web-services jax-ws java-metro-framework
Get Url of endpoint using on a handler (JAX-WS)

I am implementing many JAX-WS web services with a common Handler class to validate the correct structure of incoming SOAP …

java jax-ws java-metro-framework