No schema types in the generated wsdl
-------------------------------------

                 Key: XFIRE-1064
                 URL: http://jira.codehaus.org/browse/XFIRE-1064
             Project: XFire
          Issue Type: Bug
          Components: JAX-WS
    Affects Versions: 1.2.6
         Environment: linux, ant 1.6.5, jdk 1.5
            Reporter: Caesar
            Assignee: Dan Diephouse
            Priority: Blocker
         Attachments: HelloService.wsdl

I am new to XFire, so this is my first time to build a web services on xfire. I 
have a very simple jaxws web service as follows.


import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;

@WebService(name = "HelloService", targetNamespace = 
"http://xfire.codehaus.org/HelloService";)
public class HelloService
{
    public String echo(String input)
    {
        return input;
    }
}


When I hit a wsdl location, i don't see any schema types. it is empty. I am not 
sure why it is happening. I am attaching a generated wsdl.

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

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to