Jeff,
 
I just tried your wsdl and it works fine:
http://radio.tapper.net/artist.cfc?wsdl&method=getSongs&artist=beatles returns a wddx packadge with some beatles songs.
 
But this is the problem: at the end of the file something is spitting this HTML:
 
"</TD>
 </TR>
 <TR>
  <TD WIDTH="100%" ALIGN="CENTER" COLSPAN="2" BGCOLOR="Black">
   <IMG SRC="" ALT="RFA Made possible with shoutcast streaming" BORDER="0">
 </TR>
</TABLE>
</body>
</html>"
 
probably this is messing with your component call ... try looking for what is outputing this HTML and strip it from the result.
 
Regards,
 

Marcantonio Silva
Diretor - Navita
[EMAIL PROTECTED]
www.navita.com.br
Tel: +55 11 3365.2173
Cel: +55 11 9656.4634

 
----- Original Message -----
Sent: Saturday, November 15, 2003 4:34 PM
Subject: [CFCDev] Remote Method Fine when run as component, fails as WS

Any thoughts on why the same method (set to be remote) of a CFC would run
fine when called as:
<cfinvoke
  component="artist"
  method="getSongs"
  returnvariable="getArtistCountRet">
         <cfinvokeargument name="artist" value="beatles"/>
</cfinvoke>
but fails when called as:
<cfinvoke
  webservice="http://radio.tapper.net/artist.cfc?wsdl"
  method="getSongs"
  returnvariable="aObjectArray">
         <cfinvokeargument name="artist" value="beatles"/>
</cfinvoke>

All incoming and outgoing data types are provided in the
CFFUNCTION/CFARGUMENT tags.

I'm probably missing something basic here.  can any one help?


Jeff Tapper
[EMAIL PROTECTED]
Chief Technologist
Tapper.net Consulting
718-626-7877

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev'
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to