Hi,
I’m trying to set up a SOAP request in Studio, but the following exception is coming up:
“Method ‘Ul2005Interface1Client.listOfFunds2’ not found.”
Exception Type: MissingMethodException
Fist I’ve noticed is that Studio extends the name of the endpoint with this string: “Client”. The correct endpont is: “https://url.domain.com/xyz/web.Ul2005Interface1?wsdl”. The interface contains multiple methods, one of them called “listOfFunds2”.
Does anyone have an idea for solve this?
Thanks.