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

2412 questions
0
votes
1 answer

Runtime Error When getResponse using Android KSOAP

My Android get a runtime error in SoapObject result = (SoapObject) envelope.getResponse(); The webservice is in my notebook (192.168.15.13), the notebook and the Android connected via LAN. I created the web service using Axis2 in Knopflerfish OSGi.…
msani
  • 53
  • 2
  • 5
0
votes
1 answer

method in server not reflected in web services client

i created the simple webservice using eclipse and AXIS2 which works fine, now i added one more method to the service it is not reflected in client. is there any way to add that method other than creating the client again?
Gopal
  • 655
  • 3
  • 9
  • 18
0
votes
1 answer

Axis2 Implementation pattern for querying several servers

Im doing a (School) project where a Client should query several Servers, the servers each run the same webservice (In Axis2 1.5.4). I think the stub-generation approach would be stupid in this case, so are there any smart ways to exploit the fact…
Sune1987
  • 155
  • 2
  • 10
0
votes
0 answers

Error while generating java classes from WSDL

I have problem to generate java classes from wsdl. I am using Intelij. Wsdl is written on php. I wrote client on php and it works fine. In java I have generators such are: wsimport, axis and axis 2 but with no result. This is error on…
gogagubi
  • 965
  • 1
  • 15
  • 36
0
votes
1 answer

AXIS2 web service with maven and tomcat,deployed as an aar

I have a Web Service deployed (as an aar) file to Axis2, I Use this tutorial: https://www.rukspot.com/blog/axis_2_sample_web_service_with_maven_and_eclipse I can get to the 'Services' page (http://localhost:7070/axis2/services/listServices) It…
Roxana Sh
  • 294
  • 1
  • 3
  • 14
0
votes
0 answers

Java : How to get the certificate information from web service server on HTTPS request in 2-ways SSL?

I'm using SOAP Axis2 Web Service with 2-ways SSL. In client side, I have set the SSL enviroment using the code given below: System.setProperty("javax.net.ssl.trustStoreType", "JKS"); System.setProperty("javax.net.ssl.trustStore",…
0
votes
0 answers

Retrieve current working directory in axis2.xml

I am stuck in a issue from past few days where am not able to retrieve the current working directory of my AXIS2_HOME directory in WEB-INF\conf\axis2.xml. I have tried inserting the AXIS2_HOME property in tomcat/bin/setenv.bat file, but no…
Mithun
  • 11
  • 4
0
votes
0 answers

java.io.IOException: Server returned HTTP response code: 500 for webservices

I am getting a java.io.IOException when I tried to access webservices insdie a jsp page. java.io.IOException: Server returned HTTP response code: 500 for URL: It shows null when I tried printing out the error. Webservices are working fine when I…
Shelly
  • 410
  • 7
  • 26
0
votes
1 answer

Can not import class ServiceClient

I instelled Axis2 which is running ok. I can see that link is visible: http://localhost:8080/axis2/services/ Issue that I am having is this: import org.apache.axis2.client.ServiceClient; public class Test { public static void main() { …
Miha Zoubek
  • 65
  • 10
0
votes
2 answers

Need to add Parameters to NewActionConfiguration but cant use a foreach inside the definition

Using Axis Communications VAPIX WSDL APIs - I'm setting up a NewActionConfiguration which takes a number of parameters that I have saved in a List but the way the API documents have the implementation I cant loop through my parameter list XML…
Dillon Tucker
  • 55
  • 1
  • 8
0
votes
1 answer

WSO2IS-Axis2 Connections are not getting closed properly. It stays in CLOSE_WAIT state until reach maximum open file limit

I am using WSO2IS 5.3.0 with Play framework. I am getting "Too many open files" error on my server once in a month. When I investigate the error I found that Axis2 connections in WSO2 is not getting closed, it loads Axis2 WSO2 jars in /tmp folder…
Sathya
  • 233
  • 1
  • 4
  • 13
0
votes
1 answer

login password web service Java

i'm developping a mobile application in Android and blackberry, I want that Users can connect from their Smartphones to Webservice witch will verify their login and password in an Oracle Database, I should maintain connection between Client and…
wael
  • 159
  • 1
  • 2
  • 9
0
votes
1 answer

Is there a flag to set datetime format to UTC when using axis2?

I cannot set the DateTime tag to type UTC, it always set the type to Local I have tried setting the property "isdst" to true. That property is available if the DS is of type xsd_tm. Note that this code is autogenerated with wsdl2rpg *…
0
votes
1 answer

Weblogic SOAP web service deployment issue

I am trying to deploy SOAP web service war on weblogic server(12) but during deployment I am getting the following exception: exception:java.lang.NoClassDefFoundError:could not initialize class org.apache.axis2.deployment.util.TempFileManager
user3675548
  • 575
  • 1
  • 4
  • 5
0
votes
1 answer

Apache axis 1.3 - Element with same name in wsdl

I have a SOAP service with following elements in wsdl file.(first one starts with lowercase 'i' and second one with uppercase 'I') Field 1 Field 2
arjuncc
  • 3,227
  • 5
  • 42
  • 77