jax-ws
eclipse plugin handler to invoke jax-ws webservice
i have a jax-ws \"hello world service\" running in my tomcat.i am working on designing aeclipse plugin to invoke the web service.could anyone please guid开发者_开发问答e me doing so.you could start re[详细]
2023-04-08 18:27 分类:问答java.lang.IllegalArgumentException: Invalid authentication type: want
I have a web-service method which works fine until enabling FIPS mode in tomcat. The code bellow executes fine if FIPS mode is disable:[详细]
2023-04-07 15:32 分类:问答help please: xjc throws "Two declarations cause a collision in the ObjectFactory class"
Take the following over simplified XSD: <?xml version=\"1.0\" encoding=\"UTF-8\"?> <xs:schema targetNamespace=\"com.acme\" xmlns:xs=\"http://www.w3.org/2001/XMLSchema\">[详细]
2023-04-06 16:41 分类:问答What is the best way to secure SOAP web service on an internal private network
Today\'s there is more and more web services developed for internal use to connect applications together. We do not have an ESB to control and secure this web services so I guess on what is a good way[详细]
2023-04-06 00:09 分类:问答SSLSessionContextImpl Error (null pointer) in JAX-WS generated code?
Can anyone tell me if this is related to the SSL session, or if this is indicative of a certificate issue?[详细]
2023-04-05 19:14 分类:问答In a JAX-WS web service, how do I force a socket close after each Soap call is returned?
I am using com.sun.httpserver.HttpServer and javax.xml.ws.Endpoint to publish a JAX-WS web service, which was generated by running wsimport on an existing WSDL and implementing the genere开发者_JAVA技[详细]
2023-04-05 15:50 分类:问答XmlJavaTypeAdapter with CXF and JAX-WS
I have a class X which is used in a Service interface of a Web service built with Apache CXF and JAX-WS. This class X has no default constructor and I would like to avoid this default constructor. I w[详细]
2023-04-05 08:26 分类:问答Authentication failure calling SharePoint Web Service (JAX-WS client)
I have to call SharePoint 2010 Lists service from a Java client. I used NetBeans to generate the JAX-WS classes from the WSDL.[详细]
2023-04-04 14:42 分类:问答SOAP Header using JAX-WS(Server Side)
The requirement is to include security attributes in header of Soap Message in every WebService request. One way to include is:[详细]
2023-04-04 07:32 分类:问答Two classes have the same XML type name "objectFactory"
We have been using JAXB 2.1 for a long time in our system. We have a platform that is built with Ant and generates a bunch of bundles that are deployed in an OSGi runtime. We use Java SE 6.[详细]
2023-04-04 06:07 分类:问答