Mailing List
Home
Forum Home
Maven - Project building tool
Axis - Java SOAP implementation
Lucene - Full-featured text search engine APIs
Cocoon - MVC web framework based on XML/XSL
Fop - Create PDF, PCL, PS, SVG, XML driven by XSL formatting objects.
Log4J - A log library
POI - Java Excel, Word and other Microsoft Office files manipulating library
Oracle database error code ...
Subjects
log4j warning: No appenders could be found
java security AccessControlException: access denied (java io FilePermission clie
java lang InstantiationException: org apache tools ant Main
Apache Axis Tutorial
Subject: Struts <logic iterate >
log4j properties How to parse outpu to multiple files
configuring log4j with BEA Weblogic 8 1
How to use XSL FOP Java together
JSP precompile
Proposal: Adding jar manifest classpath in jar and war plugins
Servlet File Download dialog problem (IE6,Adobe 6 0)
java security AccessControlException: access denied (java io FilePermission
Unsupported major minor version 48 0 problem while running the an
   telope task
Subject: axis wsdl2java Ant Task usage
net sf hibernate MappingException: Error reading resource: test/User hbm xml
Building EAR ANT Script for websphere 5 0
CREATING WAR Files
Classpath problem
jsp data into Excel
Jboss 3 2 3+ vs Tomcat Axis Question
RE: How to include jars and add them into the MANIFEST MF/Class Path
attribute
Printing problem
Subject: InstantiationException
Couldn 't find trusted certificate
Please : How can one install ant 1 6 0 under Eclipse 2 1 ?
Excel: Too many different cell formats
Subject: AXIS: tomcat timeout ?
1 3 final: now giving me java io FileNotFoundException (Too many
open files)
XDoclet, Struts and Maven: Where to start? SOLUTION
Subject: Running junit tests fails
 
Axis
Page 205 of 595 Previous 100   Previous 10   201   202   203   204   205   206   207   208   209   210   Next 10   Next 100  

Anyone know tricks on NoClassDefFoundError -- > commons/logging/LogFa

Robert I suppose that you have tried adding to the run configuration for the test? You probably know all this and tried it already but here goes. Forgive me for being redundant and obvious. On one

question about WSDL2Java and attachments

Hello all I have setup a c++ webservice in which I obtain a WSDL and run it through WSDL2Java to generate the necessary stub files for dealing with DIME attachments. I have found that when I try

Recall: Need help on Axis2SampleDocLitService sample!!!!

Ahmed Zahid would like to recall the message "Need help on Axis2SampleDocLitService sample!!!! ".

Anyone know tricks on NoClassDefFoundError -- > commons/logging/LogFactor

Hi all I 've been googling all day and I 'm stuck. I 'm trying to run a junit test case in eclipse 3.1 calling an axis2 web service running in jboss and axis2 depends on HttpClient. I get this stack t

More stack on IllegalStateException at runtime

I looked down the Eclipse console and saw this which is relevant to the problem Caused by java.lang.IllegalStateException at org.apache.xmlbeans.impl.store.Jsr173$XMLStreamReaderForString.next(Js

Dynamic Proxy

Can someone please point me to some example code for a dynamic proxy in Axis2? I have a wsdl url and just want to set the operation and parameters via code. Thanks Ted Jones <!DOCTYPE HTML PUBLIC

I am still getting the IllegalStateException in the test client

I have been working through issues with building the jar file to deploy to Tomcat. I am able to run with classpath issues solved (seemingly). I am getting an IllegalStateException again from the te

Creating Web Services.

Seems like there are only two ways to create WS using Axis. - using Axis APIs - WSDL Why not relax the conditions so that any Java class with public methods (without using Axis APIs) can be exposed a

org.apache.xml.xml_soap.MapItem missing in Axis 1.4?

Hi I am trying to upgrade from Axis 1.3 to Axis 1.4. I have a java class that returns a HashMap to my client which used to work in 1.3. In 1.4 it gets the following error [javac] C \Parac

axis not able to resolve wsdl schema http ref

Hi I am deploying my service by creating a aar file and that has both the wsdl and the services.xml in it. I am using the RawXMLINOutMessageReceiver and my wsdl contains a http ref to the schema and

Subject: https <--- > web service

Hi I need to access a rpc web service with https. But the code I generated from wsdl file is for http could any on tell me how can I change the generated client code to send https requests ? man

Shared Object & Webservice call

Hi I am using Axis 1.3 to make webservice calls. I have two servlets - ServletA & ServletB running on the same instance of webserver. Servlet A passes an object to Servlet B through the ServletCon

Relation between SOAP Header and Body?

Hello Are there any relationship between a soap body and a sopa header elements? Thanks in advance

axis 2.1

Hi With all these bug fixes thats getting done - is there any date for axis2.1 release? Or do we keep downloading the latest nightly build? I am little nervous to download a nightly build mainly beca

SSL handshake TrustManager

Hi all I have another problem concerning SSL handshakes with axis. I am developing against a server which has a non-public security certificate. For convenience reasons (and maybe even for the fina

Axis2: can client read from open stream?

Is there a way in which Axis 2 will allow the client to start receiving the response while the server is still adding children to the SOAP response? Thanks you. Betsy Frey ***************

- SOAP Message redirect?

Hi Could you please tell me how to do? could you maybe provide a very minimum example? Thanks Riadh ----- Original Message ----- From Dhakshinamoorthy Hariharasudhan To axis-user@(protected)

problem with two methods in service

Hi all I have a web service described via a wsdl. I deployed this but it seems only one method is recognized. When I go to http //127.0.0.1 8080/axis/servlet/AxisServlet only the doPrediction met

- SOAP Message redirect? - Bayesian Filter detected spam

Yes! you can simply do it . -) -----Original Message----- From Riadh BEN HALIMA [mailto riadh.ben.halima@(protected)] Sent Wednesday June 21 2006 3 39 PM To axis-user@(protected) Subject [SPAM]

Subject: SOAP Message redirect?

Hi all I simply would like to know if we can redirect SOAP Message from one server to another! Thank in advance.

How to set a timeout ?

Hi all I simply would like to know how to set a timeout with SOAP sessions. I 'm currently using MessageContext and ServiceGroupContext. Any information in this regard will be highly appreciated.

Newbie: How to get XML data which is sent over network?

Hi all I am using Axis 1.4 with generated stubs to call some web services. Now I would really like to get to the XML data which is sent by Axis over the network but using a sniffer is (1) cumbersom

Performance..

Just wondering if anyone got an oppinion on these benches ? http //xfire.codehaus.org/Performance <http //xfire.codehaus.org/Performance > 2-5x as fast as Axis(ver.1 though) ? c 'mon. ? /c

sending asynchronous soap messages

Hi Is there any way to send asynchronous soap messages from a webservice in Axis something similar to snmp notifications ??? Thanks in Advance Phani Sekhar <html xmlns o "urn schemas-microsoft-co

Need help on Axis2SampleDocLitService sample!!!!

Hi I am trying the Axis2SampleDocLitService example in the Axis2.0 user guide. I ran WSDL2Java against the sample wsdl and I was able to get the server up and running. However for the client i am

Why do I get service skeletons taking OMElement, and uncompilable co

To add to what Anne said you 're using a version of axis from May 05 2006 . While that may be the official 1.0 release there were several important bugs fixed for xmlbeans after that. The good news

Problem : No provider type matches QName

In the <service > element of your WSDD you must have specified provider "java BPEL-RPC " but no such provider exists. (A provider is the system that processes your request and dispatches it to the app

Why do I get service skeletons taking OMElement, and uncompilable code?

I 'm getting rather frustrated trying to use Axis2 to do something apparently pretty basic. Using the WSDL and schema below and the given WSDL2Java command line I get XMLBeans classes generated. How

WSDL2Java Data Binding

Is there a preferred method out of xmlbeans adb or jaxme? I know the default is adb. XmlBeans seems to give some decent code but there 's a lot of extra classes and schemas that have to be incl

getting application 's path on file system

Hi How in Axis2 do I get the path to the root of my web service application? It used to be in Axis 1 that you could get the ServletContext and call getRealPath() on this. I can 't find any examples
Page 205 of 595 Previous 100   Previous 10   201   202   203   204   205   206   207   208   209   210   Next 10   Next 100