Tagged Questions
2
votes
0answers
23 views
Using JAW-XS Annotations in Tomcat/Axis2
I'm working on a java web services and I would like to use JAW-XS annotations (to configure the web service) and deploy it with tomcat 7/Axis2.
But I always get an error, whatever I try.
So here my ...
2
votes
1answer
25 views
Test example in unofficial axis2/c
Hello i would like to ask a question regarding the unofficial axis2/c.
I installed the latest release and tried to run the example "ExampleJsonEchoClient" (found in ...
0
votes
1answer
12 views
Specify date format in WSDL
I created a simple web service and a WSDL for it. In my WSDL I have five parameters for my SOAP response.
<message name="EmailStatusResponse">
<part name='id' type='xsd:integer'/>
...
0
votes
2answers
24 views
Axis2/c error in instalaltion
My problem is the following one:
When installing Axis2/c under the guidance of http://petio.org/ws/web_services_page7.html , which seems to be an adjusted manual from the official site I have a ...
0
votes
0answers
21 views
How to get the correct type of result of a web service call with java and axis2
I am making a web service in Eclipse, using axis2. I have been following this tutorial, and making small modifications to suit my own project. The web service is a search engine, and the service ...
0
votes
2answers
18 views
Add namespace prefix Axis2
This is envelope which i wanna to send to service:
<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body ...
0
votes
0answers
14 views
Are Java web applications prepared differently than java console based application using Apache Axis2?
I am working on consuming web services from some "System". I have created my web service client using Apache Axis2.
Now I am stuck with one situation
1) if i am testing this client with java console ...
0
votes
1answer
12 views
Custom error page to handle Axis2Fault , EPR not found
I have created a new web service project which works fine, when trying to access using correct url i am able to view the wsdl on the browser.
But when a wrong url is typed stack trace is being shown ...
0
votes
0answers
34 views
getting org.apache.axis2.databinding.ADBException: Unsupported type anyType using Axis2
I have created a Axis2 Service whenever I try to run this service using Junit test or using manually created test class I get this exception.
Am using Jboss.
what I am doing wrong?
...
0
votes
1answer
21 views
Create simple SOAP WEB SERVICE in java using axis2?
any one here have idea about creating SOAP Web service by following steps.
1.Creating Web service Class
2.Creating arr file using ant build file and
3.publish and access web service using web service ...
0
votes
0answers
11 views
changing the axis2 url for “services” to another name
I have intergrated axis 2 and axis 1.4 in my webapplication. so to differentiate both the services I changed the servlet configuration and in axis2.xml accordingly. both webservices are working.But ...
0
votes
0answers
26 views
Getting Exception while generating Axis2 Client from Eclipse: QName is null
I am using eclipse, Jboss and Axis2,
getting following exception while generating webServiceClient from Eclipse
Exception occurred during code generation for WSDL : ...
0
votes
0answers
30 views
How to access axis2 webservice running on tomcat server in android application?
I am not able to get data from my axis2 webservice in my android application when i start the tomcat server independently(Without using Eclipse),I can access this webservice through browsers but data ...
0
votes
0answers
26 views
multi module aggregation in maven
i. We need to generate class files from a wsdl file using axis 2 maven plugin.
ii. The issue is that both the files are in separate modules [aar module for wsdl file, srv module for java classes]
...
0
votes
1answer
38 views
Webservice using axis2 in tomcat
I am new to develop web services.i am using axis2 to create web service and deploy in tomcat.I do it by getting some knowledge from the blogs and deploy it in tomcat7 no problem.when i check that web ...