jax-ws
Tools for functional testing a Java EE application with message-driven beans and web services
I need to test a complete system that talks to the world entirely by JMS and JAX-WS. The flow, more or less, is this:[详细]
2023-04-01 01:59 分类:问答.net SOAP Clients generate 404 errors when attempting to use JAX-WS SOAP RPC Web Services
In my current project I have to connect to a JAX-WS web service from a .net client. The JAX-WS web service runs on a tomcat server.I\'m able to test and use the Web Service with a simple ruby script[详细]
2023-03-31 07:12 分类:问答Disable SOAP Schema Validation, JAX-WS and JAXB, How?
Out of the blue several previously working SOAP calls I do from Java code give \"DefaultValidationEventHandler: [ERROR]: unexpected element...\".[详细]
2023-03-30 11:24 分类:问答Can jaxb2-basics be configured to specify an interface for a type variable of a generic object?
I am using jax-ws\'s wsimport to generate java classes from WSDLs. I am using the jaxb2-basics plugin to create toString, equals, hashCode, copy, and merge methods.[详细]
2023-03-30 03:14 分类:问答Simple example of consuming wsdl webservice with Java?
I\'m trying to consume a WSDL webservice in Java, in what will eventually be an Eclipse plugin. I c开发者_JAVA技巧an use File>New>Other to select \"Web Service Client\" which works, but it generates[详细]
2023-03-29 21:33 分类:问答How to choose between JAX-RS and JAX-WS web services implementation?
In what contexts is it better to use one over the other and why? Thanks开发者_Python百科!JAX-WS is an API for SOAP-based WS, and using it for RESTful WebServices is not the best way to go about thing[详细]
2023-03-28 20:13 分类:问答JAX-WS and Guice 3
Is there some way to take SOAP web service 开发者_运维问答classes creates with JAX-WS and inject them with, say, Guice 3.0 (guice-persist) transactions or even just plain ol\' dependency injection? Th[详细]
2023-03-28 06:40 分类:问答WS-Security Websphere Configuration
I\'m trying to develop a web service that uses WS-Security using Websphere 7 and JAX-WS. Looking through some guides, it appears that I MUST create a application server user registry and maintain user[详细]
2023-03-28 06:10 分类:问答Java Web Service client basic authentication
I have created a JAX-WS Web Service on top of Glassfish which requires basic HTTP authentication. Now I want to create a standalone java application client for that Web Service but I don\'t have a cl[详细]
2023-03-28 02:27 分类:问答Stubbing web services to test clients using JUnit
I have some JAX-WS-based web service clients and I\'d like to write some JUnit test cases for them. In my mind, this means stubbing the endpoints.I want this all to be embedded in my test code, not u[详细]
2023-03-27 23:15 分类:问答