If you really didn't want to have to worry about it, you could use CF to dynamically download the wsdl, parse and clean it, than use it.
<cfset cleanStr = REReplaceNoCase(wsdlContent,"(<input)[^>]*>","<input>","all")> Cheers, !k -----Original Message----- From: Andrew Stevens [mailto:[EMAIL PROTECTED] Sent: July 1, 2006 1:08 AM To: CF-Talk Subject: RE: 7.0.2 Updater - tighter WSDL validation? Um, I was referring to the WSDL of a webservice... no CFC here :) The webservice wasn't built in CF either. I couldn't consume the webservice using CFMX7.0.2, so we saved the WSDL to file and changed some of the tags as necessary. Cool? -----Original Message----- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Saturday, 1 July 2006 5:46 AM To: CF-Talk Subject: Re: 7.0.2 Updater - tighter WSDL validation? Andrew, I'm not familiar with INPUT tags being part of the CFC set of tags...can you enlighten me? TIA Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245357 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

