Microsoft webservice and CXF client: JAXB fails to understand "s:schema"
Usually you can remove the schema ref. You may need to change the <s:any>
to <s:any maxOccurs="2">
or similar to make sure there is room for both the schema element and anything that follows it.