1. How to write a simple Axis client (service generated from netbeans) stackoverflow.comThis is really basic, but here goes: I have created a simple "hello world" client using net beans, and I can successfully "test" it by right-clicking and saying "test in browser". However, ... |
2. Java Web service with Axis2 and Netbeans stackoverflow.comI have followed this tutorial http://netbeans.org/kb/docs/websvc/gs-axis.html and successfully created the web service. When i run the sample i only see the result printed not the whole xml structure as ... |
3. axis2 support in netbeans stackoverflow.comI am using netbeans 7.0 and want to generate axis 2 web service from my java code. I googled and it and found that they removed support for axis to in 7.0 ... |
4. Programmtically build and deploy axis2 web service forums.netbeans.orgHi, I'm trying to mimic programmatically the process of creating and deploying axis2 web service. I generate a wsdl, then using wsdl2java I create the stub. Assuming all I want to ... |
5. where can download axis2 plugin ? forums.netbeans.org |
6. org.apache.axis2.AxisFault Testing Axis2 Web Service forums.netbeans.orgI am trying to set up Axis2 1.5.1 on TomCat 6.0.20. I've set up and configured TomCat (port 80) and Axis2 (port 8080). If I go to the url http://localhost:8080/axis2/services/Version?wsdl I ... |
7. Axis2 Web Service and AJAX forums.netbeans.orgHey can anyone help me out... Can someone post the code or direct me to a tutorial that accesses a web service using AJAX and JSP. I am trying to make ... |
8. Axis2 plugin in Netbeans 6.7.1 forums.netbeans.orgGreetings!!! I'm following this tutorial about the configuration of the Axis2 plugin in Netbeans 6.7 [1] but I don't know where to find the downloaded file. Anyone knows where to find ... |
9. Re: Axis2 plugin in Netbeans 6.7.1 forums.netbeans.orgJulian, I'm afraid I am still confused. First, the tutorial suggests you download the prebuilt WAR file from the Axis site (link provided in the tutorial), so there are no instructions ... |
10. Axis2 Service and XML reponse forums.netbeans.orgI would like to output an XML response to an Axis2 request but I cannot find how to make the java method return data as an XML type. Currently using a ... |
11. netbeans6.1 axis plugin not there ? forums.netbeans.orgHi I am facing a strange issue I just downloaded and installed the Netbeans6.1 ide 217.8 Mb in size added the axis.war to the /autodeploy folder When click on tools > ... |
12. Creating an AXIS2 client - Error forums.netbeans.orgPosted: Sat Jun 19, 2010 1:37 pm Post subject: Creating an AXIS2 client - Error hello, I Created a simple Axis2 Web Service : package NewServices; public class ... |
13. Axis2 Web Service in WebApplication forums.netbeans.org |
14. Adding libraries to an Axis2 .aar archive with axis2 plugin forums.netbeans.orgI have an axis2 service which depends on some external libraries (some jars and some projects). Now, to deploy the service, I need to include the libraries in the service archive file, but I've not been able to find any setting to obtain this using Netbeans 6.1 and Axis2 Support plugin. Any hints? Marcello Desantis |
15. [Axis2 plugin for Netbeans] How the web service Client is created by netbeans? forums.netbeans.orgHi, I'm creating a web service application that runs on axis2 web server. I've found the axis2 plugin for netbeans that seem to be very useful but I've some question about how the CLIENT is generated. I'm novice with WS so sorry if my are stupid questions. In the axis manual I read that there are about 3 manner to generate ... |
16. Re: Creating Apache Axis2 Web Services on NetBeans IDE forums.netbeans.orgJeff: I have run into a new show-stopper. Two things are going wrong. 1) Whenever I "clean and build" a project, it wipes out the context.xml file in the build\web\META-INF folder (as well as everything else in the build folder). Then when I "run" the web application project, I get this message: "..\build\web\META-INF\context.xml (The system cannot find the file specifiedI)... BUILD ... |
17. Axis2 Project in Netbeans and libraries forums.netbeans.org |
18. Unable to access custom class members of axis2 webservice on client side forums.netbeans.orgranju Joined: 11 Jan 2011 Posts: 2 Location: 99 Posted: Tue Jan 11, 2011 9:11 am Post subject: Unable to access custom class members of axis2 webservice on client side Dear Sir, I have created an axis2 webservice using netbeans6.7 .This webservice's methods consumes and return some custom class objects.But when this webservice is hosted on tomcat server ... |
19. Unable to access custom class members of axis2 webservice on client side forums.netbeans.orgranju Joined: 11 Jan 2011 Posts: 2 Location: 99 Posted: Tue Jan 11, 2011 9:14 am Post subject: Unable to access custom class members of axis2 webservice on client side Dear Sir, I have created an axis2 webservice using netbeans6.7 .This webservice's methods consumes and return some custom class objects.But when this webservice is hosted on tomcat server ... |
20. Netbeans not able to create WebService Clients from Axis2 Projekt ? forums.netbeans.org[WARNING] SOAP port "BinaryServiceHttpSoap12Endpoint": uses a non-standard SOAP 1.2 binding. line 116 of file:/E:/Java/workspace/ETelligenceClient/xml-resources/web-service-references/BinaryService/wsdl/localhost_8084/axis2/services/BinaryService.wsdl [WARNING] port "BinaryServiceHttpEndpoint" is not a SOAP port, it has no soap:address line 119 of file:/E:/Java/workspace/ETelligenceClient/xml-resources/web-service-references/BinaryService/wsdl/localhost_8084/axis2/services/BinaryService.wsdl [WARNING] port "BinaryServiceHttpEndpoint": not a standard SOAP port. The generated artifacts may not work with JAXWS runtime. line 119 of file:/E:/Java/workspace/ETelligenceClient/xml-resources/web-service-references/BinaryService/wsdl/localhost_8084/axis2/services/BinaryService.wsdl |
21. Help Needed to Creat Axis2 Service forums.netbeans.org |
22. Axis2 Support in Netbeans 7.0 forums.netbeans.orgReally? I have never used any Axis "support" in NB and have used Axis reliably for years in it. What exactly are you missing that NB made easier with regard to Axis? I remember asking years ago about Axis support and detailing quite a few things, but it didn't look like that would be added, so I just used the Axis ... |
23. Re: Netbeans not able to create WebService Clients from Axis2 Projekt ? forums.netbeans.orgHello I am getting the same warnings when I create a web service client using Netbeans v.6.7.1. The web service client is succsefully created but when I run the client and invoke the web service I always get Unsupported Endpoint Address exception. Are these warnings and exception related? The warnings are: parsing WSDL... [WARNING] port "ComposedWebServiceServicePort" is not a SOAP port, ... |
24. How to instlal Axis2 plugin for netbeans 7? forums.netbeans.orgVery appreciate for the suggestion. I have Activated Axis2 in Netbeans 7.0. When I create a New file, select Web Service, I can't find an option "Axis2 from Java Class". I have deployed Axis2.war to Glassfish 3.1 server and have verified the localhost:8080/axis2 page is display and login fine with "admin"/"axis2". And then I have restarted Netbeans and Glassfish server. Note, ... |
25. Axis2 Support in Netbeans 7.0 forums.netbeans.org |
26. Netbeans Axis2 Web Service: Results not shown with input variable in URL forums.netbeans.org |
27. Netbeans 6.5 and Axis2 1.4.1 forums.netbeans.org |
28. Axis vs. SJSAS8 + NetBeans 4.1 coderanch.comHi All, I've been very happy developing Axis v1.1 web services using NetBeans v3.6. The combination works well using the NB embedded Tomcat server. I was excited about the option of having better Web Service integration in NetBeans and was looking forward to the release of NB v4.1 which provides this embedded WS support. There were two "gotchas" in this mix, ... |
29. axis2 with netbeans 6.1 coderanch.com |
30. install & configuration axis2 with netbeans coderanch.comHi, I tried to install axis 2 plugin on NETBEANS 6.5 ide through plugin manger, in the middle iam getting error like this "Not all of the plugins have been successfully downloaded. The server may be unavailable at the moment. Try again later" I tried many times. so, could you please help me to solve this problem |
31. Axis2 Exception in NetBeans & Eclipse coderanch.com |
32. Axis2 not found in netbeans6.8 coderanch.com |
33. Netbeans Axis2 Web Service won't autodeploy coderanch.comHello guys. It's my first time with web services and i have followed this Netbeans tutorial to implement them: http://netbeans.org/kb/docs/websvc/intro-ws.html I have installed axis2 plugin and the server is up and running. I have made the web services of the example and the AxisHello.aar file is created and is incorporated in the axis2.war file. The problem is that i have to ... |
34. Netbeans axis2 Java Web Service: Results not shown with variables in URL coderanch.com |
35. Axis2 for netbeans forums.oracle.comHello, This might not be the best place to pose my question but if anyone has any ideas, they will be much appreciated. Is there a tutorial on how to develop web services with the new netbeans 6.1 beta using Axis? I have googled for it but couldn't find anything. Any ideas will be much appreciated. Thanks in advance. Antana. |