This 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, ... |
I 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 ... |
I 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 ... |
Hi, 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 ... |
|
I 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 ... |
Hey 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 ... |
|
Greetings!!! 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 ... |
Julian, 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 ... |
I 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 ... |
Hi 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 > ... |
Posted: 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 ... |
|
I 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 |
Hi, 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 ... |
Jeff: 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 ... |
|
ranju 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 ... |
ranju 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 ... |
[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 |
|
Really? 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 ... |
Hello 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, ... |
Very 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, ... |
|
|
|
Hi 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, ... |
|
Hi, 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 |
|
|
Hello 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 ... |
|
Hello, 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. |