| |
| Sample Apps that have soap:headerfault |
| ====================================== |
| |
| Manufacturer.wsdl |
| Retailer.wsdl |
| Warehouse.wsdl |
| |
| Sample Apps that have anonymouns type |
| ====================================== |
| |
| LoggingFacility.xsd |
| |
| Sample Apps that have xsd:any |
| ============================= |
| |
| LoggingFacility.xsd |
| |
| |
| ================================================================================= |
| |
| Changes Done to wsi-raw.war in :jeeves/jaxrpc-wsi in order to get it deployed: |
| |
| 1) mv *.wsdl *.xsd to WEB-INF/wsdl |
| 2) mv *.xml.gz mapping files to ../WEB-INF |
| 3) add WEB-INF/webservices.xml, sun-web.xml |
| 4) overwrite WEB-INF/web.xml with 109 web.xml |
| 5) add META-INF/application.xml, sun-application.xml |
| |
| Made it an ear file. |