java-metro-framework
How to create Custom Tube for Java Metro WS
I would like to create my own Custom Tube 开发者_开发技巧and put it in the Java Metro WS Stack, but so far I have no luck. I have not found any thorough documentation of Metro, especially about this p[详细]
2023-02-26 02:26 分类:问答Getting soap message without invoking web service
Using Glassfish Metro implementation of JAX-WS specification, is it possibl开发者_如何学Goe to generate SOAP request message for specific operation without actually invoking the operation. Something l[详细]
2023-02-26 00:59 分类:问答Atomic Transactions across web services residing on same server using same database
Our architecture comprises of Web Services developed on JAX-WS specification using Metro. These services are deployed on a single Glass Fish App server as separate war[详细]
2023-02-25 14:19 分类:问答Problems parsing webservice response (Metro/JAXB)
I have generated a Metro/JAXB client from a WSDL before and the marshalling/unmarshalling of the Java classes to/from SOAP/XML worked without any issues.I have generated a new client and there seems t[详细]
2023-02-17 12:22 分类:问答SOAP Service: Missing WS-Addressing header
I have a Netbeans SOAP service I can deploy with no issues and a Silverlight client. When I call the service from Silverlight, I get (in silverlight):[详细]
2023-02-16 16:16 分类:问答JAX-WS endpoint only partially escaping XML String
I have a JAX-WS endpoint with a number of methods that all return XML documents that are converted to a String.[详细]
2023-02-15 09:12 分类:问答Help analyzing glassfish server hang problem
We are running a glassfish server with around 20 jax-ws metro web services. The server specs are Core2Duo with 8GB RAM. We are using a single http listener for all the web services. Development is set[详细]
2023-02-13 12:45 分类:问答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 anyone know of a good example of implementing a client that does开发者_如何学运维 not rely o[详细]
2023-02-12 13:57 分类:问答How Do I Disable Metro On Glassfish?
is there anyway that I could tell 开发者_开发知识库glassfish 3 to disable metro? i\'m currently using CXF as my library. CXF is working but it is also publishing its own web services.[详细]
2023-02-10 00:30 分类:问答Enable logging of metro/tube
I need to enable logging of the raw data captured during webservice calls/requests (using Metro WS 2.0).[详细]
2023-02-03 11:39 分类:问答