jax-ws
CXF-java2wsdl-plugin not importing external schema defined in @XmlSchema annotation
I\'m using the cxf-java2ws-plugin to generate a WSDL file from JAX-WS annotated classes. For my data objects; I\'m specifying the fact that an external schema file already exists (by adding an @XmlSch[详细]
2023-04-13 07:06 分类:问答User authentication in SOAP Webservices
I made a question about JAX-WS, Authentication and Authorization - How to?; there was a discussion about security levels, and where to store user credentials.[详细]
2023-04-13 04:31 分类:问答Introductory JAX-WS tutorial for Eclipse using a top down approach [closed]
开发者_C百科 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solic[详细]
2023-04-11 19:01 分类:问答can we expose two methods in same class java as a web service using jax-ws with Eclipse?
I am using myEclipse to develop jax-ws web services. Is it possible to expose two methods from the same class as one web service? if yes how this will affect the WSDL?Or I have to 开发者_开发技巧expos[详细]
2023-04-11 10:17 分类:问答Using Guice 3 with JAX-WS in Java 6 outside web container
We have a situation where we use JSR-330 based injections to configure our stand-alone Java 6 applications, which works very well for getting configuration parameters across all the layers.[详细]
2023-04-11 05:10 分类:问答Webservice calling EJB creates SSL exception
I have a JAX-WS webservice which makes calls to a remote EJB on the same server. Everything runs on Glassfish 3.1.1, and the apps are deployed EARs – one for the webservice, another for the EJB. This[详细]
2023-04-10 11:43 分类:问答Consuming Spring (SOAP) web service in a java servlet
Is there any way to consume a SOAP based Spring web service without generating stubs on the client (as suggested by umpteen threads pointing to JAX-WS)?[详细]
2023-04-10 01:21 分类:问答CXF - JAX-WS server side Schema Validation does not find element definition
I have a web service that defines severals schemas in the webTypes section. I define a read operation which type is define in this schema:[详细]
2023-04-09 07:41 分类:问答JAX-WS Client can't connect after redeployment (NullPointerException in SymbolTable)
When we redeploy our webapplication with an jax-ws client, the client can not connect to the webservice. While connecting to the server it throws this exception:[详细]
2023-04-09 04:55 分类:问答Sign JAX-WS SOAP request
I would like to write a JAX-WS web service that signs my SOAP messages using the http://www.w3.org/TR/xmldsig-core/ recommendation.[详细]
2023-04-09 02:40 分类:问答