[ 
https://issues.apache.org/jira/browse/OFBIZ-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicolas Malin updated OFBIZ-3798:
---------------------------------

    Attachment: XmlRpcEngine.patch

I recreate a patch with a new xml-rpc service engine, It's a draft because I 
have a problem with login and password need by xml-rpc server.

I use login.username and login.password to get values but I think it's service 
information. I propose to add extern-username extern-password attribut on 
service definition as :

 <service name="XmlRpcCallServiceExample" engine="xml-rpc" 
location="http://XmlRpcServer/path/to/connector"; invoke="MethodName" 
extern-username="login" extern-password="pass">
...
</service>

any suggest ?

> 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, XmlRpcEngine.patch
>
>
> 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