Hi Mark,

I didn't quite understand the question, what I think you are asking is how
to get create the response data bound xml-beans object??

Consider the skelton's operation is:
public
org.soapinterop.types.requestresponse.EchoBaseStructFaultResponseDocument
echoBaseStructFault(org.soapinterop.types.requestresponse.EchoBaseStructFaul
tRequestDocument param0)

If the generated skeleton has a method like the one shown above and think
your problem is  creating
org.soapinterop.types.requestresponse.EchoBaseStructFaultResponseDocument
object??
If it is there are two ways of creating the return object.

1) If you have an OMElement with you already you can use the supporter
class's (if the operation name is foo, it will be fooDatabindingSupportor)
fromOM method to get the return object.

2) Or you can progamatically create the object

org.soapinterop.types.requestresponse.EchoBaseStructFaultResponseDocument
emptyObject=
org.soapinterop.types.requestresponse.EchoBaseStructFaultResponseDocument.Fa
ctory.newInstance();

and setting the values progamatically.

If this isn't your question or the answer is not descriptive enough pls
write back..

Regards
Chathura

> -----Original Message-----
> From: Mark Swanson [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 06, 2005 1:33 AM
> To: [email protected]
> Subject: Axis2-0.9 XmlBeans parameter example?
> 
> Hello,
> 
> I downloaded Axis2-0.9 and read the docs. It's not clear to me how to
> create a doc/lit test(XmlBeanClass x) service.
> 
> Should I create a method test(OMElement o) and then use some sort of
> fromOM() method?
> I notice that since I don't have WSDL that I won't have the generated
> echoStringDatabindingSupporter.java...
> 
> Any pointers would be appreciated.
> 
> Thank you.
> 
> --
> Free replacement for Exchange and Outlook (Contacts and Calendar)
> http://www.ScheduleWorld.com/
> WAP: http://www.ScheduleWorld.com/sw/WAPToday?id=4000&tz=EST
> WebDAV: http://www.ScheduleWorld.com/sw/webDAVDir/4000.ics
> VFREEBUSY: http://www.ScheduleWorld.com/sw/freebusy/4000.ifb



Reply via email to