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: [email protected] For additional commands, e-mail: [email protected]

