java-metro-framework
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 or JAXB XML marshal to String different results) aren\'t coming up with anything.[详细]
2023-01-02 23:13 分类:问答Glassfish JAX-WS side by side SSL / insecure EJB webservice
Is it possible to run a single @WebService bean as both secure and insecure at the same time, preferably using the same URL except for the http/https protocol difference?[详细]
2023-01-01 15:27 分类:问答Why would I want to use anything other than WCF?
After completing several small projects with WCF, I\'m quite happy with what it can do. However, having spent a brief amount of time looking into the alternatives, I\'m struggling to find exactly wha[详细]
2022-12-30 19:06 分类:问答Has anyone gotten jax-ws-catalog.xml to resolve schemaLocation locally on Metro?
I have added a jax-ws-catalog.xml to my .war file in order to resolve the schemaLocation locally instead of remotely in .I\'ve followed the example at[详细]
2022-12-30 13:10 分类:问答Metro web services on Google App Engine
Has anyone tried to implement Metro web services on GAE-Java. It is not lsited on http://groups.google.com/group/google-appengine-java/web/will-it-play-in-app-engine and I would like to know 开发者_Py[详细]
2022-12-29 07:18 分类:问答How to secure Java webservices with login and session handling
I\'d like to secure my (Java metro) webservice with a login. Here\'s how I\'m planning to do that: Steps required when calling a webservice method are:[详细]
2022-12-25 18:49 分类:问答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 standard tool like SoapUI at one of our web services it indicat[详细]
2022-12-19 13:57 分类:问答Can a web service call another web service in the same application server
I\'m using Netbeans 6.5 to generate the JAX-WS Metro service and Glassfish 2.1 as the application server.[详细]
2022-12-19 11:16 分类:问答Eclipse RCP classloading problem with Metro
I am attempting to invoke a web service using the Metro library from within an Eclipse RCP application. I bundled the relevant Metro jars (webservices-tools.jar, webservices-rt.jar, and webservices-ap[详细]
2022-12-16 20:42 分类:问答How to pick CXF over Metro on Glassfish
I\'m having the following problem (reported there by someone else) when running my enterprise application under Glassfish. Under Jetty it works fine.[详细]
2022-12-16 04:08 分类:问答