Brian What's this 'XML Server'?
Is there some sort of API? You may just need to send the XML string, rather than the object itself... but I don't know. Mark ------------------------------------------------------------------ [EMAIL PROTECTED] ICQ: 3094740 Safe From Bees [ www.safefrombees.com ] Quoting "KNOTT, Brian" <[EMAIL PROTECTED]>: > Ok Guys I can get CF to create an XML document via the CFXML tag. My > question is how do I submit this document to an XML server. The following > document will return information on a particular user. Our portal has an > XML interface that we can submit an XML document to. I'm just not sure how > I go about this. Should I use cfhttp. > > Brian Knott > > <?xml version="1.0" encoding="UTF-8"?> > <PORTAL TransId="test"> > <AUTH> > <LOGIN Username="admin" Password="admin" Session="Bypass" Encode="none"/> > </AUTH> > > <QUERY RefId="getusername"> > <USER ObjectKey="u310346"> > <FIELD Name="Username"/> > <FIELD Name="LastName"/> > <FIELD Name="FirstName"/> > <FIELD Name="Email"/> > <!-- --> > <FIELD Name="Groups"/> > > > > </USER> > </QUERY> > > </PORTAL> > > > > -----Original Message----- > > From: Mark M [SMTP:[EMAIL PROTECTED] > > Sent: Thursday, 25 March 2004 15:37 > > To: CFAussie Mailing List > > Subject: [cfaussie] Re: XML > > > > Hey - > > > > A good start at www.w3schools.com is a good idea: > > http://www.w3schools.com/xml/default.asp > > > > Also a huge reference of material at: > > http://www.wdvl.com/Authoring/Languages/XML/ > > > > Enjoy :o) > > > > Mark > > ------------------------------------------------------------------ > > [EMAIL PROTECTED] > > ICQ: 3094740 > > Safe From Bees > > [ www.safefrombees.com ] > > > > > > Quoting "KNOTT, Brian" <[EMAIL PROTECTED]>: > > > > > Does anyone have any good XML tuts for someone that has not handled XML > > > before. I want to use CFMX to create an XML document that I can send to > > an > > > XML server. I also want to be able to look at the returned XML > > document. > > > > > > Brian > > > > > > > > > > > > > > > > > -------------------------------------------------------------------------- > > --------- > > > > > > The contents of this message are the views of the Author and do not > > > necessarily reflect the views of SUNCORP METWAY LTD ABN 66 010 831 722. > > > > > > > > The content of this e-mail, including attachments is a confidential > > > communication between the Suncorp Metway Group and the intended > > addressee. > > > Any unauthorised use of the contents is expressly prohibited. If you > > have > > > received this e-mail in error please contact the sender immediately and > > then > > > delete the message and any attachment(s). > > > > > > http://www.suncorp.com.au > > > > > > > > > --- > > > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > > > To unsubscribe send a blank email to > > [EMAIL PROTECTED] > > > > > > MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia > > > http://www.mxdu.com/ + 24-25 February, 2004 > > > > > > > > > > > > > --- > > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > > To unsubscribe send a blank email to > > [EMAIL PROTECTED] > > > > MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia > > http://www.mxdu.com/ + 24-25 February, 2004 > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > > MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia > http://www.mxdu.com/ + 24-25 February, 2004 > > > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
