Bottom-up web service development should be much easier
-------------------------------------------------------
Key: SWITCHYARD-290
URL:
https://issues.jboss.org/browse/SWITCHYARD-290
Project: SwitchYard
Issue Type: Feature Request
Components: component-soap, tooling
Reporter: Jiri Pechanec
In many case we do not need a hand-tailored WSDL for an exposed bean service as plain
bottom-up development applies.
SwitchYard should provide an easy support for such scenario. There are two ways how to do
it
Preferred
- wsdl should be optional, if not provided then it is automatically generated from a
service interface (JAX-WS way)
Acceptable
- forge soap-binding bind-service should ask user if wsdl should be generated and if yes
then it will create it from service interface (it can be implemented as adding a
@WebService annotation to the service interface and executing WSProvideTask
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira