Title: Tango TAF file to display results in XML
Greetings fellow Tango Programmers,


I am very new to Tango and the programming field, but in the first few months of working here, I have learned how powerful it can be! :) My newest and most difficult project yet is to export the data we have from Tango into XML format.

My question is a simple, yet difficult one: how does one go about doing this? Here’s what our client says the SOAP encapsulated XML post should look like:


POST /location/xmlpost.asmx HTTP/1.1
Host: myhost.myhost2.edu
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://url/leadServicePoster"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <ProcessLead xmlns="http://URL/leadServicePoster">
      <lead>
        <vendorCode xmlns="">string</vendorCode>
        <vendorLeadIdentifier xmlns="">token</vendorLeadIdentifier>
        <versionIdentifier xmlns="">integer</versionIdentifier>
        <testCase xmlns="">token</testCase>
        <nameLast xmlns="">token</nameLast>
        <nameMiddle xmlns="">token</nameMiddle>
        <nameFirst xmlns="">token</nameFirst>
        <nameSuffix xmlns="">token</nameSuffix>
        <addressLine1 xmlns="">string</addressLine1>
        <addressLine2 xmlns="">string</addressLine2>
        <addressCity xmlns="">token</addressCity>
        <addressState xmlns="">token</addressState>
        <addressZip xmlns="">token</addressZip>
        <addressCountryCode xmlns="">token</addressCountryCode>
        <homePhone xmlns="">token</homePhone>
        <workPhone xmlns="">token</workPhone>
        <otherPhone xmlns="">token</otherPhone>
        <internationalPhone xmlns="">token</internationalPhone>
        <email xmlns="">token</email>
        <bestTimeToCall xmlns="">string</bestTimeToCall>
        <highSchoolGradYear xmlns="">integer</highSchoolGradYear>
        <educationCompleted xmlns="">token</educationCompleted>
        <dateDegreeCompleted xmlns="">token</dateDegreeCompleted>
        <studentVisaRequired xmlns="">token</studentVisaRequired>
        <countryCitizenship xmlns="">token</countryCitizenship>
        <militaryStatus xmlns="">token</militaryStatus>
        <locationCode xmlns="">token</locationCode>
        <areaOfInterest xmlns="">token</areaOfInterest>
        <programOfInterest xmlns="">token</programOfInterest>
        <educationObjective xmlns="">token</educationObjective>
        <inquiredBefore xmlns="">token</inquiredBefore>
        <programOfInterest xmlns="">token</programOfInterest>
        <educationObjective xmlns="">token</educationObjective>
        <inquiredBefore xmlns="">token</inquiredBefore>
        <sourceCode xmlns="">token</sourceCode>
        <sourceDate xmlns="">token</sourceDate>
        <sourceTime xmlns="">token</sourceTime>
        <sourceTimeOffset xmlns="">token</sourceTimeOffset>
        <sourceNumber xmlns="">token</sourceNumber>
        <vendorAffiliate xmlns="">token</vendorAffiliate>
        <comments xmlns="">string</comments>
        <preassignedAda xmlns="">token</preassignedAda>
        <warmTransferResult xmlns="">token</warmTransferResult>
        <other xmlns="">xml</other>
        <validationResults xmlns="">string</validationResults>
        <validationNotes xmlns="">string</validationNotes>
       <validationMessage xmlns="">string</validationMessage>
      </lead>
    </ProcessLead>
  </soap:Body>
</soap:Envelope>

Any ideas? Is it as simple as passing the values into the fields? Please help me out! Thanks!

____________________________________________________
Kaustav Acharya
 U. Inc.
      12250 El Camino Real, Suite #104
      San Diego, CA. 92130

  Office: (858) 847-3350 x1004
  Fax: (858) 847-3340
  email: [EMAIL PROTECTED]
 
  http://www.colleges.com
____________________________________________________

 All the News. No Ink. - http://www.onlinetimes.com
 Power to the People - http://www.campaign.com
____________________________________________________

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to