[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-5535) New Web Service

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Fri Jul 30 15:11:50 EDT 2010


     [ https://jira.jboss.org/browse/JBIDE-5535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fitzpatrick updated JBIDE-5535:
-------------------------------------

     Original Estimate: 0 minutes
    Remaining Estimate: 0 minutes
              Assignee: Brian Fitzpatrick
         Fix Version/s: LATER
                            (was: 3.2.x)


> New Web Service
> ---------------
>
>                 Key: JBIDE-5535
>                 URL: https://jira.jboss.org/browse/JBIDE-5535
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Webservices
>            Reporter: Burr Sutter
>            Assignee: Brian Fitzpatrick
>             Fix For: LATER
>
>         Attachments: New_WebService_Wizard.jpg, New_Wizard.jpg
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> There should be a New Web Service Project wizard (the same as New Dynamic Web Project) and a New Web Service component wizard. 
> The New Web Service Project wizard creates the exact same thing as New Dynamic Web Project but with HelloWorldWS.java containing the following:
> package com.jboss.lab;
> import javax.jws.WebMethod;
> import javax.jws.WebService;
> @WebService
> public class MyWebService {
>   @WebMethod
>   public String sayHello(String name) {
> 	  return "Hello2 " + name + "!";
>   }
> }
> And the appropriate entries in the web.xml.
>  <servlet>
>   <servlet-name>MyWebServiceServlet</servlet-name>
>   <servlet-class>com.jboss.lab.MyWebService</servlet-class>
>  </servlet>
>  <servlet-mapping>
>   <servlet-name>MyWebServiceServlet</servlet-name>
>   <url-pattern>/MyWebService</url-pattern>
>  </servlet-mapping>
> See screenshots for current functionality.
> This suggestion is based on how Visual Studio handles this scenario.  For a New Web Service or New Web Service project, it drops in the annotated mywebservice.asmx automatically. You can deploy the project/component immediately without further editing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list