Ok, so other than the wsdl issue locally... here i...
# cfml-general
a
Ok, so other than the wsdl issue locally... here is my issue. If I send a request to this endpoint with 2 arguments... I get this index out of bounds error... even though the body of the function is commented out. i.e. there is no array or any code at all in the function... it's something that CF is generating it seems... any ideas?
<?xml version='1.0' encoding='UTF-8'?>
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"> <soapenv:Body> <soapenv:Fault> <soapenv:Code> <soapenvValue&gt;soapenvReceiver</soapenv:Value> </soapenv:Code> <soapenv:Reason> <soapenv:Text xml:lang="en-US">Index 7 out of bounds for length 7</soapenv:Text> </soapenv:Reason> <soapenv:Detail /> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope>