Tag Archives: xml-schema

Java for the Architecturally Challenged – Creating a valid SOAP request as a String

How to create a valid SOAP request when you’re not actually submitting it to a web-service. Continue reading

XML Schema – Reusable groups of elements

Want to avoid sprawling, arbitrary inheritance hierarchies in your XML schema but keep the resulting XML free of nested, complex elements? Groups might be just what you’re looking for. Continue reading