There is no way in Axiom to look in to your xsd and help you fill in the gaps in the request. But the closest you can do is by using code generation. Get your WSDL and code generate for that using wsdl2java tool. You can find couple of articles on how to do this, on the web.
HTH. Chinthaka On Wed, Sep 3, 2008 at 1:51 AM, Sushil Dodake <[EMAIL PROTECTED]>wrote: > is there any way in axis2 (AXIOM API) where i can read a template XSD (xml > schma definition) and fill in the data to create a request XML to be send to > the server? > i am new to the axis2 /webservice implementation. > > regards, > > Sush > -- With Mettha, Eran Chinthaka -------------------------------------------------------------------- Health is the greatest gift; contentment is the greatest wealth; trusting is the best relationship; nirvana is the highest joy. - Dhammapada
