Just to close the loop on this one I did this in my client and it worked!
| File file=new File("HRMapping.xml");
| URL mappinglocation =file.toURL();
|
| file=new File("ws4ee-deployment.xml");
| URL ws4eeMetaData =file.toURL();
I am getting the following exception in my web services client:
| 2005-01-21 17:07:54,820 WARN
org.jboss.webservice.deployment.TypeMappingDescription[main] - Class not found:
hr.ejb.ark.al.com.StaffArray
| 2005-01-21 17:08:47,898 ERROR org.apache.axis.client.Call[main] - Exception:
| org.