dosgi with FTP/SCP/etc?

View: New views
2 Messages — Rating Filter:   Alert me  

dosgi with FTP/SCP/etc?

by Chris Brooks :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

Is there a way of envoking SOAP against a felix service that isn't bound to http?  e.g. one of the early promises of SOAP was that it separated the RPC protocol from the transport protocol, then lots of little examples with SOAP via SMTP/POP3 were talked about.  I know no one who is doing SOAP and isn't doing it over HTTP, but I've recently come across an issue where I need to move large bits of binary (e.g. up to 10 gigs) over a "somewhat reliable" network and invoke a call to an OSGI service.  Instead of moving the files via ftp or rysnc, then verifying the files, then invoking the service, I would prefer to send the files as arguments to the service as this seems semantically nice.

Is this possible with felix?  Is there a way to bind an entry point to something like soap+scp?

Regards,

Chris

Re: dosgi with FTP/SCP/etc?

by Leen Toelen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

maybe have a look at  apache camel.

http://camel.apache.org/components.html

Regards,
Leen

On Wed, Oct 21, 2009 at 10:26 PM, Chris Brooks <cab938@...> wrote:

>
> Hi all,
>
> Is there a way of envoking SOAP against a felix service that isn't bound to
> http?  e.g. one of the early promises of SOAP was that it separated the RPC
> protocol from the transport protocol, then lots of little examples with
> SOAP
> via SMTP/POP3 were talked about.  I know no one who is doing SOAP and isn't
> doing it over HTTP, but I've recently come across an issue where I need to
> move large bits of binary (e.g. up to 10 gigs) over a "somewhat reliable"
> network and invoke a call to an OSGI service.  Instead of moving the files
> via ftp or rysnc, then verifying the files, then invoking the service, I
> would prefer to send the files as arguments to the service as this seems
> semantically nice.
>
> Is this possible with felix?  Is there a way to bind an entry point to
> something like soap+scp?
>
> Regards,
>
> Chris
> --
> View this message in context:
> http://www.nabble.com/dosgi-with-FTP-SCP-etc--tp26000535p26000535.html
> Sent from the Apache Felix - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>