[
https://issues.apache.org/jira/browse/OFBIZ-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas Malin updated OFBIZ-3798:
---------------------------------
Attachment: xml-rpc-engine.diff
MoveXmlRpcClassFromWebappToService.patch
svn-cmd-toMoveXmlRpcClassFromWebappToService.sh
Hi,
I finalise with youssef khaye a first release. The patch contains :
* possibility to add technical parameters to an engine
* Xml-Rpc engine
* A service test : testXmlRpcClientAdd
We move xml-rpc class to service and lib to base.
To install :
* simple method : install neogia addons
http://addons.neogia.org/addons/xml-rpc-client-engine/0.4/xml-rpc-client-engine-0.4.zip
* a few complex : apply xml-rpc-engine.diff, execute sh script
svn-cmd-toMoveXmlRpcClassFromWebappToService.sh to do svn move, and apply
MoveXmlRpcClassFromWebappToService.patch to reallocate java class on good
package
to test, Apply this patch, do ant, and restart ofbiz. Go to service list and
execute testXmlRpcClientAdd service.
I run ant run-test and all is ok
> Add xml-rpc engine on serviceengine
> -----------------------------------
>
> 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: MoveXmlRpcClassFromWebappToService.patch,
> svn-cmd-toMoveXmlRpcClassFromWebappToService.sh, xml-rpc-engine.diff,
> 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.