jax-ws
tns appearing in Web Services schema
I\'m using JAX-WS for running some sample Web services. After publishing the web services, when I typed the WSDL URL, I could see the WSDL document. WSDL document refers a Schema document that goes li[详细]
2023-03-10 14:12 分类:问答JAXB: How can derived object be returned as XML element of base type?
I write web-services using jax-ws and wsdl contains set of types. Java classes to XML mapps using jaxb. Let\'s look at the following example:[详细]
2023-03-10 11:17 分类:问答jax-ws import and customizing package to namespace mapping
How do I customize the packages of the namespaces when using jax-ws to generate the jav开发者_开发百科a artifacts.[详细]
2023-03-10 03:39 分类:问答WebSerices (JAX-WS) and Inheritance
I would like to return a collection of vehicles, where AbstractVehicle is parent of Car and Motorbyte class.[详细]
2023-03-10 01:32 分类:问答Error when using Jax to generate Proxy web service client
I was wondering if i could get some help with the following issue. I was trying to run the command below using jax to generate web service clientproxy:[详细]
2023-03-09 18:17 分类:问答Test @Webservice EJBs with WebServiceContext (using OpenEJB?)
I have some EJBs as JAX-WS Web Service: @WebService @Stateless @Remote(MobileFacade.class) public class MobileFacadeBean imple开发者_运维问答ments MobileFacade {[详细]
2023-03-09 10:17 分类:问答JAX-WS threads consuming %100 CPU
I have a web service exposed with Spring and JAX-WS. I used jax-ws commons to do that (http://jax-ws-commons.java.net/spring/). Application is deployed on weblogic 10.3 and sometimes some of the threa[详细]
2023-03-09 07:56 分类:问答JAX-WS types element not shown
I\'ll try to make this question as clear as possible I have a Java EAR project file with several JAX-WS web services.[详细]
2023-03-09 07:08 分类:问答java wsimport rename/different ObjectFactory.java
I\'m having problem with wsimport. In one of my wsdl which has to be wsimported I have a complexType with name \"objectFactory\". Is there any开发者_如何学Python way to tell command wsimport to create[详细]
2023-03-09 01:21 分类:问答JAXB classes from Webservice marshalling error
I have some wsimport generated JAXB classes wsimport -d src/main/java -keep -extension -p my.package http://www.OpenLigaDB.de/Webservices/Sportsdata.asmx?WSDL[详细]
2023-03-08 17:47 分类:问答