For more details on XML-RPC please have a look on http://ws.apache.org/xmlrpc/.
Using XML-RPC libraries you can call OFBiz services remotely by
setting attribute export="true" in service definition.
For more details you can refer existing code OOTB.
Refer XmlRpc*.java files & refer "xmlrpc" controller entry in webtools
component.
<request-map uri="xmlrpc" track-serverhit="false" track-visit="false">
<event type="xmlrpc"/>
<response name="error" type="none"/>
<response name="success" type="none"/>
</request-map>
HTH!
--
Ashish
On Mon, Jan 25, 2010 at 9:55 PM, su2 <[email protected]> wrote:
>
> Thank you Jeroen for the reply.
>
> Can you please elaborate the 'calling services through the XML-RPC
> interface.'
>
> As what I understood from webtools > XML import i can import data, but i
> want to update data that means I will have "WHERE" condition while updating
> the tables/entities.
>
> I am looking into Talend Open Studio.
>
> Thank you.
> su-
> --
> View this message in context:
> http://n4.nabble.com/Update-entity-product-mass-update-for-producut-price-tp1289414p1289508.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>