>>afaik CF keeps the code the Server generates for the above hidden but there >>should be a way to get at it
It's one of the security issues around web services at the moment and there are various branches of xml being developed to provide secure transmission of data safe from pkt sniffers etc Application log on the server can be made to show what parameters are being transmitted. Colm -----Original Message----- From: Colm Brazel [mailto:[EMAIL PROTECTED] Sent: 03 December 2003 15:20 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] me and web services again.... If you click the links on http://www.xignite.com/xSurvey.asmx for one or more of the methods (I hope to set this one up shortly here) they will give you SOAP Request and Response example code. Also you get the typical values you should use for <cfinvokeargument> if you use one of their web services. Presumably you have registeredyour own web service with MX by pointing at the wsdl url. If MX connects to it, you drag and drop one of the methods onto the cf page and it will make the code, but you still need the values to insert above. Code MX generates is like for getCurrencyexchange <cfinvoke webservice="CurrencyExchange" method="getRate" returnvariable="aRate"> <cfinvokeargument name="country1" value="united states"/> <cfinvokeargument name="country2" value="euro"/> </cfinvoke> <cfoutput> 1 USD = #aRate# Euros </cfoutput> afaik CF keeps the code the Server generates for the above hidden but there should be a way to get at it...nearest maybe you can get to it is having a look at sample SOAP Code above, but I could be very wrong about that:-( Colm Colm Brazel MA CB Publications www.cbweb.net <http://www.cbweb.net> Macromedia-Dublin UserGroup Manager http://www.mmug-dublin.com [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Web Site Design & Development, Cold Fusion, general publishing including E-Books. The information contained in this e-mail transmission is confidential and may be privileged. It is intended only for the addressee(s) stated above. If you are not an addressee, any use, dissemination, distribution, publication,or copying of the information contained in this e-mail is strictly prohibited. If you have received this e-mail in error, please immediately notify CB Publications by telephone at 353-1-4941625 or e-mail [EMAIL PROTECTED] and delete the e-mail from your system. -----Original Message----- From: Stephen Moretti [mailto:[EMAIL PROTECTED] Sent: 03 December 2003 14:38 To: [EMAIL PROTECTED] Subject: [ cf-dev ] me and web services again.... Can anyone tell me how I can find out what the packet that cfinvoke/createobject generates to send to a web service looks like?? TIA Stephen -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.530 / Virus Database: 325 - Release Date: 22/10/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.530 / Virus Database: 325 - Release Date: 22/10/2003 -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.530 / Virus Database: 325 - Release Date: 22/10/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.530 / Virus Database: 325 - Release Date: 22/10/2003 -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
