1. Axis loading modules - Creating tempfile and failing stackoverflow.comWe are using axis for webservice communication between different system in house. Every once in a while the axis calls fail with a:
|
2. Server name in XML response message? stackoverflow.comI'm currently developing a set of webservices in Java, to host on Axis2 running over WebLogic 10.3.0. These webservices receive and return SOAP messages. As I have a clustered environment on WebLogic, ... |
3. Axis2 webservice (aar archive) properties file stackoverflow.comI'm currently developing a set of SOAP webservices over Axis2, deployed over a clustered WebLogic 10.3.2 environment. My webservices use some user settings that I want to be editable without the need ... |
4. Weblogic 10.3 with axis stackoverflow.comI am migrating from weblogic 8.1 to 10.3 with JRockit1.6. When accesing the webservice using jaxrpc.Call.Invoke() method, it throws NullPointerException. I had a workaround fix of using the Xerces.jar to be ... |
5. Axis2 Weblogic 10 jar conflict stackoverflow.comI am trying to deploy a axis2 webservice client on Weblogic 10 server. However i get the below error : java.lang.ClassCastException: com.ctc.wstx.stax.WstxInputFactory at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:136) ... |
6. Axis works with the URL Pattern /services/* and not with /services/Handler stackoverflow.comI am deploying a webservice with Axis in Weblogic 10.3. Everything works fine when i have URL-Pattern as "/services/*" in the web.xml but the same URL throws an Exception TargetService is ... |
7. Axis2 webservice client weblogic webservice client jar confilct stackoverflow.comMy application is a war deployed in weblogic 10. In one of my class, I need to make 2 webservice calls A and W. A is based on AXIS2 using wstx-asl-3.2.4.jar, ... |
8. How do I return a (custom) SOAPFault from an Axis web service? stackoverflow.comI have some WSDL from which I need to generate a web service implementation. I'm using Eclipse, and Axis1.4, and running on Weblogic9.2. Generating the server stubs goes fine, and I've implemented ... |
9. axis web service deploying in weblogic stackoverflow.comWe are distributing a war file file to a client to be deployed to weblogic. It will have 1 axis web service. It seems that I have to run an ant task ... |
10. Installing Axis into WebLogic 8.1? coderanch.com |
11. Got Axis\index.html running under WebLogic 8.1 coderanch.comAll, After successfully deploying AXIS 1.1 to WebLogic 8.1 I discovered that some of the links in axis\index.html kept coming up with the dreaded "Class Not Found Error". The problem is with the WebLogic class loader. It is an old problem that I saw being referenced as far back as WebLogic 6.1 SP1. The solution was to go into the startWebLogic.cmd ... |
12. Does Weblogic Workshop use Axis coderanch.com |
13. Newbie - Axis on Weblogic 8 coderanch.com |
14. error while invoking axis AdminService in weblogic 8.1.3 environment coderanch.com |
15. how to configure Axis with Ecipse and Weblogic coderanch.com |
16. How to implement Axis webservice in Weblogic 8.1 server coderanch.com |
17. Weblogic 6.1 and Axis coderanch.com |
18. Apache Axis vs. WebLogic coderanch.comWe have an application developed on BEA WebLogic 8. One of my coworkers recently got frustrated with the BEA implementaton of WebServices, so he started working with Apache Axis. I don't like the idea of using two competing technologies in one application, and I'm also not happy that he didn't discuss this with us before going off on his own. Still, ... |
19. Axis2 and WebLogic 8.1 - Erroneous handlers coderanch.comI am using Axis2 on WebLogic 8.1. When I access my webservice via a RPC client, it works fine. But when I access it by embedding that RPC code into an an EJB (deployed on the same server as the webservice), I get the following exception: |
20. Axis2 with WebLogic 9.1 (Deploy Problem) coderanch.comI'm not sure what you mean by "embeddable - is that a WebLogic thing? Otherwise, Axis is just a standard web app, so I'd think that copying the full Axis web app -including your services and modules directories- into whichever directory WL keeps its webapps in should do the trick. Am I missing something? |
21. Axis in Weblogic Server8.1 coderanch.comConsole Logs are fine. But we are getting this Exception java.lang.LinkageError: Class javax/xml/namespace/QName violates loader constraints at org.apache.axis.wsdl.fromJava.Emitter.writeBinding(Ljavax.wsdl.Definition;Z)Ljavax.wsdl.Binding;(Emitter.java:???) at org.apache.axis.wsdl.fromJava.Emitter.getWSDL()Ljavax.wsdl.Definition;(Emitter.java:482) at org.apache.axis.wsdl.fromJava.Emitter.emit(I)Lorg.w3c.dom.Document;(Emitter.java:331) at org.apache.axis.providers.BasicProvider.generateWSDL(Lorg.apache.axis.MessageContext :wink: V(BasicProvider.java:242) at org.apache.axis.strategies.WSDLGenStrategy.visit(Lorg.apache.axis.Handler;Lorg.apache.axis.MessageContext :wink: V(WSDLGenStrategy.java:33) at org.apache.axis.SimpleChain.doVisiting(Lorg.apache.axis.MessageContext;Lorg.apache.axis.HandlerIterationStrategy :wink: V(SimpleChain.java:118) at org.apache.axis.SimpleChain.generateWSDL(Lorg.apache.axis.MessageContext :wink: V(SimpleChain.java:104) at org.apache.axis.handlers.soap.SOAPService.generateWSDL(Lorg.apache.axis.MessageContext :wink: V(SOAPService.java:320) at org.apache.axis.server.AxisServer.generateWSDL(Lorg.apache.axis.MessageContext :wink: V(AxisServer.java:482) at org.apache.axis.transport.http.QSWSDLHandler.invoke(Lorg.apache.axis.MessageContext :wink: V(QSWSDLHandler.java:68) at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava.lang.Object;ILjava.lang.Object;[Ljava.lang.Object :wink: Ljava.lang.Object;(Unknown Source) at jrockit.reflect.NativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object :wink: Ljava.lang.Object;(Unknown Source) at ... |
22. deployment procedure of axis2 web services on existing web application on weblogic 9.2 coderanch.comHello Ranchers, i am developing a new web services using axis2 1.4.1 . i developed the web services and it is working fine in Tomcat and I have deployed the web sevices succesfully as indepent .war file on weblogic 9.2 and it is working as expected, however i want to deploy this service with an existing application. For this i created ... |
23. Null Pointer exception during run client code using Axis 1.4 on weblogic 8.1 coderanch.comI have created my web service using Axis 1.4 and it's sussces fully deployed on weblogic 8.1. I have created WSDL file through Java2WSDL tool of Axis.However i run my client it 's throws following exception Exception in thread "main" AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.lang.NullPointerException faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}hostname:xss-444 java.lang.NullPointerException at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder .java:222) at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder. java:129) at org.apache.axis.encoding.DeserializationContext.endElement(Deserializ ationContext.java:1087) at ... |
24. tutorial for Axis2 tool with Weblogic 8.1. coderanch.com |
25. mismatch in generated Stub and skeleton code using Axis and weblogic jars coderanch.comWe are generating skeleton and stub classes from the wsdl using axis 1.1 jar and weblogic 8.1 jar.but there are differences in the code like e.g. in axis generated code if the input to a method is x object then for weblogic it is y object which inturns contains the X objetc.Can you please explain me why this is happening. |
26. AXIS2 + Weblogic 10.3 Not showing the services coderanch.comHello, I have deployed the axis2 web structure in weblogic 10.3. Where it consist of ws.aar, version.aar files under WEB-INF/services folder. But it is not showing the list of services when i am clicking on the services link of the axis2 page. When i click on validate link of the axis2 home page, it throws the below error in weblogic console ... |
27. Exception while Deploying Axis2 on weblogic 8.1 SP3 coderanch.com |