[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

soap4r over Apache

Miki Vz

11/22/2007 2:01:00 AM

Hi all,

Ok, this might be a dumb question, but I've been on google all day and
couldn't find an anwser, so here it goes.

I just did a soap4r web service for a project I developed. I was really
a piece of cake. I even have the wsdl and all. The thing is, at some
point I will need to deploy it on some server that I won't be
administrating, and I want it to be as easy as possible, both deployment
and maintenance. Right now I can run it as a separate process on some
random port. The ideal scenario for me would be for it to be run through
Apache, some how, so that it will not need to be launched by a separate
process, it uses a standard 80 port and can use ssl or whatever if its
set on the server. Although this last thing is not really important. Can
this be done? How?

If this is not possible, how do you suggest I go about it?

Thanks for your time

Miki
--
Posted via http://www.ruby-....

3 Answers

Miki Vz

11/22/2007 2:06:00 AM

0

BTW, I'm using SOAP::RPC::StandaloneServer as in:

http://dev.ctor.org/soap4r/browser/trunk/sample/soap/helloworld/hw_s.r...

Miki
--
Posted via http://www.ruby-....

yermej

11/22/2007 2:27:00 AM

0

On Nov 21, 8:05 pm, Miki Vz <mikis...@yahoo.com> wrote:
> BTW, I'm using SOAP::RPC::StandaloneServer as in:
>
> http://dev.ctor.org/soap4r/browser/trunk/sample/soap/hello.......
>
> Miki
> --
> Posted viahttp://www.ruby-....

I think you'll need SOAP::RPC::CGIStub as in:

http://dev.ctor.org/soap4r/browser/trunk/sample/soap/calc/server.cg...

and related files.

Miki Vz

11/22/2007 2:52:00 AM

0

Yes, that makes sense, I'll check it out.

Thanks

Miki


yermej wrote:
> On Nov 21, 8:05 pm, Miki Vz <mikis...@yahoo.com> wrote:
>> BTW, I'm using SOAP::RPC::StandaloneServer as in:
>>
>> http://dev.ctor.org/soap4r/browser/trunk/sample/soap/hello.......
>>
>> Miki
>> --
>> Posted viahttp://www.ruby-....
>
> I think you'll need SOAP::RPC::CGIStub as in:
>
> http://dev.ctor.org/soap4r/browser/trunk/sample/soap/calc/server.cg...
>
> and related files.

--
Posted via http://www.ruby-....