Linked by Thom Holwerda on Tue 20th Dec 2005 20:46 UTC, submitted by WNB
Permalink for comment 76559
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.




Member since:
2005-08-12
Service implementation in Eclipse/WST has serious problem: You cannot change Service parameters once you created it. I tried both cases:
Top-down model (first create wsdl interface and then generate WS project from there). Subsequent changes of wsdl only produced errors, classes were not re-generated.
Bottom-up model (first create WS functions and then generate WS project from that). Subsequent changes of function parameters again created broken project, classes were not re-generated.
Am I missing something? If not, this plugin will hardly impress any serious developer. You never create ideal service with ideal parameters in a first attempt.