Re: ADB server side code

2010-03-02 Thread a f
sorry for the silly question but isn't that example in pojo guide returning a weather object that is a custom object? so, I believe we can return a custom object in pojo type implementation as well, rigth? thank you. --teo On Tue, Mar 2, 2010 at 7:59 AM, Sandeep Khurana < sandeep_khur...@persiste

Re: ADB server side code

2010-03-01 Thread Dennis Sosnoski
Hi Sandeep, If you're working from existing Java code, your best approach is to use Jibx2Wsdl (http://jibx.sourceforge.net/fromcode/jibx2wsdl.html) to generate a WSDL service description. This also generates JiBX bindings, so if you want you can continue to work with your existing code using

RE: ADB server side code

2010-03-01 Thread Sandeep Khurana
Does anybody have any clue on this end? It could be vague, but nothing seemed documented for this. -Sandeep From: Sandeep Khurana [mailto:[email protected]] Sent: Monday, February 22, 2010 2:48 PM To: [email protected] Subject: ADB server side