apache-axis Questions

1

Solved

I need help migrating an Axis project to Axis2. I'm working on an older Axis project, and some of the Java classes were generated from WSDL using the older WSDL2Java tool. The problem now is, Ja...
Triage asked 23/5, 2012 at 0:51

2

I installed the Axis2 Code Generator for Eclipse, and am trying to create a Web Service Client. Here's what I'm filling out in the dialog: When I try to submit this, I get an error: I only g...
Puberty asked 22/7, 2011 at 14:6

3

I'm having a problem with an incorrect HTTP Response Content-Type header while accessing an Axis2 web service hosted in Tomcat behind Apache through an AJP/1.3 connector. I can access the web serv...
Onwards asked 3/8, 2010 at 18:32

2

Solved

I would like to implement method overloading in the Java web service class as follows: public String myMethod(User user) { // My code } public String myMethod(User[] user) { for(int i=0; i<...
Lorca asked 25/4, 2012 at 16:37

4

I have a third party WSDL, I need to write code in Java for a web service client to invoke the operations in the third party WSDL. Right now, I have generated the client stub using the WSDL2JAVA to...
Mcnulty asked 27/8, 2010 at 22:46

1

I have webservice (server-side) implemented using axis2 in my project. We want to enable WS-security in the existing web services. We are evaluating if apache ramapart module fits our need. Here is...
Unanimity asked 6/10, 2011 at 7:7

2

So I'm running out of ideas to try to actually get a client to connect to the SOAP service I'm running through axis2. I tried two methods, one was to use wsdl2java to build the stub and associated...
Jalbert asked 1/6, 2010 at 21:40

2

I have a Jar file that I have created using 3rd party library. When I packaged the jar file, I am including several xml files inside it in a folder named data data - file1.xml - file2.xml - fil...
Mateusz asked 10/1, 2012 at 2:38

1

Is it possible to easily attach a client certificate to a Axis2 stub generated using wsdl2java? I need to change the client certificate dynamically on a per-request basis, so simply storing it in t...
Jacie asked 26/12, 2011 at 22:20

1

Solved

How can I return an arbitrary XML document using an Eclipse/AXIS2 POJO Service? For full background details, see this question: Java Web Service returns string with > and < instead o...
Bechance asked 24/10, 2011 at 14:50

2

Hi trying to generate a security header in a Java Axis2 Client program in the format of. <soapenv:Header> <wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/04/secext> &lt...
Celin asked 1/7, 2010 at 8:6

2

My method returns a Map<Integer, String[]>. Is it possible to pass it through to a Web Service?
Bohman asked 12/10, 2011 at 9:26

1

Solved

There are 4 ways to create Clients in Axis 2 as shown 1.building an AXIOM based client, 2.generating a client using Axis2 Databinding Framework (ADB), 3.generating a client using XMLBeans, 4.and...
Consequently asked 18/9, 2011 at 18:15

3

Solved

I have a WCF client connecting to a Java based Axis2 web service (outside my control). It is about to have WS-Security applied to it, and I need to fix the .NET client. However, I am struggling to ...
Training asked 23/6, 2010 at 14:47

2

Solved

I have written a simple web service which takes string as an argument and returns a String as output. The service is something like this : @WebService(name = "MyWebService", serviceName = "MyWeb...
Subdual asked 10/8, 2011 at 18:21

3

Solved

I'd like to use the "Web Service Client" wizard to create a web service client in Eclipse, but the wizard doesn't allow me to choose Axis2 as the web service runtime; I'm stuck with just plain Axis...
Masker asked 21/7, 2011 at 21:5

2

Solved

I have a service that needs to generate xml. Currently I am using jaxb and a Marshaller to create the xml using a StringWriter. Here is the current output that I am getting. <CompanyName>Ba...
Nationalism asked 16/7, 2011 at 1:37

1

Solved

I had added the Axis2_Codegen_Wizard_1.3.0,Axis2_Service_Archiver_1.3.0 to eclipse plugin. On clicking finish button, after I go through all the steps which include specifying wsdl file path and ou...
Fortalice asked 12/7, 2011 at 5:28

1

Are the Stubs generated by WSDL2JAVA (using XMLBeans binding option) through Axis2 1.5.4 thread-safe? Actually I have created one Stub for a Web Service that I am invoking through multiple thread...
Flaggy asked 12/5, 2011 at 12:30

1

Solved

I have problem with axis2+rampart WS-Security response in case of server internal error. When server returns "200 OK" all seems ok. Response is checked by rampart if it has proper timestamp, signat...
Jus asked 1/4, 2011 at 9:42

1

Solved

Axis2 supports Web Service creation using AXIOM, JAXB, ADB and XMLBeans. I am new in this area of Web Service development and want to create a Web Service using Axis2. The web service is going to b...
Motor asked 16/2, 2011 at 23:13

6

Solved

I have a web-service written in Java, hosted on an Axis2 / Tomcat / Apache server. My client software is written in C#. I have had a few irritating problems with the way java2wsdl generates the wsd...
Scottie asked 16/6, 2009 at 10:4

6

I'm new to web-services and have read up some info about XML,SOAP,and WSDL. It's very interesting! I'm working on an existing project that has a web-service and client. However the client the 'high...
Exhaustless asked 23/7, 2010 at 9:6

2

Solved

Though this might appear as a duplicate of Java Web Services , I would like to know Where to start and to continue.In the past, I have invested so much of time to find where to start but I wasn't a...
Eulogize asked 11/5, 2010 at 12:7

2

Solved

I am trying to create a web service, my tools of trade are: ** Axis2, Eclipse, Tomcat, Ant ** I need to create a web service from Code, i.e. Write a basic java class which will have the meth...
Duwe asked 1/4, 2010 at 8:33

© 2022 - 2024 — McMap. All rights reserved.