We are having an issue with the webservicequery() function where the function cl

We are having an issue with the webservicequery() function where the function claims that the called web service method is not available. The method is infact there (I've called it successfully from SoapUI and from a Call Web Service smart service). It seems like there may be an old WSDL cached for this function (the called method was added after the initial version of the WSDL).

The (anonymised) error message coming back from the function is:

The operation [{http://soap.mydomain.com/}getFlatEmployeesForSupervisorSearch] is not present in the binding [{http://soap.mydomain.com/}EmployeeWebServiceServiceSoapBinding].
Available operations in that binding: [
{http://soap.mydomain.com/}getFullEmployeesForSupervisor,
{http://soap.mydomain.com/}getFlatEmployeesForSupervisor,
{http://soap.mydomain.com/}getAllCurrentJobs,
{http://soap.mydomain.com/}getEmployeeStatusDetails,
{http://soap.mydomain.com/}searchDetailEmployee
]

OriginalPostID-148048

OriginalPostID-148048

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data