Interesting idea .. but since Infopath also requires a WSDL, I would also have to generate the Document/Literal WSDL .... Becomes like re-inventing the wheel .......
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Sean A Corfield Sent: 03 July, 2003 00:30 To: [EMAIL PROTECTED] Subject: Re: [CFCDev] I really wonder ...... On Wednesday, Jul 2, 2003, at 00:44 US/Pacific, D. Delcomminette wrote: > Thanks to the very good reading in "ColdFusion MX Developers Handbook " > pointed out by Matt Liotta who wrote a very interesting chapter about > WS > architecture in CFMX, I could try to build our own WSDL for > Document/Literal > WS and generate the related stubs, but couldn't succeed to make it > work yet. Another possibility is to write a raw XML HTTP POST handler (in CFMX) that accepts and converts Document/Literal requests, and responds in the same format. You could write that as a Proxy for your existing Web Services and expose just that Proxy for the MS Infopath client. Yes, it would be quite a pain but I believe some folks on this list have built 'raw' Web Services using CF / XML. Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ---------------------------------------------------------- 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). ---------------------------------------------------------- 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).
