...or make a PDA application that uses the webservice as data carrier.

Regards,
Sven

2009/1/9 Nikita Shinde <[email protected]>

> Hi,
>
>        Yes it's possible to implement Webservices in OFBiz. Every service
> in OFBiz has a potentially be a Webservice and this is easily done by
> setting export="true" in the service definition of the OFBiz service.
>
> Example :
>
> <service name="blockingTestScv" engine="java" export="true"
> validate="false"
> require-new-transaction="true" transaction-timeout="20"
> location="org.ofbiz.common.CommonServices" invoke="blockingTestService">
>        <description>Blocking Test service</description>
>        <attribute name="message" type="String" mode="IN" optional="true"/>
>        <attribute name="resp" type="String" mode="OUT"/>
> </service>
>
> Also you can extract wsdl file for a exportable service as shown for the
> below example:
>
>
> https://demo.hotwaxmedia.com/webtools/control/ServiceList?sel_service_name=b
> lockingTestScv
>
> Here you can click on "Show wsdl" link and get the wsdl.
>
> I am not clear when you say accessing it using a mobile device. You can
> access OFBiz from any mobile browser, it's just that you will have to
> implement some low-bandwidth web pages.
>
> Hope this helps.
>
> Regards,
> Nikita Shinde
> Amicon Technologies Pvt. Ltd., Mumbai, India.
> India's No. 1 OFBiz Services Provider
>
>
> -----Original Message-----
> From: Gisgreat [mailto:[email protected]]
> Sent: Friday, January 09, 2009 5:01 PM
> To: [email protected]
> Subject: Ofbiz & Web Services
>
>
> Hi all,
> Is it possible with Ofbiz to implement Webservices and access it using
> mobile device such as PDA?
>
> Thanks.
> --
> View this message in context:
> http://www.nabble.com/Ofbiz---Web-Services-tp21370608p21370608.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>

Reply via email to