posted 8 years ago
Hello All,
I am new to webservice .. learning JAX-WS using Weblogic as a middle-ware.
I have seen in examples that there are two ways of deployment :---
1. using Endpoint.publish() method eg..
2. using a build.xml file eg..
I want to know if we can use Endpoint.publish() for realtime projects.. What is the compelling reason to use this method of deployment why is better or worse to use Endpoint.publish over deployment through a build.xml script.
Is there another way of deployment by creating a war/ear file and then deploying it using the weblogic console
Is there a server independent deployment technique so that if I move the webservice code from one server to the other I dont have to follow server specific deployment processes as given in the above build.xml spefic for weblogic server
I have been surfing through many examples and articles in google.. but could not find a coherent answer to my questions... If I am being naive please excuse me but I need to clear these doubtful niggles that are pinching my comprehension of the Webservice concept..
Regards
Guy