Skip to main content
Participant
January 29, 2010
Question

cfinvoke error

  • January 29, 2010
  • 2 replies
  • 519 views

Hello,

I have a problem with cfinvoke tag, this is the code:

<cfinvoke webservice=" http://sandbox.backupassist.com/members/services/soapserver.php?WSDL
           method="dos" 
           returnvariable="res" 
           timeout="60">  

     <cfinvokeargument name="data" value="#xml#"/>
</cfinvoke>

the error is "Parsing error: Fatal Error: URI=null Line=76: Open quote is expected for attribute "class" associated with an element type "div".
It is recommended that you use a web browser to retrieve and examine the requested WSDL document to ensure it is correct.
"

The destination webserver is not mine, but belongs to another society and do not contains error.

Thank you very much,

Alessia

    This topic has been closed for replies.

    2 replies

    BKBK
    Community Expert
    Community Expert
    January 30, 2010

    Remove the space Adam talks about + use wsdl instead

    Inspiring
    January 30, 2010

    You mean as in "wsdl" as opposed to "WSDL"?  Doesn't matter: the URL works fine as-is (try it!).

    --

    Adam

    Inspiring
    January 29, 2010

    What about if you take out the space before the web service URL?

    --

    Adam