rem jaxb.bat compile XSD schema with JAXB cd E:\ rem xjc.exe comes with the JDK rem specify -p (package) then the package name where you want the generated code to go, then your xsd file. %JDK64\bin\xjc.exe" -p com.mindprod.poster.soapresponse E:\com\mindprod\poster\soapresponse.xsd rem The resulting generated 6 Java source classes will go in E:\com\mindprod\poster\soapresponse rem -30-