From: Miki Vz Date: 2007-11-27T12:21:51+09:00 Subject: SOAP attachments and WSDL Hi all, I'm doing a webservice that needs to transfer large files, so I'm using the SOAP::Attachment class. It works fine. However I would like to present a WSDL and I don't know how to declare a function parameter as an attachment. The only thing useful I have found in the web suggests doing this from http://webservices.xml.com/pub/a/ws/2003/09/16/wsbp.html?page=last it says something about using the profile in http://ws-i.org/profiles/basic/1.1/xsd I don't know what that is, but doing: fails miserably as the URL http://ws-i.org/profiles/basic/1.1/xsd is forbidden for some reason. Any suggestions? Thanks for your time -Miki -- Posted via http://www.ruby-forum.com/.