xml webservice "Type {http://dom.w3c.org}Node is referenced but not defined."

19 views
Skip to first unread message

Manaus

unread,
Jun 14, 2015, 9:53:23 AM6/14/15
to lu...@googlegroups.com
Hello, 
I'm testing Lucee version 4.5, and I'm getting this errors: 

<!--- webservice --->
<cfcomponent output="false">
<cffunction name="echoXml" access="remote" returntype="xml">
<cfargument name="xmlArg" type="xml">
       <cfreturn xmlArg>
</cffunction>
</cfoutput>

Invoking page: 

<cfxml variable="argXml">
<note>
<titolo>Ciao</titolo>
<content>Xml!</content>
</note>
</cfxml>

is struct? #isStruct(argXml)# <!--- yes --->
<cfinvoke webservice="#wsurl#" method="echoXml" returnvariable="resultXml">
<cfinvokeargument name="xmlArg" value="#argxml#">
</cfinvoke>

Beside interpreting the Xml doc as a struct, I get the error pointed out in the subject: Type {http://dom.w3c.org}Node is referenced but not defined.

Thanks for any suggestion

Reply all
Reply to author
Forward
0 new messages