apache-axis Questions

1

Solved

I'm trying generate a WSDL from java code with Apache Axis2 using IntelliJ (latest and greatest version of ultimate), but the following screen just jiggles for a few seconds and nothing happens. Do...
Oxbow asked 8/9, 2017 at 23:31

1

Solved

I have created a Java client to interact with a SOAP webservice using Axis2 (1.7.6) as code generator. The problem is with some inputs the client is throwing an exception with the message: org.apa...
Grevera asked 21/11, 2017 at 19:35

2

Solved

I have created an AXIS service which connects to WSO2 Identity Server and validates a token. When I deploy this axis service on WSO2 App Server, I get the correct response. Where as when I deploy i...
Haas asked 3/10, 2013 at 9:27

1

In my project I have the following project structure: I have a module that is producing a war file and can be deployed inside a Tomcat application server. This module has dependencies on Axis2 lib...

4

Solved

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 g...
Chaunce asked 13/5, 2011 at 5:45

4

Solved

What is the difference between: JAX-WS Axis2 CXF All three can be used to create webservices in Java. As of I know JAX-WS is a specification and Axis2 and CXF are implementations, but Java 1.6 ...
Manipulator asked 19/7, 2012 at 17:56

3

I am using Apache Axis for web service automation. I am preparing SOAP requests via Axis and hitting the web service further. What I am looking for is how to print the SOAP request content which i...
Custom asked 3/12, 2013 at 11:22

1

Solved

We are getting this error related to AXIS2 1.7.3. We are running Tomcat8 with the latest Java8. java.io.IOException: APR error: -730054 org.apache.axis2.AxisFault: java.io.IOException: APR error: ...
Nickienicklaus asked 26/9, 2016 at 18:46

1

Solved

I'm upgrading from ColdFusion 9 to ColdFusion 2016 and my web services suddenly no longer work. I believe it's because Axis 2 was introduced in Cold Fusion 10 and with it rendered my existing web s...
Plump asked 6/12, 2016 at 16:12

4

Solved

I am using Axis2 for developing webservices . I started from WSDL file , and used WSDL2Java command line and generated all the sever related code (Skeltons) , wrote services.xml file , modified th...
Limen asked 21/9, 2011 at 15:11

5

Solved

I would like to log all requests/responses made by an axis2 client. I tried to create a file called client-config.wsdd as describer in http://code.google.com/support/bin/answer.py?hl=en&answer=...
Saffian asked 26/3, 2010 at 15:14

2

please help currently I'm building a system that allowing the restful (jersey 1.12) to be invoked by some webservices (Axis2) the scenario is like this: client --> webservice (Axis2) --> restfu...
Lowpressure asked 12/3, 2012 at 11:57

1

Solved

As clearly visible here, the Axis 2 Maven dependency has several versions higher than version 1.6.3. However, they all fail to download when I build (actually when I edit & save my pom.xml) in ...
Osmond asked 16/10, 2016 at 20:59

2

I received the following WSDL from a vendor. The sample service behind it runs on Microsoft .NET. I need to create a web service in Java based on this WSDL. <?xml version="1.0" encoding="utf-8"...
Bedchamber asked 26/9, 2016 at 11:35

2

I am using Tomcat 7 server and Axis 2 1.7 runtime in eclipse. I have a WSDL file which is generated in Axis 2. so go for Topdown approach to generate a webservice class (skeleton). I selected my ...
Icarus asked 4/3, 2016 at 13:48

5

Solved

hello every one i am working java web service where i need to use axis 2 . i follow the some tutorial for resolve this issue .. Steps which i followed 1) i selected Windows option and then its s...
Passed asked 1/3, 2014 at 4:56

3

After i upgraded the axis2 from 1.6.2 to 1.7.0 i get the following exception: "The ServiceClass object does not implement the required method in the following form: OMElement" most of the answers...
Currajong asked 1/3, 2016 at 10:17

2

Solved

We are using axis2 to generate web-service clients, (I regret this now!). With axis2 command-line tool you can pass switch -Euwc to wrap int into Integer, boolean into Boolean and so on in generate...
Parenthesize asked 31/5, 2011 at 14:21

2

Solved

I have been trying to find out the exact reason for the error and this looks like a common error to many of them using Axis but i could not able to fix them with any thing which i was able to find ...
Gameto asked 20/1, 2014 at 9:0

1

I'm trying to understand ws-security signing and encryption. I've followed this guide. As mentioned I've Installed rampart, have created the relevant *.aar file successfully and deployed it in the ...
Party asked 12/12, 2013 at 17:6

2

Solved

I have to make a web service client from an wsdl file. I have followed tutorial to create and test the service client in the eclipse wizard, and (I thought that I have implemented the code to call ...
Klecka asked 8/12, 2010 at 6:25

5

I already have soap based web service running with axis2 1.3. These day, we have a plan to develop RESTful web service using Jersey 1.6. I made web application( war file ) with axis2 1.3 and Jerse...
Award asked 4/4, 2011 at 19:10

1

Solved

We are in the process of migrating a WebLogic 10.3.5 web app to WebLogic 12.1.3 and we've run into an issue which we think might be related to web services security. The app uses Axis 1.5.6 to call...
Laboured asked 19/10, 2015 at 18:54

5

I am trying to generate an axis2 webservice from a wsdl file in eclipse. I am hitting this error message : Unable to add the following facetsto project AnnuaireAAAAAAAA: Axis2 Web Services Extens...
Amicable asked 7/6, 2013 at 12:28

2

Solved

I am developing a webapp with an embedded webservice with Axis2 using Maven. The service implementation is a POJO with RPC-style interaction, the target appserver is Tomcat running the Axis2 servle...
Cavalla asked 22/5, 2013 at 13:19

© 2022 - 2024 — McMap. All rights reserved.