I am working on Web Service. I want to create Client from Existing WSDL file and this wsdl file import some xsd files.
But when I tried to Generate Client form wsdl file through eclipse I am getting error "IWAB0054E Web project URL for deployment of Web service is not set in AxisDeployCommand"
Consider if it is even necessary for you to go all the way to the Start-phase. I normally choose to run only the Develop Client and Assemble Client phases. That generates all the client-side code that is necessary to work with the web service.
Raja Pal
Ranch Hand
Joined: Jul 12, 2004
Posts: 92
posted
0
@Sandeep: Specifically which version of Axis and Eclipse are you using?
Java Pal - Your friend in technology and innovation...India.
Please check if the checkbox for auto re-write files is on....not sure if this option is available in Indigo but I remember a similar problem caused me a some trouble way back in 2009 when I was working on Eclipse 3.4 (Ganymede) with webservices plug-in for ant 1.4 and axis 2 with an ant based compilation target! The over-write option saved the trouble of manually starting the server instance. Let me know if that helps!
Raja Pal wrote:Please check if the checkbox for auto re-write files is on....not sure if this option is available in Indigo but I remember a similar problem caused me a some trouble way back in 2009 when I was working on Eclipse 3.4 (Ganymede) with webservices plug-in for ant 1.4 and axis 2 with an ant based compilation target! The over-write option saved the trouble of manually starting the server instance. Let me know if that helps!