My team is developing a service level in java and a graphical interface in dot-net using soap. GUI developers continue to be upset because the service level sometimes changes the web service interface.
To keep the GUI chapter happy, rather than ruining the original web methods, we are now writing new ones that live next to existing ones. As the design of our soap interface is still being refined, it becomes messy, of course, there is a better way! Any suggestions?
In addition, there are times when we want to discount the web service method - is there a java annotation for this (one of which will be displayed in WSDL)?
Thanks for any suggestions.
source
share