I am currently consuming a C++ webservice using JAX. (I generated the files using wsimport).
Now i know my client is correct. Since I have been using it to connect and retrieve data from the C++ webservice. Now I wanted to actually host the webservice in
JAVA . How can i create a server webservice using the existing WSDL file.?
This is my current approach:
Server:
Then the main file is
The Client Accesses the webservice using (I am sure there is no problem with the client)
Any suggestions what might be going wrong ??
I get the following Errors