Skip to main content

Questions tagged [apache-axis]

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] )

apache-axis
0 votes
0 answers
26 views

Axis 1.4 not setting correct type of parameter

i am trying to communicate to an API (an outdated one at that, as you can tell by my use of Axis 1.4), and been having trouble setting the type of the parameter. I am defining and adding it to the ...
extGreenJ's user avatar
0 votes
0 answers
86 views

How to create a JAVA SOAP Web Service?

I want to create a SOAP Web Service. I am using JDK 17, Axis2 1.8.2, Tomcat 10.1, Eclips (2024-03). I want to implement some endpoints to call with SOAP UI or other client. Issues: After creating the ...
MD HABIBULLA's user avatar
0 votes
0 answers
26 views

org.apache.axis.monitor.SOAPMonitorService supported in wildfly 27?

I want to upgrade my app to wildfly 27. In the web.xml file we use servlet name is SOAPMonitorService servlet class is org.apache.axis.monitor.SOAPMonitorService When i run the server i get an error ...
Lilach Hyman Papis's user avatar
0 votes
1 answer
38 views

What is the alternate of AxisHTTPSessionListener?

I am using AxisHTTPSessionListener in my web.xml as listener like below. <listener> <listener-class>org.apache.axis.transport.http.AxisHTTPSessionListener</listener-class> </...
Remo's user avatar
  • 594
0 votes
0 answers
54 views

Failure to Install Axis2 1.8.2 Eclipse Plugins

I've downloaded the Apache Axis2 1.8.2 Eclipse plugins from https://axis.apache.org/axis2/java/core/download.html: axis2.eclipse.codegen.plugin-1.8.2-dist.zip axis2.eclipse.service.plugin-1.8.2-dist....
Iker Morales Romero's user avatar
0 votes
0 answers
13 views

NonRepeatableRequestException occurs when setting ProxyProperties

I'm using Axis2 (1.8) and Java8 ,HttpCLient4.5 NonRepeatableRequestException occurs when setting ProxyProperties I am writing code like below Options options = stub._getServiceClient().getOptions(); ...
yakanpod's user avatar
0 votes
2 answers
65 views

java - soap xml document character Invocation arguments were modified at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)

I have a java class XMLHelper.java that has a method called parseFromString. This method receives a string xml soap request, parses it and converts it into a Document. This method convert the hex ...
C. M.'s user avatar
  • 13
0 votes
0 answers
45 views

AXIS2- Receive SOAP response despite exception

I can send a request to a specific endpoint using SoapUI and get a response similar to the example response below. <soap:Envelopexmlns:soap='http: schemas.xmlsoap.org soap envelope'> <soap:...
Philipp2706's user avatar
0 votes
0 answers
85 views

Exception occurred during code generation for WSDL : null on WSDL Axis2 1.18 Client generation

I have a WSDL file from a SOAP Web service provided by another company to us. Based on that WSDL in our project we have generated a Client Stub by using Eclipse and Axis2 v1.7.9. Because of some ...
Cristina's user avatar
0 votes
0 answers
17 views

error in captcha generation {} org.apache.axis.AxisFault: (404)Not Found Spring Boot Application

I am getting the error in captcha generation {} org.apache.axis.AxisFault: (404)Not Found while generating captcha using webservice. I am using Springboot 2.6.3 and java 1.8 I have checked that in my ...
Mohan Lal Mourya's user avatar
0 votes
0 answers
24 views

Upgrade from Axis 1.62 to Axis 1.79 and disable SOAPAction validation

I am novice on AXIS framework and handling a legacy support product. While I upgraded one of my service from Axis 1.62 to Axis 1.79. Service started giving error only on higher prod. it is works fine ...
Ish Arora's user avatar
0 votes
0 answers
49 views

SOAP Operation not found if WSA Action is null

There is an old Axis2 V1.6.3 server which I tried to upgrade to 1.8.2. After the upgrade, server responds for all SOAP client requests: org.apache.axis2.AxisFault: The endpoint reference (EPR) for ...
daheile's user avatar
0 votes
0 answers
22 views

How to consume RPC encoded WSDL in JAX-WS 2+

We are trying to consume encoded wsdl in our application. Tried using Apache Axis 1.4 but it is now not in use and so it has some security flaws so can not use it. Can someone help with some other ...
Shivam Sajwan's user avatar
0 votes
0 answers
53 views

Send attachments with Axis-generated SOAP client

I have a service that needs some attachments sent with the SOAP request. For this service I generated a client using Maven's axis2-wsdl2code-maven-plugin and Apache Axis2 1.8.0. The generated stub ...
queeg's user avatar
  • 8,894
2 votes
0 answers
771 views

Does Axis 2 support Java 17?

I get the following error while using Axis 2 with Java 17. Previously, I was using Java 8. It was all good. During this migration (from Java 8 to Java 17) I getg this error. Can any one help me here ...
amateur geek's user avatar

15 30 50 per page
1
2 3 4 5
162