can a beanObject could be sent to ofbiz sevice definition

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

can a beanObject could be sent to ofbiz sevice definition

Aravind_RP
hai all
i greatly appreciate the responses i got for my previous query.Is it possible to sent a bean object to ofbiz service,like if we want to set a new address using existing ofbiz service "createPartyPostalAddress" instead of sending each parameter and defining it in services.xml can we set a bean object and sent it to service.

Plz help  me if anyone has solved this problem.
Reply | Threaded
Open this post in threaded view
|

Re: can a beanObject could be sent to ofbiz sevice definition

Jacques Le Roux
Administrator
This does not make any sense in OFBiz. Please have a look at the documentation
http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Documentation+Index

Jacques

From: "Aravind_RP" <[hidden email]>

>
> hai all
> i greatly appreciate the responses i got for my previous query.Is it
> possible to sent a bean object to ofbiz service,like if we want to set a new
> address using existing ofbiz service "createPartyPostalAddress" instead of
> sending each parameter and defining it in services.xml can we set a bean
> object and sent it to service.
>
> Plz help  me if anyone has solved this problem.
> --
> View this message in context:
> http://www.nabble.com/can-a-beanObject-could-be-sent-to-ofbiz-sevice-definition-tp18126286p18126286.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: can a beanObject could be sent to ofbiz sevice definition

BJ Freeman
In reply to this post by Aravind_RP
you should become familiar with the service engine in ofbiz.
http://docs.ofbiz.org/display/OFBTECH/Framework+Introduction+Videos+and+Diagrams
and
http://docs.ofbiz.org/display/OFBIZ/Mini-Language+Guide

Aravind_RP sent the following on 6/25/2008 9:21 PM:
> hai all
> i greatly appreciate the responses i got for my previous query.Is it
> possible to sent a bean object to ofbiz service,like if we want to set a new
> address using existing ofbiz service "createPartyPostalAddress" instead of
> sending each parameter and defining it in services.xml can we set a bean
> object and sent it to service.
>
> Plz help  me if anyone has solved this problem.