im looking for a light in this topic, I\'m trying to generate a web service that uses different .jar, for example, gdata from google, jdom. And I cannot deploy this service on netbeans with axis2.
I am writing an Axis2 client which will not have access to a repository folder on the filesystem. Is there a way to load开发者_运维百科 the modules which axis need for instance rampart and addressing,
I know how to configure jms transport within axis2.xml, but i need to configure it with my sp开发者_运维技巧ecific application properties that could be changed in runtime. I found solution, hope it wi
I\'ve developed a web service using apache axis2 and eclipse which consists of these methods: String getStatus()
I have been using Axis2 to genarate my web services. Some of my services are a part of transaction - i.e, either all or none of them have to be executed.
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?
Am new to web services. Am trying to generate unique session id for every login that a user does, in web services.
I\'m facing a problem on my production server for a Web Service with concurrent requests. The problem is that when the Web Service receives (for instance) two requests for two different methods (each
I\'m creating a client with Maven2 that uses several web services.I\'m restricted to using Axis2 or other framework supporting Apache HttpClient as an HTTP conduit because these services require integ
I am using Apache Axis2 to write my first web service. I am following this official link. I observed that if you call sample StockQuoteService given in link, it gives following properly indented respo