Best unofficial Apache Server developers community |
|
Hello, I've created classes from the WSDL via SoapUI, but when deploying to a test (works on my local machine) Tomcat server, I am getting the following the stacktrace What am I missing here? Do I have to do anything different to get the binding to work on a remote server?
posted via StackOverflow
|
|
 
|
What I need is to have these generated class pointing to embedded WSDL files in the app. Figured out that I need to modify each generated service class to load the appropriate wsdlLocation from the jar. |