i am writting a web service that will enable users to upload image files...but then the problem is...i will have to use Soap4R, now my question is....the API generated(or whatever you call it, wsdl file that i get) will support standard SOAP implementation??...so i can use Mono.NET to call this web service and upload files. I ask this because as per my knowledge SOAP4R is different...so will any client can talk to the web service written using it? -- Posted via http://www.ruby-forum.com/.
I would like to hear how it goes when you figure it out. On Apr 11, 2006, at 4:35 AM, hemant wrote:> i am writting a web service that will enable users to upload image > files...but then the problem is...i will have to use Soap4R, now my > question is....the API generated(or whatever you call it, wsdl file > that > i get) will support standard SOAP implementation??...so i can use > Mono.NET to call this web service and upload files. > > I ask this because as per my knowledge SOAP4R is different...so > will any > client can talk to the web service written using it? > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails
Thanks to Kevin, i have this stuff figured out.....but i am not use soap4r... plain vanilla AWS is kinda working for me... On Thursday 13 April 2006 7:05 am, TGS wrote:> I would like to hear how it goes when you figure it out. > > On Apr 11, 2006, at 4:35 AM, hemant wrote: > > i am writting a web service that will enable users to upload image > > files...but then the problem is...i will have to use Soap4R, now my > > question is....the API generated(or whatever you call it, wsdl file > > that > > i get) will support standard SOAP implementation??...so i can use > > Mono.NET to call this web service and upload files. > > > > I ask this because as per my knowledge SOAP4R is different...so > > will any > > client can talk to the web service written using it? > > > > -- > > Posted via http://www.ruby-forum.com/. > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails