jbossws
Unable to find/alter default configuration for log4j when using JBossWS on client-side web services
I created a web service client using JBossWS and am now having problems with logging. There seems to be some kind of default logging configuration being used (it is ignoring my log4j.properties file e[详细]
2022-12-21 22:23 分类:问答Configuring different auth-methods for different "folders" in a single .war
I would like to create a single .war that contains both a web based FORM login for a web GUI AND BA开发者_运维知识库SIC authentication (in this case, for a web service interface.)[详细]
2022-12-16 22:40 分类:问答Is it possible to handle User Defined Exception using JAX WS Dispatch API?
I\'m performing dynamic webservices call using following code snippet: JAXBContext jc = getJAXBContext(requestClass, responseClass, jaxbContextExtraClasses);[详细]
2022-12-15 11:58 分类:问答How do I extend a wsimport-generated exception annotated with WebFault?
I\'m building a web service in Java from an existing WSDL. The wsimport tool has generated all the Java classes bound to the elements in the开发者_Python百科 service\'s schema. In particular, the faul[详细]
2022-12-14 02:00 分类:问答wsimport multiple generated wsdl's
I am using jbossws (with jax-ws) to serve 3 webservices generated from annotated POJOs. T开发者_StackOverflowhese 3 webservices share a few data classes and also have a common method (ping).[详细]
2022-12-09 19:34 分类:问答