<cfinvoke method="SendMailTo" returnvariable="response" webservice="notificationservice"> <cfinvokeargument name="from" value="support@xxx.com" /> <cfinvokeargument name="to" value="xxx@xxx.com" /> <cfinvokeargument name="subject" value="xxx" /> <cfinvokeargument name="body" value="xxx" /> <cfinvokeargument name="bcc" value="xxx@xxx.com" /> </cfinvoke>
The webservice="notificationservice" is ok, I know that coz when I put the wsdlin the browers, works appropriately.
in the log just appears:
Web service operation SendMailTo with parameters {from={xxx@xxx.com},to={xxx@xxx.com},subject={xxx},bcc={xxx@xxx.com},body={xxx}} cannot be found
=/, no idea what's wrong.

New Topic/Question
Reply




MultiQuote





|