Eclipse « axis « Java Enterprise Q&A





1. Eclipse plugin for Apache Axis2 to create webservice    stackoverflow.com

please give me the link to download plugins for apache axis, i tried in some sites but the link was not current so i was not able to download. thanks in advance, Mahesh ...

2. Cannot create Java Webservice in Eclipse    stackoverflow.com

I would like to create a Web Service in Eclipse. I already wrote a class and generated a WSDL file from it with Java2WSDL. I started a new "Dynamic Web Project" ...

3. Eclipse Generated Web Service Client Extremely Slow    stackoverflow.com

A little up front info: I have a SOAP service (hosted using JAX-WS (Endpoint class), but I don't think that is important). I can connect to and use the web service just fine ...

4. Eclipse is very slow when using Code Assist (org.eclipse.mylyn.java.ui.javaAllCompletionProposalComputer)    stackoverflow.com

Can you guess what happens? I generated a client stub using Eclipse WTP [Axis2] and while working on a client I get Eclipse working very slowly when it tries to use Code Assist, that ...

5. Axis error about runtime location    stackoverflow.com

The error is: Exception occurred while reading or writing file {0}The Axis2 facets cannot be installed since the Axis2 runtime location has not been set. Go to the Web Services preference page and set the Axis2 ...

6. Eclipse WTP, Axis 2 Web Service Client    stackoverflow.com

I'm trying to build a web service and a client for this service. I'm using Eclipse 3.5.1 with axis2-1.4.1. I'm facing a problem: I created the web service via the web service ...

7. Failure to create Axis2 service in Eclipse WTP, Failure to create Axis2 service in Eclipse WTP, NoClassDefFoundError -CatalogManager    stackoverflow.com

I am using Eclipse Galileo with Web tools platform and I am trying to create a sample Axis2 service. I learned that Eclipse WTP does not work with Axis2 1.5, ...

8. eclipse support for axis2    stackoverflow.com

I have tried to use eclipse pluggins for web services in the past, specifically for CXF, and had a really bad experience.
That was a couple of years ago and I am ...

9. Web service with Axis2 without using eclipse plugin    stackoverflow.com

Just wanted to know can we create web service with Axis2 without using eclipse plugin. If yes please share how can i do that.





10. Can one specify Java warning settings per project in Eclipse?    stackoverflow.com

I have a Java project which is a combination of human-written Java code and Java code generated by axis2. The axis2 generated code provokes thousands of warnings from the Java compiler (either ...

11. Axis2 scope of service objects    stackoverflow.com

I saw that Axis supports scoping service objects the actual Java objects which implement your methods. In my application the client just call my server and I return response. In this case which ...

12. How do you configure Eclipse to work with Web Services?    stackoverflow.com

I'm trying to generate client code to interact with a web service but I'm having trouble figuring out which procedure calls I can make to the server. I thought building this ...

13. How to add a method to an existing web service develoment with axis2 and eclipse    stackoverflow.com

i've a web service written with axis2, starting from wsdl using wsdl2java utility. I developed it using eclipse. It works fine. What's the best way to add a new method to the ...

14. java.lang.ClassNotFoundException: org.apache.axis2.webapp.AxisAdminServlet    stackoverflow.com

I am new to web services. I created a sample class and when I am trying to run that i got following error. I am using Apache Axis2 1.4.1, Tomcat 6.0 ...

15. Using Web Service in Dynamic Web Project 3.0    stackoverflow.com

I am trying to use Axis 2 in a Dynamic Web Project(DWP) 3.0, but it seems that axis 2 does not support DWP 3.0. I could not change version of DWP, ...

16. Need help with creating inital JAX-WS project    stackoverflow.com

I'm stepping through this tutorial: http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_tutorial.html I'm trying to select the axis2 Web Service facet (step 6) but I'm getting this error message in eclipse: "Axis2 Web Services Core 1.1 requires Dynamic ...





17. Client creation problems    stackoverflow.com

I am simply running through newbie tutorials on creating web services and clients using Eclipse and Axis2. I have followed the typical 'getting started' tutorials, however my creation does not seem to ...

18. Error when executing web service client    stackoverflow.com

I was trying the example in JavaBoutique tutorial and I get this error message when try to execute the web service client:

Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.commons.logging.LogFactory
at org.apache.axis.components.logger.LogFactory.class$(LogFactory.java:45)
at org.apache.axis.components.logger.LogFactory$1.run(LogFactory.java:45)
at ...

19. wsdl2java codegen eclipse plugin- java.lang.reflect.invocationtargetexception    stackoverflow.com

I had added the Axis2_Codegen_Wizard_1.3.0,Axis2_Service_Archiver_1.3.0 to eclipse plugin. On clicking finish button, after I go through all the steps which include specifying wsdl file path and output path, I a pop ...

20. How to create an Axis2 Web Service Client in Eclipse?    stackoverflow.com

I'd like to use the "Web Service Client" wizard to create a web service client in Eclipse, but the wizard doesn't allow me to choose Axis2 as the web service runtime; ...

21. Eclipse Axis2 Service Archiver Plugin Problem    stackoverflow.com

My Eclipse Axis2 Service Archiver plugin is no longer working properly. I have used it to build several .aar files but now when i open the plugin I only get blank ...

22. Custom class in axis2 web service    stackoverflow.com

I try to create web service to Axis2. I am use eclipse and the "Axis2 Service Archiver" to create aar file from java class. My problem is that I have function that return ...

23. Error 'Failed while installing Axis2 Web Services Core 1.1' , while setting Axis2 Web Services Facet    stackoverflow.com

I am trying to implement web services using axis2, in Eclipse. (I had downloaded axis2-1.5 runtime and created environment variable for it.) I had created a dynamic web project and ...

24. I am axis in eclipse when i generate webservice from bean i am getting error like this    stackoverflow.com

Error: java.lang.ClassCastException: org.apache.axis2.classloader.JarFileClassLoader cannot be cast to org.apache.axis2.deployment.DeploymentClassLoader
org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:131)
org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup(ArchiveReader.java:101)
org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:178)
org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.java:82)
org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:661)
org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:337)
org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:241)
org.apache.axis2.deployment.Deployment 

25. How to add Service archive generator and code generator plugin in Eclipse    stackoverflow.com

I have downloaded Service archive and code generator wizard plugin for Eclipse (From http://axis.apache.org/axis2/java/core/tools/index.html). I am following steps mentioned here http://axis.apache.org/axis2/java/core/tools/eclipse/plugin-installation.html.
I extracted the content of plugin ...

26. Eclipse Axis error when creating web service    stackoverflow.com

Every time I try to create a new Web Service in Eclipse, I get this error:

IWAB0489E Error when deploying Web service to Axis runtime
  axis-admin failed with  {http://xml.apache.org/axis/}HTTP (404)Not ...

27. axis plugin for Eclipse    coderanch.com

28. axis with eclipse 3.1m6 plugin    coderanch.com

29. webservice with apache axis using eclipse    coderanch.com

Hi all, I am trying to develop a sample webservice using apache axis, and tomcat. I am using the eclipse IDE, I am having the axis plugins in eclipse. According to the help given in eclipse im creating a bottom-up webservice, I have created a Simpe Hello.java file in dynamic web project. public class Hello { public String sayHello(String name){ return ...

30. Axis Eclipse plugin    coderanch.com

31. problem by rungning axis2 client outside eclipse?    coderanch.com

Hello everybody I'm writing the Web Service with axis2+Tomcat+java1.5. I have finished with both server and client side. If i run it all inside the Eclipse, It works very fine, no Problem. But if i run them under "cmd"-DOS with the Commando "axis2 achievedFile", it doesn't work, and there are always a error called "AxisFault:Connection refuse". how can i run a ...

32. Axis2 wizard problems in eclipse    coderanch.com

I'm having problems using the web service client wizard. Sometimes it works, but when it doesn't, it is a problem on the final dialog. On the first dialog, I copy/paste the wsdl url for the service definition from a browser window. Client type: Java Proxy (default) Configuration: Server: Tomcat v5.5 Server Web service runtime: Apache Axis2 Client project:

33. Axis2 Service Archiver Eclipse Wizard Weird Issues    coderanch.com

I am facing a weird problem. After writing a java class that i want to be exported as a webservice, I click the "New->Other->Axis2 Wizards" and then click the "Axi2 Service Archiver" and nothing happens. If i click again for the second time it takes me to the next window but all i see is the title and the bottom ( ...

34. configuration of axis 2 with eclipse    coderanch.com

Originally posted by ashok ballu: Hi, I am new to eclipse IDE, I would like to configure axis 2 with Eclipse. I downloaded axis2-1.4.1-bin.zip file and ANT . Could you please how to configure these thing with Eclipse. Thanks in Advance... Ashok - What do you mean when you say "I would like to configure axis 2 with Eclipse" ? What ...

35. jax-ws client different between axis2 eclipse and wsimport.    coderanch.com

I'm sure i have the wrong end of the stick. Using eclipse (ganymede and web tools) I have a simple pojo service. When I generate the client in eclipse, I get files like servicenameCallbackHandler and servicenamestub. That's using axis2, if my settings are correct. If I use wsimport I get a client with an object factory and serviceporttype/service and response. The ...

36. Axis2 with eclipse    coderanch.com

37. Axis2 and Eclipse    coderanch.com

38. Axis2 and Eclipse    coderanch.com

I'm trying to create a web service in Eclipse using Axis2. However, every time I select Axis2 instead of Axis, it gives me the following error. The Apache Axis2 Web service runtime does not support the client project Anybody know why this would happen? AFAIK, someone else made a web service from this wsdl using Axis2, so I'm not sure what ...

39. Bringing standalone Axis project into Eclipse    coderanch.com

I have an web service created with Axis and running on Tomcat. This was made years ago in a standalone setup and hasn't been touched since then. Now I need to make some changes to the code to bring things up to date. So I created a Dynamic Web Project in Eclipse and have it associated with my Tomcat 6 server. ...

40. Webservice client code generation using axis2 and eclipse galilio    coderanch.com

Hi, I'm new to webservice client code calling from external service in different machine with given ipaddress. I would need to generate a client call and call one service and add logic to it using axis2 ,eclipse galilio. Please provide me steps and how to deploy it if the service is not in our local axis2 server. Regards -TanKatta

42. Web service with Eclipse + AXIS2    coderanch.com

By following other post, I have selected AXIS2 on very first page of wizard (earlier by default it was AXIS), now when I hit Next button, I am getting following error message, Unable to add the follwing facets to project testWebProject: Axis2 Web Services Core, Axis2 Web Services Extensions. org.eclipse.wst.common.project.facet.core.FacetedProjectFrameworkException: Failed while installing Axis2 Web Services Core 1.1. at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.callDelegate(FacetedProject.java:1497) at ...

43. Web Services Using Axis and Eclipse, SSL Handshaking Problem    coderanch.com

I need help in my next move with Web Services. I have very little experience with Web Services, rules, lingo etc etc and trying to learn on the fly. Let me explain what i have accomplished so far in Steps: 0a. Installed Apache Tomcat 6, using Java 1.6. Also using Eclipse Galileo. 0b. Using the Java keytool, i created a keystore ...

44. Axis2 Eclipse plugins    coderanch.com

48. Need of Axis2 runtime for developing a web service in Eclipse.    coderanch.com

Hi, I am new to webserivce, and did a little exercise as given below. I followed a simple procedure to create a web service: 1 -> For Service --> Write a simple bean in a dynamic web project, with some methods. Right click on the dynamic web project and say New --> Web Service --> Bottom up approach -->Select the bean ...

49. Axis2 in Eclipse changing my Web Service objects    forums.oracle.com

Hi. I am running into an issue that is stumping me (maybe I've been in front of the computer for too long today?) I have a class that I am trying to convert to a web service, however in the conversion an object one of the methods needs to receive becomes an object of the web service itself and the method ...