[ 
https://issues.apache.org/jira/browse/OFBIZ-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874641#action_12874641
 ] 

Adam Heath commented on OFBIZ-3798:
-----------------------------------

Having a service-engine to xml-rpc proxy is the correct approach.  Otherwise, 
all the various code paths scattered all over will end up having tons and tons 
of different ways to access abstract, generic services, and will increase the 
workload.  Code in ofbiz should only be concerned with talking to the entity 
engine, or service engine, then those two engines should be responsible for 
figuring out how to talk to whatever thing has been requested.

> Add generic service to call xml-rpc request
> -------------------------------------------
>
>                 Key: OFBIZ-3798
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3798
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Nicolas Malin
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: xml-rpc.diff
>
>
> I add a generic service to call xml-rpc server. The goal is to have a 
> technical interface to make calls directly from mini-lang.
> The first patch it's my draft. I don't know where I do the service 
> definition. I add a servicedef in framework/webapp, I move service on 
> framework/common ? any suggest are welcom ;)
> Nicolas

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to