aspose file tools
The moose likes Web Services and the fly likes AXIOM and OMElement (Axis2) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "AXIOM and OMElement (Axis2)" Watch "AXIOM and OMElement (Axis2)" New topic
Author

AXIOM and OMElement (Axis2)

Ro Dowd
Greenhorn

Joined: Jul 10, 2006
Posts: 22
- hi, i' m writing an XSD that represents a student. In my OO hierarchy I have a base type called StudentType and 3 subtypes (goodstudent, badstudent, direStudent - subclasses in OO). can i define this is XSD using xsd:extension - i think i can

also if i'm using axis 2 to create my WS then i will use OMElement, OMElement lets me add children using the addAttribute or addChild methods - do these suports inheritance ? thanks..
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: AXIOM and OMElement (Axis2)
 
Similar Threads
wsdl stubs adding own namespace around soap message
Invoking Live Search Web Service - via Axis Client -error AxisFault connection abort
Creating Service and Client using AXIOM
How to access the JSON reponse from a java client
Web service with Apache Axis