Hi
Trying to create some sample prgms using jax-ws. I am able to successfully generate the required artifacts(java files) and the wsdl file using wsgen. and finally a .war file is generated by maven. Deployed this .war file in weblogic 9.2 and tried to access the wsdl using the IE browser.But it did not work. I observed two things
- The java and complied class files are generated and are bundled inside the .war file.But the wsdl file is generated outside and not a part of .war.
- Generally wsgen itself will provide the wsdl url.
My queries are:
- In order to get the wsdl in IE browser what changes I need to do in POM.
- wsdl file should be part of .war.If yes then where should I keep the file.
- what changes I need to do to get the soap location url in the wsdl file.