Forum Discussion

2 Replies

  • The problem may well be with your WSDL... is there any chance you could post it?
  • Hi MK,


    This looks like you're using a .NET web service which generates an incomplete (i.e. non-validating) WSDL.

    My guess is that the cause of this error is that .NET generating WSDL files that reference ArrayOfAnyType type for anything in the form of Object[], List (or any other type in place of Object) while that same WSDL is missing a declaration for that data type which should be something like this:


       
           
       




    Can you access http://localhost:8080/services/EventService?wsdl and attached the source you've previously copied to clipboard?


    Cheers!
    /Nenad Nikolic a.k.a. Shonzilla