UDXService


Click here for a complete list of operations.

NewUDXANIALICall

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /RNDBUDX2_0/ZOLLData.Services.UDXService.asmx HTTP/1.1
Host: shs-ems-navi.tamu.edu
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://zolldata.com/NewUDXANIALICall"

<?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:Header>
    <RequestHeader xmlns="http://zolldata.com/">
      <Headers>
        <anyType />
        <anyType />
      </Headers>
    </RequestHeader>
  </soap:Header>
  <soap:Body>
    <NewUDXANIALICall xmlns="http://zolldata.com/">
      <NewUDXANIALICallRequest>
        <Caller>
          <CallerName xmlns="http://www.zolldata.com/UDX/V2.0">string</CallerName>
          <CallerLocation Lat="decimal" Long="decimal" MapProvider="int" xmlns="http://www.zolldata.com/UDX/V2.0">
            <LocationName>string</LocationName>
            <LocationID>string</LocationID>
            <LocationType xsi:nil="true" />
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <County>string</County>
            <Country>string</Country>
            <ZIP>string</ZIP>
            <PhoneNumber>string</PhoneNumber>
            <Comments>string</Comments>
            <Sublocation>string</Sublocation>
            <Alerts xsi:nil="true" />
            <Alerts xsi:nil="true" />
            <Premises xsi:nil="true" />
            <Premises xsi:nil="true" />
            <Priors xsi:nil="true" />
            <Priors xsi:nil="true" />
            <Building>string</Building>
            <FaxNumber>string</FaxNumber>
            <FRMSKey>string</FRMSKey>
            <HazMatAlerts xsi:nil="true" />
            <HazMatAlerts xsi:nil="true" />
            <MappedID>int</MappedID>
            <Enabled>boolean</Enabled>
            <TimeZoneID>string</TimeZoneID>
          </CallerLocation>
          <TimeStamps xmlns="http://www.zolldata.com/UDX/V2.0">
            <TimeStamp>dateTime</TimeStamp>
            <TimeStampType xsi:nil="true" />
            <TimeStampData xsi:nil="true" />
            <TimeStampData xsi:nil="true" />
            <TimeStampsIdentifier>string</TimeStampsIdentifier>
            <TimeStampRule>Create or Overwrite</TimeStampRule>
            <Enabled>boolean</Enabled>
          </TimeStamps>
          <TimeStamps xmlns="http://www.zolldata.com/UDX/V2.0">
            <TimeStamp>dateTime</TimeStamp>
            <TimeStampType xsi:nil="true" />
            <TimeStampData xsi:nil="true" />
            <TimeStampData xsi:nil="true" />
            <TimeStampsIdentifier>string</TimeStampsIdentifier>
            <TimeStampRule>Create or Overwrite</TimeStampRule>
            <Enabled>boolean</Enabled>
          </TimeStamps>
          <CallSourceIdentifier xmlns="http://www.zolldata.com/UDX/V2.0">string</CallSourceIdentifier>
          <CallSource xmlns="http://www.zolldata.com/UDX/V2.0">
            <Identifier>string</Identifier>
            <Description>string</Description>
            <Location xsi:nil="true" />
            <MappedID>int</MappedID>
            <Enabled>boolean</Enabled>
          </CallSource>
          <Identifier xmlns="http://www.zolldata.com/UDX/V2.0">string</Identifier>
          <Notes xmlns="http://www.zolldata.com/UDX/V2.0">
            <Identifier>string</Identifier>
            <Note>string</Note>
            <NoteTime>dateTime</NoteTime>
            <UserName>string</UserName>
            <NoteType>string</NoteType>
            <MappedID>int</MappedID>
          </Notes>
          <Notes xmlns="http://www.zolldata.com/UDX/V2.0">
            <Identifier>string</Identifier>
            <Note>string</Note>
            <NoteTime>dateTime</NoteTime>
            <UserName>string</UserName>
            <NoteType>string</NoteType>
            <MappedID>int</MappedID>
          </Notes>
        </Caller>
      </NewUDXANIALICallRequest>
    </NewUDXANIALICall>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?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:Header>
    <ResponseHeader xmlns="http://zolldata.com/">
      <Headers>
        <anyType />
        <anyType />
      </Headers>
    </ResponseHeader>
  </soap:Header>
  <soap:Body>
    <NewUDXANIALICallResponse xmlns="http://zolldata.com/" />
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /RNDBUDX2_0/ZOLLData.Services.UDXService.asmx HTTP/1.1
Host: shs-ems-navi.tamu.edu
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <RequestHeader xmlns="http://zolldata.com/">
      <Headers>
        <anyType />
        <anyType />
      </Headers>
    </RequestHeader>
  </soap12:Header>
  <soap12:Body>
    <NewUDXANIALICall xmlns="http://zolldata.com/">
      <NewUDXANIALICallRequest>
        <Caller>
          <CallerName xmlns="http://www.zolldata.com/UDX/V2.0">string</CallerName>
          <CallerLocation Lat="decimal" Long="decimal" MapProvider="int" xmlns="http://www.zolldata.com/UDX/V2.0">
            <LocationName>string</LocationName>
            <LocationID>string</LocationID>
            <LocationType xsi:nil="true" />
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <County>string</County>
            <Country>string</Country>
            <ZIP>string</ZIP>
            <PhoneNumber>string</PhoneNumber>
            <Comments>string</Comments>
            <Sublocation>string</Sublocation>
            <Alerts xsi:nil="true" />
            <Alerts xsi:nil="true" />
            <Premises xsi:nil="true" />
            <Premises xsi:nil="true" />
            <Priors xsi:nil="true" />
            <Priors xsi:nil="true" />
            <Building>string</Building>
            <FaxNumber>string</FaxNumber>
            <FRMSKey>string</FRMSKey>
            <HazMatAlerts xsi:nil="true" />
            <HazMatAlerts xsi:nil="true" />
            <MappedID>int</MappedID>
            <Enabled>boolean</Enabled>
            <TimeZoneID>string</TimeZoneID>
          </CallerLocation>
          <TimeStamps xmlns="http://www.zolldata.com/UDX/V2.0">
            <TimeStamp>dateTime</TimeStamp>
            <TimeStampType xsi:nil="true" />
            <TimeStampData xsi:nil="true" />
            <TimeStampData xsi:nil="true" />
            <TimeStampsIdentifier>string</TimeStampsIdentifier>
            <TimeStampRule>Create or Overwrite</TimeStampRule>
            <Enabled>boolean</Enabled>
          </TimeStamps>
          <TimeStamps xmlns="http://www.zolldata.com/UDX/V2.0">
            <TimeStamp>dateTime</TimeStamp>
            <TimeStampType xsi:nil="true" />
            <TimeStampData xsi:nil="true" />
            <TimeStampData xsi:nil="true" />
            <TimeStampsIdentifier>string</TimeStampsIdentifier>
            <TimeStampRule>Create or Overwrite</TimeStampRule>
            <Enabled>boolean</Enabled>
          </TimeStamps>
          <CallSourceIdentifier xmlns="http://www.zolldata.com/UDX/V2.0">string</CallSourceIdentifier>
          <CallSource xmlns="http://www.zolldata.com/UDX/V2.0">
            <Identifier>string</Identifier>
            <Description>string</Description>
            <Location xsi:nil="true" />
            <MappedID>int</MappedID>
            <Enabled>boolean</Enabled>
          </CallSource>
          <Identifier xmlns="http://www.zolldata.com/UDX/V2.0">string</Identifier>
          <Notes xmlns="http://www.zolldata.com/UDX/V2.0">
            <Identifier>string</Identifier>
            <Note>string</Note>
            <NoteTime>dateTime</NoteTime>
            <UserName>string</UserName>
            <NoteType>string</NoteType>
            <MappedID>int</MappedID>
          </Notes>
          <Notes xmlns="http://www.zolldata.com/UDX/V2.0">
            <Identifier>string</Identifier>
            <Note>string</Note>
            <NoteTime>dateTime</NoteTime>
            <UserName>string</UserName>
            <NoteType>string</NoteType>
            <MappedID>int</MappedID>
          </Notes>
        </Caller>
      </NewUDXANIALICallRequest>
    </NewUDXANIALICall>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <ResponseHeader xmlns="http://zolldata.com/">
      <Headers>
        <anyType />
        <anyType />
      </Headers>
    </ResponseHeader>
  </soap12:Header>
  <soap12:Body>
    <NewUDXANIALICallResponse xmlns="http://zolldata.com/" />
  </soap12:Body>
</soap12:Envelope>