[OFBiz] Users - remoteStoreEntitySyncDataHttp
bjfree at free-man.net
bjfree at free-man.net
Fri Aug 6 13:21:47 EDT 2004
FYI
The HTTP using AS2 protocol is encrypted and signed.
it uses trading partner certificates that make it near impossible to
decipher.
Since this is used between suppliers now, it would seem to be a protocol
that should be incorporated between remote ofbiz as well.
-----Original Message-----
From: David Jones [mailto:jonesde at ofbiz.org]
Sent: Thursday, August 05, 2004 8:37 PM
To: users at ofbiz.dev.java.net
Subject: Re: [OFBiz] Users - remoteStoreEntitySyncDataHttp
In general if you can use the RMI transport layer we definitely
recommend it. It is much more efficient as it is a binary format, and
it is compressed. The HTTP transport is text-based, but because it is
text-based and it runs over HTTP it can more easily go through
firewalls or be intercepted and translated if needed (generally not the
case with an entity sync through).
-David
On Aug 5, 2004, at 6:56 PM, Si Chen wrote:
> Hello Dave & Andy,
>
> Is anybody using this remoteStoreEntitySyncDataHttp service? Would
> you recommend using it in lieu of remoteStoreEntitySyncDataRmi for
> transferring data between two instances?
> Si
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe at ofbiz.dev.java.net
> For additional commands, e-mail: users-help at ofbiz.dev.java.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe at ofbiz.dev.java.net
For additional commands, e-mail: users-help at ofbiz.dev.java.net
More information about the Users
mailing list