Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
25 views

I have an existing AXIS 1 WSDL. Defining in WSDL is not working with AXIS 2 when try to generate service classes using wsdl2java. Used below code to define the element. <xs:element name="name&...
AXISDev's user avatar
0 votes
0 answers
33 views

Due to some unavoidable reasons, I have both JAXWS-2.3.1 and ApacheAxis2-1.6 in my dependencies. I have written code using JAXWS to call SOAP API. I’m encountering an issue when trying to call a SOAP ...
ask's user avatar
  • 151
0 votes
0 answers
35 views

i have an issue with eclipse and axis2 sorry if my explanation is bad. so im trying to make a simple web service for MainServiceClass class i created the web service for it and everything looks good ...
Mohamed Saidi's user avatar
-1 votes
1 answer
98 views

I need to create a client for some legacy soap services. I use java and preferably I would create a project with with proper rest endpoints that proxy request/response to this archaic sopa service. I ...
George's user avatar
  • 1,323
0 votes
1 answer
151 views

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
  • 612
-1 votes
2 answers
112 views

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
  • 7
2 votes
0 answers
3k views

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
0 votes
0 answers
20 views

This is the code I wrote,I am sure there is no problem with the address and request parameters set here. The request parameters are of XML type String result = ""; try { ...
Think_programmer's user avatar
0 votes
0 answers
356 views

I'm trying to use the WSDL2Java script to create the client classes as per the user guide but my output is limited to the following and no source is produced: Using AXIS2_HOME: C:\Users\...\axis2\...
Byte Insight's user avatar
  • 1,184
0 votes
1 answer
524 views

Recently I migrated from Apache Commons Http Client 3.x to the new Apache 4.x http client. Everything was replaced like Multithreaded Http Client Connection Manager to PoolingHttpClientManager. ...
Harsha Vardhan Sai T's user avatar
0 votes
0 answers
65 views

I have a Web service which was generated by Apache Axis2 from WSDL using eclipse-mars, running on tomcat 8.0: Skeleton of methods, generated classes of types and message reciever in out which is auto-...
xmm_581's user avatar
  • 41
0 votes
1 answer
102 views

I'm working with two projects: one is a webservice and the other contains the business logic. The webservice project has a dependency on the business logic project. To run the project, I'm using ...
Amalio's user avatar
  • 41
-1 votes
1 answer
146 views

I am currently facing an issue with converting an XML string into an object generated with AXIS2 and JAXB (unmarshalling). I'm having trouble accessing the attributes of the object using the getter ...
Philipp2706's user avatar
1 vote
1 answer
2k views

I have generated axis2 client stub using WSDL2Java command and trying to call a third party web service. I see this error in console: java.lang.ClassCastException: class org.apache.http.impl.client....
Jitesh's user avatar
  • 244
1 vote
0 answers
45 views

Occasionally we get invalid XML responses when calling webservices using Axis2. One reason beside others maybe a HTTP 500 on the other end, resulting in a non-XML response. For better debugging it ...
null8l5's user avatar
  • 11
0 votes
1 answer
253 views

I'm having a problem with generating java src from wsdl(xml file) using axis2(tried this with versions 1.6.1-1.8.2): Using this cmd command .\wsdl2java.bat -uri %PATH_TO_XML% -p org.apache.axis2....
WaterWolf's user avatar
1 vote
1 answer
135 views

I have transitive dependency on httpcore jar (from httpclient-osgi) bundle for my osgi model. when start the tomcat server, tomcat does ask for bundle-version of httpcore in MANIFEST.MF file. but ...
Prince Babbar's user avatar
1 vote
1 answer
2k views

I am new to Axis , I am trying to start Axis2 as a Standalone Server using the Standard Binary Distribution package in Linux. I went through this guide: https://axis.apache.org/axis2/java/core/docs/...
Alex Lemesios's user avatar
0 votes
1 answer
374 views

Getting this error when try to generate java classes from wsdl file. WSDL File Path : https://files.developer.sabre.com/wsdl/sabreXML1.0.00/TDSServices/GetReservationRQ/GetReservation_1.19.16.wsdl ...
Prabhu's user avatar
  • 316
0 votes
2 answers
304 views

I have a problem with wso2 EI 6.6.0. I send a https request to wso2 (soap proxy services) with a connection:close header. calls the endpoint and returns a response to the client. problem is - the ...
jakub.voves's user avatar
2 votes
2 answers
1k views

I'm retrieving some data's from the DSS using select query after that, I do some transformation using payload factory and then send it to an endpoint but when I do that First Element must contain the ...
Thamu's user avatar
  • 67
0 votes
1 answer
1k views

Is there any method to set scale = 'free_y' on the left hand (first) axis in ggplot2 and use a fixed axis on the right hand (second) axis? I have a dataset where I need to use free scales for one ...
John Conor's user avatar
0 votes
1 answer
2k views

Good day, Base on this page, https://www.eclipse.org/webtools/community/tutorials/TopDownAxis2WebService/td_tutorial.html, I am using eclipse to create a Top Down java bean web service, by using Axis2 ...
Panadol Chong's user avatar
1 vote
0 answers
174 views

I have updated the spring version from 3 to 5 but i see error when i make a request to my application Spring context file cannot be located for AxisService org.apache.axis2.AxisFault: Spring context ...
user1591156's user avatar
  • 2,045
0 votes
0 answers
31 views

I have added axis2.xml in server and trying to load the configurationContext using java code.But during loading the configuration getting classCastException for class org.apache.axis2.transport.http....
Manish Shinde's user avatar

1
2 3 4 5
48