Hello,
 
First sorry to ask that question but I am new to axis.
 
I would like to create a webservice that receives a file from a client (.NET client).
I want to know if I have to create something specific in the wsdd to specify that the webservice requires/ accept attachment.
I use the deploy.wsdd  file to avoid specifying the wsdl file. Am I wrong ? should I specify a wsdl and declare it in the wsdd ?
 
The file can be pretty big ( > 200 Mbytes) , I tried to specify a byte[] parameter in my java class exposed by axis but it wasn't successful on big files.
 
 
Thanks for your help.

Reply via email to