I added a class with a list to my WS request object and got the error “XFireRuntimeException: Couldn’t create type for property …”.
I didn’t really need that class so I deleted it and all was fine.
Next day I accidentally introduced it again and got the error again.
So I just deleted it as before, but now the error won’t go away no matter what I do!
– I deleted every reference to the class in the project
– I cleaned the project
– I deleted the webapp from the Tomcat directory
– I deleted the webapp stuff from the Tomcat work directory
– I redeployed the app and cannot find any reference to the class in MyEclipse or the filesystem.
BUT IT STILL TROWS THE ERROR complaining about that class!!!
All my WS objects just have simple Strings and ints.
Is it caching something somewhere?
Strangely enough while the WSDL web page for the web services showed this error, I did not get the error when I used the Web Services Exprorer WSDL interface the test the service. But, when I had to change the application port from 8080 to 8081, both interfaces now throw the error!!!
How do I get rid of this error/
I am using MyEclipse 6.5.