2 Replies Latest reply on Jun 15, 2005 7:56 AM by didi

    Exception: The OperationDesc for myMethod was not synchroniz

    manish_jboss

      Exception: The OperationDesc for myMethod was not synchronized to a method of com.something.myClass

      I get the above exception when, after deploying the web service, I visit http://localhost:8080/MyService/ServiceLogin

      What does this mean?

      Here is how I worked:

      1. Got an existing wsdl for a web service
      2. Used WSDL2Java to generate the java code
      3. Used wscompile to generate the mapping file
      4. Deployed the war file, after adding webservice.xml, web.xml , and other related files


      Thanks,