All Downloads are FREE. Search and download functionalities are using the official Maven repository.

soap.envelope.xml Maven / Gradle / Ivy

There is a newer version: 12.0.0
Show newest version
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:Envelope xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://org/wildfly/test/jaxb/model/Customer">
    <ns2:Body>
        <ns3:Customer>
            <ns3:firstName>John</ns3:firstName>
            <ns3:lastName>Doe</ns3:lastName>
        </ns3:Customer>
    </ns2:Body>
</ns2:Envelope>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy