jax-ws
WsImport ant task and JDK 6
I am trying to use jax-ws to generate web service proxy classes, using the wsimport ant task, similarly to this question, with the following follow-on question:[详细]
2023-03-23 19:48 分类:问答how to develop JAX-WS webservice client?
I have one requirement to develop web service client in standalone java application which is using spring framework. My question is how can i develop one java class which can be used to call a web s开[详细]
2023-03-23 16:29 分类:问答JAX-RPC with Axis2
I have been researching this like crazy, and have not been able to find an answer. Is there any possible way to use JAX-RPC with Axis2?[详细]
2023-03-22 21:24 分类:问答CXF generated WSDL doesn't contain WS-SecurityPolicy definition
I would like to use WS-Security to protect my web service. I\'m using CXF to expose my endpoint, and use WSDL generation from Java code (aka CXF code first service).[详细]
2023-03-22 20:21 分类:问答get user's name regardless of authentication-realm
I\'m developing a webservice in Java on a stack of Metro and Tomcat, and my problem is with the user authentication. I understand Tomcat can make use of several external authentication realms, such as[详细]
2023-03-22 17:05 分类:问答JAX-WS - how to create an element of type xs:any from server side code?
I have created an XML schema for my webservice, and the element for ServerResponse contains an unbounded sequence of elements of type xs:any.[详细]
2023-03-22 15:55 分类:问答Send byte array from web service to client
I want to send a byte array from a web service to a client that requests an operation exposed via the service. In my method, I read an image into a byte array. I think place this byte array into a wra[详细]
2023-03-22 05:49 分类:问答CXF code first webservice is creating wsdl with xs:element form="unqualified" not picking up namespace
I\'m creating webservices with CXF using the code first approach. I want to use namespaces, and therefore elementFormDefault is set to true.[详细]
2023-03-22 04:02 分类:问答Concurrency when calling webservice clients
I have a webapp that use some webservice clients to get the data it displays. When the load is not very high the app work just fine.[详细]
2023-03-21 19:03 分类:问答How to debug marshaling in JAXB?
During marshaling I got next exception Exception in thread \"main\" com.sun.xml.internal.ws.encoding.soap.DeserializationException: Failed to read a response: javax.xml.bind.UnmarshalException[详细]
2023-03-20 05:31 分类:问答