Newbie question re attachments sample WSDL

2004-04-05 Thread p2p
Hi, I've seen this question posted a few times, but I don't recall seeing an answer... does anyone know why, when one tries to view the echoattachment sample wsdl, provided with Axis, the following error is returned: Fault - ; nested exception is: WSDLException: faultCode=OTHER_ERROR: Can't find

WSDD for Attachments sample does not produce valid WSDL

2004-01-20 Thread Schwarz, Philip
When I try to browse the WSDL for the Attachments services, I get exceptions on the server. Best I can tell, there are qnames or maybe type definitions or other missing parts that never get added to the wsdl4j javax.wsdl.Definition object from which the WSDL is emitted. For the EchoAttachmentsServ

complaints from Java2WSDL for attachments sample

2003-01-12 Thread teo
hi all, when I tried to produce wsdl file from the sample/attachments/EchoAttachmentsService, I got this:  java -cp .:$CLASSPATH$ org.apache.axis.wsdl.Java2WSDL -o rmcpservice.wsdl  -l"http://community.ucs.indiana.edu:8080/axis/services/MyRmCpService" -n  "urn:Rcp1" -p"remote_copy" "urn:Rcp1"  remo

Attachments sample

2002-11-22 Thread Sharmila Pillai
Hi, I have tried to modify EchoAttachmentsService.java so as to read the attachment and save it at the server. I compiled the modified code and put it at the in catalina/webapps/axis/WEB-INF/classes/samples/attachments; restarted the server. I get the following error: java.lang.Verify

The WSDL from the attachments sample is bad?

2002-11-15 Thread Meng Cai
Hi, I deployed the EchoAttachmentsService service from the "attchments" sample, downloaded the WSDL, and tried to generate the proxy with WSDL2Java tool. It failed! The problem is that the WSDL uses tns1:DataHandler type, but never defines it. I got the following error message: java.io.IOExcepti

Attachments sample

2002-10-28 Thread Fabien Grellier
Hi all, I have a problem excuting and modyfing the attachment sample, given with axis. I First installed it, and worked properly. Then, in order to better understand the code, I tried to modify my sources, compiled, and put my .class in the right directory. I start/stop resin, and when I try to te

Re: Attachments sample not working in 1.0?

2002-10-14 Thread Matthias Brunner
On Monday 14 October 2002 18:15, Matthias Brunner wrote: > Hello, > > when trying to start the attachment sample ("sh testit.sh MYFILE") > I get the following error: > > java.io.IOException: No support for attachments > AxisFault > faultCode: {http://xml.apache.org/axis/}Server.userException > f

Attachments sample not working in 1.0?

2002-10-14 Thread Matthias Brunner
Hello, when trying to start the attachment sample ("sh testit.sh MYFILE") I get the following error: java.io.IOException: No support for attachments AxisFault faultCode: {http://xml.apache.org/axis/}Server.userException faultString: java.io.IOException: No support for attachments faultActor:

Error running the attachments sample

2002-02-14 Thread Lakshmi Prasad
Hi All,   I have downloaded alpha3 and I am trying to run the samples. In the samples while I am trying to run the attachments sample I am getting the following error. Can any body help this   java.lang.NullPointerException    at