NoSuchMethod Exception

2004-04-21 Thread Sivakumar Jagadeesan
Hi All: I am getting this following exception when making a call through Axis generated Stubs java.lang.NoSuchMethodError at org.apache.axis.deployment.wsdd.WSDDDocument.(WSDDDocument.java:101) at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:209) at org.apache.a

Re: No serializer found for class javax.activation.DataHandler

2004-04-02 Thread Sivakumar Jagadeesan
javax.activation.DataHandler Date: Fri, 2 Apr 2004 08:16:43 +0100 Make sure both activation.jar and mail.jar are in your classpaths . James "Sivakumar Jagadeesan" <[EMAIL PROTECTED]> 01/04/2004 23:01 Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject No serializer

No serializer found for class javax.activation.DataHandler

2004-04-01 Thread Sivakumar Jagadeesan
I was able to deploy the web service and connect using the SOAP in Tomcat4.0.3. When I deployed to Websphere 4, I was able to get the axis page.I was even able to get the List of deployed services. But when I click the wsdl link , I am getting this error [4/1/04 15:51:40:259 CST] 1ce2ad WebGr

WSDD and WSDL

2003-12-17 Thread Sivakumar Jagadeesan
This is my wsdd file http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"; xmlns:ns1="AutoUploaderService" > AutoUploaderService languageSpecificType="java:javax.activati

Compisite Bean Complex Type

2003-12-15 Thread Sivakumar Jagadeesan
Hi All: I am getting a NullPointerException when invoking a webservice using a JavaClient. Service Interface is public boolean uploadFile( DataHandler dataHandler, MetadataBean metadataBean, FolderBean folderBean); MetadataBean has a another bean

Re: Using the SAAJ API to send messages in AXIS

2003-11-25 Thread Sivakumar Jagadeesan
Maria, Look at the "Attachment" Sample that comes with the Axis distribution. Rgds, -Siva From: "Maria Fernandes" <[EMAIL PROTECTED]> Reply-To: "Maria Fernandes" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Using the SAAJ API to send messages in AXIS Date: 25 Nov 2003 13:07:06 - H

Re: Deleting attachments

2003-11-25 Thread Sivakumar Jagadeesan
I am also working on something like that. I built a small prototype. I was trying to see the transfer time by using TCPMon. But when I use TCPMon, my connection to the server gets reseted and I get AxisFaultException. Is there a better way to measure the performance in this scenerio? Rgds,

Re: ANT and JUnit

2003-11-17 Thread Sivakumar Jagadeesan
ply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: ANT and JUnit Date: Mon, 17 Nov 2003 15:17:59 -0500 Sivakumar Jagadeesan wrote: I went thru that chapter.. it is kind of out dated I think. It does not use wsdl2java ant task . Are you trying to build your webservices using ant, o

RE: ANT and JUnit

2003-11-17 Thread Sivakumar Jagadeesan
bject: RE: ANT and JUnit Date: Mon, 17 Nov 2003 15:00:16 -0500 Check out: http://www.manning-source.com/books/hatcher/hatcher_ch15.pdf good intro to interacting with Axis via Ant. -L. > -Original Message- > From: Sivakumar Jagadeesan [mailto:[EMAIL PROTECTED] > Sent: Monda

ANT and JUnit

2003-11-17 Thread Sivakumar Jagadeesan
Hi Guys: I am new to this group. I have some questions . * Where could I find the ant build file for simple axis application? * Example for JUnit for Axis projects Rgds, -Siva _ Is your computer infected with a virus? Find out with a

Intro to Web Services and Apache Axis Presentation

2003-07-31 Thread Sivakumar Jagadeesan
Hey Guys!I have put a presentation in "Intro to Web Services and Apache Axis" that I presented to Austin JUG. http://java2simple.blog-city.com/read/162200.htm Take a look at it and let me know what you guys think. Let me also know if I need to add some more information Rgds --S