Hi, I am just trying to develope a sample invoice application similar to address book. I actually used address book as a reference for that. But it is not working the way it should. On server side the object is getting returned but in the response at the client side, it is coming as empty object. Following is thesome debug trace... Your help will be greatly appreciated... PS: I am using iPlanet Application server 6.0 sp2 Thanks Manish The call is: [Header=null] [methodName=getInvoice] [targetObjectURI=urn:InvoiceProvider] [encodingStyleURI=http://schemas.xmlsoap.org/soap/encoding/] [SOAPContext=[Parts={}]] [Params={[[name=invoiceId] [type=class java.lang.String] [value=Invoice1] [encodingStyleURI=null]]}] Response is: [Header=null] [methodName=getInvoice] [targetObjectURI=urn:InvoiceProvider] [encodingStyleURI=http://schemas.xmlsoap.org/soap/encoding/] [SOAPContext=[Parts={[cid:null type: text/xml; charset=utf-8 enc: null]}]] [return=[name=return] [type=class samples.invoice.Invoice] [value=InvoiceID = null CreateDate = null AmountDue = null DueDate = null InvoiceStatus = null ] [encodingStyleURI=null]] [Params={}]