apache-axis Questions

6

I am currently in the process of replacing the IBM WebService framework with Axis2. When generating the code from the WSDL file, I use the Maven plugin WSDL2Code. However, the code created is alway...
Cicatrix asked 2/12, 2008 at 12:34

6

Solved

I've encountered the following bug: http://issues.apache.org/jira/browse/AXIS2-4363 It states the following: This error only occurs when log level for org.apache.axiom is DEBUG so a workarou...
Flite asked 12/11, 2009 at 22:48

2

Solved

I'm creating a client with Maven2 that uses several web services. I'm restricted to using Axis2 or other framework supporting Apache HttpClient as an HTTP conduit because these services require int...
Pandolfi asked 21/7, 2011 at 2:41

6

Solved

I am getting this exception while trying to call SOAP webservice using axis. basically I have written a axis client. org.apache.commons.discovery.DiscoveryException: Class org.apache.commons.loggi...
Cavan asked 27/2, 2012 at 6:24

4

Solved

My error: java.sql.SQLException: Listener refused the connection with the following error: ORA-12516, TNS:listener could not find available handler with matching protocol stack The Connection des...
Estell asked 23/12, 2013 at 11:41

7

Solved

The error is: Exception occurred while reading or writing file {0}The Axis2 facets cannot be installed since the Axis2 runtime location has not been set. Go to the Web Services preference page and...
Archetype asked 9/2, 2010 at 15:27

5

I'm trying to create a simple "Hello" web service and I'm getting the following error: type Exception report message Servlet.init() for servlet AxisServlet threw exception description The server...
Holofernes asked 3/2, 2016 at 21:28

3

I'm trying to connect to the WebService that uses SSL but no success. I use Axis2, I found some usefull article: http://people.apache.org/~dumindu/docs/HowToConfigureSSL.html, but it is for C. In t...
Corrigendum asked 24/6, 2011 at 9:27

6

Solved

I try to connect to a Yahoo webservice. I generated the classes by axis2. The problem I am facing right now is, that the webservice requires a specific key value pair in the header and I am absolut...
Stines asked 22/8, 2012 at 11:10

15

I have been struggling with the following error the last couple of days can you please help! I generated my server and client code using the wsdl2java tool from a wsdl 2.0 file. When invoking the ...
Combes asked 12/5, 2011 at 16:36

6

I am trying to solve the below issue for last couple of days but still not able to resolve it. I have searched lots of forums but all in vain. *Little bit of history: My code was working well in t...
Indictable asked 25/11, 2013 at 0:48

2

Solved

I am trying to learn WebServices (Axis2) I am using Jboss EAP 7.0, eclipse_mars with JDK 8, and the latest Axis2 (axis2-1.7.4). When running the client code, package com.durgasoft.service; publ...
Inconsequential asked 8/5, 2017 at 12:37

3

Solved

All, I'm attempting to write a Junit test that calls a Web Service client in Axis2.1.5, and I've gotten confused about how to exactly to set it up to use WS-Addressing. I've generated a client st...
Largo asked 26/3, 2010 at 19:13

1

I am trying to build a client application that consume external server application using Axis2 and rampat 1.6. Everything seems to be fine when checking SOAP request, since SOAP get encrypted and ...
Switchblade asked 25/8, 2015 at 8:19

3

Solved

When I try to access Services, Validate and Administration link on the URL http://localhost:82/SOAPDemo/, where my Axis2 Web Application is deployed, it gives me the following error : Servlet.init...
Reticulum asked 12/4, 2016 at 10:21

5

Solved

I'm hosting a WCF Web Service with the following WSDL (a simple service using wsHttpBinding and SSL for transport security): <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xm...
Saxen asked 13/7, 2011 at 20:24

4

I configured the axistools-maven-plugin as follows: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>axistools-maven-plugin</artifactId> <version>1....
Yellowgreen asked 17/10, 2011 at 12:8

0

Axis2 version: 1.7.1 with WLS 12.1.3 Under heavy load many threads are found in BLOCKED state doing the following: [ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'"...
Viniferous asked 11/7, 2019 at 21:56

5

Solved

I am using JAXB to unmarshal an XML file into an object tree. The root object is non-null, but all of it's members are null even though there is data in the XML file. My object classes were generat...
Fluttery asked 13/4, 2010 at 21:16

3

Solved

I have a schema that defines the following type: <xsd:complexType name="Payload"> <xsd:sequence> <xsd:any namespace="##any" minOccurs="0" maxOccurs="unbounded" processContents="la...
Dahlia asked 18/12, 2012 at 21:25

8

Solved

Is there any alternative to Axis2? Or the way to make it work (different data binding, for example)? Retrieving document at '...'. Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGene...
Saturate asked 31/8, 2009 at 13:30

8

Solved

I created a web service using: Apache Axis 2 CodeGen Wizard v.1.6.2 (Binding: ADB) Eclipse Juno Tomcat 7 Java 6 The Service returns a Custom Java Object (DataBean) back to the client, but I st...
Mitchiner asked 15/5, 2013 at 12:58

1

Solved

I work on a web application that calls multiple web service clients from within its code. Each web service has some common namespaces, however I am currently mapping these namespaces to different ...
Homestead asked 14/8, 2018 at 19:41

3

In my project, I will have to develop a some data in/out interfaces based on Web Service technology. So until now I have studied about it. What I am curious about Web Service with Java is what libr...
Sainthood asked 4/12, 2012 at 10:34

1

Solved

I'm using Axis2-1.6.1 and have been able to successfully send a SOAP request. Here's an example of the request: <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="htt...
Drivein asked 8/1, 2018 at 22:4

© 2022 - 2024 — McMap. All rights reserved.