1 Reply Latest reply on Sep 12, 2006 7:55 PM by stevenh

    Couldn't find a matching Java operation WSDD operation

    peiguo

      I was simply modifyng an exsting program, but when I ran it, I got this error:

      Sorry, something seems to have gone wrong... here are the details:
      
      Fault - ; nested exception is:
       org.apache.axis.InternalException: java.lang.Exception: Couldn't find a matching Java operation for WSDD operation "getKey" (0 args)
      
      AxisFault
       faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
       faultSubcode:
       faultString: org.apache.axis.InternalException: java.lang.Exception: Couldn't find a matching Java operation for WSDD operation "getKey" (0 args)
       faultActor:
       faultNode:
       faultDetail:
      


      Sounds to me like it just couldn't find the class (or jar file). What could be wrong though?