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