Java class for Envelope complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Envelope">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2003/05/soap-envelope}Header" minOccurs="0"/>
<element ref="{http://www.w3.org/2003/05/soap-envelope}Body"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|