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
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.)
I\'m performing dynamic webservices call using following code snippet: JAXBContext jc = getJAXBContext(requestClass, responseClass, jaxbContextExtraClasses);
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
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).