Unless you're running code in the same JVM, the intention of the
export flag is to keep it from being run externally.
If you want to get around that for your code, it needs to run in the
same container (JVM).
BTW, if you make the service responsible for its own security and
authentication, then it should be fine to export it.
-David
On Mar 14, 2008, at 1:05 PM, Mark Ellul wrote:
> Hi
>
> We are looking at creating a Flex Front end to Ofbiz.
>
> I have been looking at BlazeDS as a way of sending data to a Java
> Class
> where I would want to call Ofbiz Services that are not exported (for
> security reasons)....
>
> How can I call a Ofbiz service that is not exported from Java?
>
> I have looked at SOAP and RMI and both need to be exported...
>
> Is it possible?
>
> If not, any ideas on how I could do it?
>
> Thanks and Regards
>
> Mark