Apache Axis is a Web Services engine/framework that works with multiple languages. Use for all versions of Apache Axis. If your question is about a specific language version, use the tag for that language (i.e. Axis C should use [c] )
Questions tagged [apache-axis]
2412 questions
0
votes
1 answer
Tomcat Axis2 - Not seeing spring jars
I've been reading information online about this for several hours now and I'm at a loss.
I've successfully got Tomcat 7 running with Axis2 in a servlet. I can view non-spring based jsps just fine. The moment I try to integrate spring the whole thing…

Sam
- 25
- 4
0
votes
0 answers
Generate SOAP service with SOAP action
I am new into SOAP services as I always used REST so this question may feel dumb, I just need some coaching into this technology because I don't know where to start on.
So, I have a SOAP service to be consumed by another software, and that software…

Carlos López Marí
- 1,432
- 3
- 18
- 45
0
votes
1 answer
'XMLBeans' stubs : no setters/getters in request/response objects : empty datatypes?
I've created stubs using -d xmlbeans option. Here is the full command :
wsdl2java.bat -u -d xmlbeans -ns2p…

Firefox
- 941
- 2
- 14
- 22
0
votes
1 answer
Axis2 deployment issues
i have installed apache and tomcat6 .. i have downloaded and installed axis2 1.5.4 .. now when i go the services list and click on the default service version i got this error ..
The endpoint reference (EPR) for the
Operation not found is
…

AhmadAssaf
- 3,556
- 5
- 31
- 42
0
votes
1 answer
Axis2 maven plugin with xmlbean binding producing unknown symbol innerType and addNew()
I am trying to build stub from wsdl using axis2 maven plugin.It is generating a stub file with unknown literals innerType and addNew().
I am using below versions
axis2 : 1.5.1
xmlbeans : 2.3.0
stub file extends org.apache.xmlbeans.XmlObject.
I tried…

nikhil
- 877
- 3
- 11
- 36
0
votes
1 answer
port out of range:-1 for Web Socket API via WSO2 API Manager
I am trying to run a web-socket service via a WSO2 API Manager (as an API Gateway). I had a working proof-of-concept with the gateway running against a service on my laptop (gateway is on a server, but i ran the service in Eclipse to test it). Now…

Adam
- 6,539
- 3
- 39
- 65
0
votes
1 answer
how to fix setPayloadJSON error in wso2 ei
I'm trying to remove an element of a request json payload before sending to the back end, I tried to delete the required parameter in javascript meditator in wso2 ei, When i run the API, i get following error,
javax.script.ScriptException:…

Anushka Ekanayake
- 977
- 2
- 13
- 33
0
votes
2 answers
Namespace issue calling Axis2 web service from Flex4 with client generated by Flex Builder introspection
I have a java-based web service built with Axis2. The WSDL was generated by the Eclipse 3.6 wizard.
I have a Flex 4 client built using introspection via the WSDL in Flash Builder 4.
For calls where the method takes a 'simple' type like String or…

Darrell Berry
- 203
- 2
- 14
0
votes
1 answer
How to attach apache-httpclient-4.x to axis2 stub
I’ve got a problem with my axis2 soap client app (nonprofessional). I used axis2, because the generated client worked out of the box. The CXF or metro clients are throwing a lot of warnings because of policies. The webservice server is generated by…

TimeBandit
- 61
- 1
- 9
0
votes
1 answer
Why axis2 generated proxy does not have any ServiceLocator class
I am new to Web Services. I have to use the crm web services to perform some task from my java application. I am using Eclipse Galileo on Tomcat Application server. I have downloaded the WSDL from CRM web site and generated the Proxies through Axis2…

Soutik
- 1
- 1
0
votes
1 answer
Axis 2 migration from 1.5.3 to 1.7.9 issue
I am trying to upgrade my project from Axis 2 1.5.3 to Axis 2 1.7.9. I have removed all the jars belonging to Axis 2 1.5.3 version & replaced them with 1.7.9; but it is throwing the above erro
java.lang.NoSuchMethodError:…

Sourav Dalal
- 1
- 1
- 3
0
votes
0 answers
WSDL Array Complex Type not typed in Java output
When using the Axis2 WSDL2Java tool, the array seems to be not typed and therefore have to cast an object to add it.
…

Imdad
- 769
- 1
- 11
- 31
0
votes
1 answer
Bar format (kind) is not displaying the right plot (matplotlib)
I need to do a plot using three variables. One of them should be on the secondary Y axis in bar format (kind), the remaining variables (two) should be on the left axis using a simple line. However, I got the following chart:
When I use the three…

Newbie
- 451
- 1
- 3
- 14
0
votes
1 answer
com.ibm.ws.webcontainer.servlet.ServletWrapper java.lang.NoClassDefFoundError: org.apache.woden.resolver.URIResolver
Deployed webservice based application on WebSphere 8.5.5.14 version.
What I've tried:
Set the parent last parameter in WebSphere
Rebuilding ear and webservices
Tomcat run war without any problems.
Added all the jar files path in Manifest.MF…

Palanivel Manoharan
- 21
- 4
0
votes
1 answer
How to deserialize xml into a java object generated from axis2
I used Eclipse to generate a java client code stub given a third party wsdl. The client works great, I'm able to access the webservice an do what I need to do.
Now, I'd like to write some unit tests that can run without needing to be connected to…

Upgradingdave
- 12,916
- 10
- 62
- 72