Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Web Tools Project (WTP) » Jax-WS creation and editing workflow (Jax-WS creation and editing workflow)
Jax-WS creation and editing workflow [message #723926] Fri, 09 September 2011 17:32 Go to previous message
michael.mott is currently offline michael.mott
Messages: 1
Registered: September 2011
Junior Member
Either I am confused about the workflow of editing web services created with WTP or their is a problem.

I created a POJO and used the Web Service wizard to create a bottom up web service. This web service accepts no parameters. Here is the code:

public class test {
public String doTest() {

return "hello";
}

}

Now I make a change so that the web service will accept a string. I add the String parameter to my function declaration. At this point I run the Web Service wizard again to generate new WSDL file, etc. but nothing changes. The files generated by the wizard are not updated.


Is this how it's supposed to work? What should I do to re generate my web service resources?

Thank you,
Michael
 
Read Message
Read Message
Read Message
Previous Topic:target namespace of CMElementDeclaration
Next Topic:WTP [JSF2] webapp + Ajax features - plugin/suggestions?
Goto Forum:
  


Current Time: Wed May 22 10:13:32 EDT 2013

Powered by FUDForum. Page generated in 0.02551 seconds