Fabrizio Boco [http://community.jboss.org/people/FabBoco] created the discussion

"Deployment Error adding WebService"

To view the discussion, visit: http://community.jboss.org/message/599596#599596

--------------------------------------------------------------
Hi,

I have a seam application packaged into .jar .war and .ear files running on 
jboss 6.0.0.

Adding the @WebService annotation I get the deployment error that follows. 
Everything worked fine on jboss 5.x.x.

Can anyone help me ?

Thank you in advance.

Fab.


@Stateless()
@WebService(name="Graphs",
        targetNamespace="http://laura.villani/graph";,
        serviceName="GraphsService"
    )
@SOAPBinding(parameterStyle=ParameterStyle.BARE)
public class Graphs {
    @WebMethod
    public String getGraphName()
    {
        return "Graph 1";
    }
}
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/599596#599596]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to