server « axis « Java Enterprise Q&A





1. Axis2 on server with different clients    stackoverflow.com

Is it possible to run axis2 on the server and the clients sending the soap messages not use axis? This uses an in-out process. If so, have you seen any ...

2. client not able to communicate to the server through a webservice    stackoverflow.com

java.net.SocketTimeoutException: Read timed out
 at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
 at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:701)
 at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
 at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
 at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
 at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
 at org.apache.axis.client.Call.invoke(Call.java:2767)
 at org.apache.axis.client.Call.invoke(Call.java:2443)
 at org.apache.axis.client.Call.invoke(Call.java:2366)
 at org.apache.axis.client.Call.invoke(Call.java:1812)
 at com.medplus.hub.results.webservice.ResultsServicePortStub.getHL7Results(Unknown Source)
 at hl7.HL7QuestHub.getResults(HL7QuestHub.java:4884)
 at hl7.HL7QuestHub.execute(HL7QuestHub.java:4837)
 ...

3. How can I find more details for an AxisFault "Server Error"    stackoverflow.com

I am using JBoss 5.1.0GA and my code has a dependency on a 3rd party client that I believe was created using axis WSDL2JAVA. When I execute some code that ...

4. Axis WSDL2Java generated code: Server Error when performing requests in quick succession    stackoverflow.com

I have been provided with a 3rd party wsdl and a deployment descriptor etc for custom encryption for an Axis web service. I used WSDL2Java to generate the java classes and ...

5. How to perform automatic webservice discovery on JEE application server?    stackoverflow.com

I have a JEE application running on JBoss EAP 4.3 which I want to consume an Axis 1.4 webservice that is part of another WAR, one that is generated from within ...

6. Axis2 Implementation pattern for querying several servers    stackoverflow.com

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 ...

7. method in server not reflected in web services client    stackoverflow.com

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 ...

8. Using Axis 1.4 to failover to another server "Read Timed out"    stackoverflow.com

Using Axis 1.4 I am attempting a connection to a web service, this returns a fault as it is off, although when it then tries to connect to the failover/Secondary web ...

9. Difference of same installation of EAServer 5.3 (32 bit) JDK 1.4.2_06 between Windows Server 2003 32 bit and 64 bit For ClassLoading    stackoverflow.com

we have two servers where same installation of EAServer 5.3 (32 bit) jdk 1.4.2_06 is made. The first server is Windows Server 2003 (32 bit) and the second is Windows Server 2003 ...





10. How to find out the server side framework using Axis2?    stackoverflow.com

After going through the following article I came to know that if Axis2 is used on both ends, we could expect high improvements in performance. Link : http://wso2.org/library/91

   ...

11. apache axis2 websevice doesnt work on the online server!    stackoverflow.com

I've developed a web service using apache axis2 and eclipse which consists of these methods:

String getStatus()
Stock[] getStocksList(String username, String password)
Collection<AdviserMsg> getMsgsFromTseTmc()
AdviserMsg[] getMsgList(String username, String password)
The services work fine on the local ...

12. Exception in creating webservices from axis2 with tomcat6 server    stackoverflow.com

I am trying to create a webservice from java application. I am using tomcat 6 server and axis2 ..i had installed axis2 and set the runtime location for axis2 inside Web services>Axis2 ...

13. Redeploy an existing Axis2 web service in remote server    stackoverflow.com

I am trying to redeploy an Axis2 web service in a remote server. I am doing this by uploading the .aar file from the axis2 admin console. I know 'hot update' ...

14. Alternative to Apache Tribes for Clustering of Axis2 Servers?    stackoverflow.com

Currently i searching for possible Clustering technologies usable by Apache Axis2 servers. I know that WSO2 Platform uses Apache Tribes for their Servers which are based on Axis2? I want to ...

15. Invoke another webserivce client in another webservice server    stackoverflow.com

We re new to webservices. We are unable to invoke the webservice client in another webservice server. If we dont have the soap header in soap request its working fine. If ...

16. Creating Axis2 Asynchronous Webservice(Server Side)    stackoverflow.com

We are trying to implement Axis 2 Asynchronous webservice but we dnt know how to test that webservice, to make sure that is asynchronous or not. Is it require for ...





18. Cannot run AXIS 1.1 RC2 inside J2EE 1.2 complaint application server ?    coderanch.com

Hi All, I am not using WebSphere 4.0 or WebSphere 5.0 provided web services soap engine but the axis soap engine that I download from Apache website. I am trying deploy AXIS 1.1 RC2 (I need to work only with AXIS 1.1 RC2 but not AXIS 1.2 RC2 due to some project constraints) as a web application inside WSAD 5.1.2 WebSphere ...

19. Axis, deploy webservice without starting server    coderanch.com

may be you can write an ant script that does below : a. add an entry for each of your newly created web service into your AXIS Web Applications server-config.wsdd file b. using tomcat provided ant tasks to restart your tomcat server. i believe there are free available ant tasks scripts on NET for this.

20. Server does not load custom axis (De)Serializers    coderanch.com

Hi All, I am very fond of JiBX and I am trying to use it for implementing my own (De)Serializers replacing AXIS default (De)Serializers. However when I register my (De)Serializers with AXIS's server-config.wsdd file and start my web service deployed on WebSphere 5.0, I am getting an exception which in simple terms translates to "com.tri.TriJibxDeserFactory Unable to create Tri JiBX deserializer ...

23. axis and Server.userException    coderanch.com

24. Problem in Axis 1.4 Client Virtual IP (For Load Balancing at Server).    coderanch.com

Hello All, I am getting the following error when Axis-1.4 Web Service Client invokes weblogic webservice at Virtual IP. The same Axis-1.4 Client program works fine in normal cases (without Virtual IP). Client Created using Axis-1.1 works fine for the virtual IP. The Client Stub was generated using Eclipse. Please Help! org.apache.commons.httpclient.NoHttpResponseException: The server 10.1.68.12 failed to respond at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1976) at ...

26. ActiveVOS Server does not support the Apache Axis Web service runtime    coderanch.com

i try to use eclipse's web service client tool. whenever i input a valid service definition, it will inform "No server has been selected. The Web service client will not be deployed, installed, or run." but when i try to select a server (there is only one server to select:activevos server), it will report error "ActiveVOS Server does not support the ...

27. org.apache.axis2.AxisFault: Server was unable to process request. ---> Object reference not set to a    coderanch.com

Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.ebworx.hostintegration.adapters.webservice.WebserviceClientAdapter.sendReceive(WebserviceClientAdapter.java:218) ... 37 more Caused by: org.apache.axis2.AxisFault: Server was unable to process request. ---> Object reference not set to an instance of an object. at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:512) at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:370) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:416) at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228) at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163) at com.dectechsolutions.cimb.crde.ServiceStub.RCSCRDECall(ServiceStub.java:256) at com.dectechsolutions.cimb.crde.ServiceStub.RCSCRDECall(ServiceStub.java:197) ... 42 more i have gotten this error when i ...

29. How to catch org.apache.axis2.AxisFault on server side    coderanch.com

I should have been more specific on my question. The invokeBusinessLogic method in the generated MessageReceiverInputOutput class is called by the axis library. The invokeBusinessLogic method calls the method in the generated Skeleton class. Everything is fined in the return from the Skeleton method and invokeBusinessLogic. The problem is when axis returns the response back to the HTTPServlet and the servlet ...

30. Setting cookies on Axis2 client request for Exchange server    coderanch.com

Hi, I have generated classes using Axis2 1.4 tool for Exchange 2007 Web services. Now I am connecting Exchange server using Exchange server credentials which are working fine and able to get the results from Exchange server. Now, I have to implement SSO for the same. In this case we are retrieving cookies from server (In my case IBM portal server) ...

31. axis2 server on https/ssl    coderanch.com