Hello,
 
 
I am trying to build a web service exposing this kind of method :
 
public interface MyIface {
   
    byte[] getFileContent (String filename);
}
 
To generate the WSDL, I am using the Java2WSDL tool provided by Axis. For a type byte[], it works fine.
But, the file content can be very big, so, I am investigating on using SOAP attachment.
But I don't know the syntax to generate the correct WSDL with the Java2WSDL tool.
Can anyone help me ? Does anyone have pointers to samples or tutorials ?
Many thanks,
 
 
Stephane LECERCLE.
 
 

Reply via email to