Problem with Call Web Service dispatch method

I am receiving this error when I try to call a webservice.  

 

Cannot find dispatch method for {clones.telcordia.com}xclimSchemaRequest using "Payload QName-based Dispatcher"

 

I have checked the WSDL and all the namespaces are referenced correctly.  Any suggestions would be appreciated.  

  Discussion posts and replies are publicly visible

  • Hi Christiang,

    SOAP Webservices could not find the operation that should be invoked via the request. Reason for this error are mostly configuration issues like different namespaces, different encodings.
    when trying to consume a SOAP Webservice by calling an operation that had no inputs.
    Can you cross check your webservice method and its parameters then test it.

    Regards,
    Raju K