ReadWriteDataForWR


Click here for a complete list of operations.

WebReadWriteData

iShowroom Web Event Tracking Service

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
EDTIME:
ID:
DCODE:
TEMPLID:
CONTAINERNAME:
EVENT:
BRANDID:
YEAR:
VFAMILYID:
PROP1:
PROP2:
PROP3:
PROP4:
PROP5:
PROP6:
PROP7:
PROP8:

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 /tracking-web/ReadWriteDataForWR.asmx HTTP/1.1
Host: ishowroompro.fcaperformanceinstitute.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.wirelessronin.com/ishowroom/WebReadWriteData"

<?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>
    <WebReadWriteData xmlns="http://www.wirelessronin.com/ishowroom/">
      <EDTIME>string</EDTIME>
      <ID>string</ID>
      <DCODE>string</DCODE>
      <TEMPLID>string</TEMPLID>
      <CONTAINERNAME>string</CONTAINERNAME>
      <EVENT>string</EVENT>
      <BRANDID>string</BRANDID>
      <YEAR>string</YEAR>
      <VFAMILYID>string</VFAMILYID>
      <PROP1>string</PROP1>
      <PROP2>string</PROP2>
      <PROP3>string</PROP3>
      <PROP4>string</PROP4>
      <PROP5>string</PROP5>
      <PROP6>string</PROP6>
      <PROP7>string</PROP7>
      <PROP8>string</PROP8>
    </WebReadWriteData>
  </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:Body>
    <WebReadWriteDataResponse xmlns="http://www.wirelessronin.com/ishowroom/">
      <WebReadWriteDataResult>string</WebReadWriteDataResult>
    </WebReadWriteDataResponse>
  </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 /tracking-web/ReadWriteDataForWR.asmx HTTP/1.1
Host: ishowroompro.fcaperformanceinstitute.com
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:Body>
    <WebReadWriteData xmlns="http://www.wirelessronin.com/ishowroom/">
      <EDTIME>string</EDTIME>
      <ID>string</ID>
      <DCODE>string</DCODE>
      <TEMPLID>string</TEMPLID>
      <CONTAINERNAME>string</CONTAINERNAME>
      <EVENT>string</EVENT>
      <BRANDID>string</BRANDID>
      <YEAR>string</YEAR>
      <VFAMILYID>string</VFAMILYID>
      <PROP1>string</PROP1>
      <PROP2>string</PROP2>
      <PROP3>string</PROP3>
      <PROP4>string</PROP4>
      <PROP5>string</PROP5>
      <PROP6>string</PROP6>
      <PROP7>string</PROP7>
      <PROP8>string</PROP8>
    </WebReadWriteData>
  </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:Body>
    <WebReadWriteDataResponse xmlns="http://www.wirelessronin.com/ishowroom/">
      <WebReadWriteDataResult>string</WebReadWriteDataResult>
    </WebReadWriteDataResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /tracking-web/ReadWriteDataForWR.asmx/WebReadWriteData?EDTIME=string&ID=string&DCODE=string&TEMPLID=string&CONTAINERNAME=string&EVENT=string&BRANDID=string&YEAR=string&VFAMILYID=string&PROP1=string&PROP2=string&PROP3=string&PROP4=string&PROP5=string&PROP6=string&PROP7=string&PROP8=string HTTP/1.1
Host: ishowroompro.fcaperformanceinstitute.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://www.wirelessronin.com/ishowroom/">string</string>

HTTP POST

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

POST /tracking-web/ReadWriteDataForWR.asmx/WebReadWriteData HTTP/1.1
Host: ishowroompro.fcaperformanceinstitute.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

EDTIME=string&ID=string&DCODE=string&TEMPLID=string&CONTAINERNAME=string&EVENT=string&BRANDID=string&YEAR=string&VFAMILYID=string&PROP1=string&PROP2=string&PROP3=string&PROP4=string&PROP5=string&PROP6=string&PROP7=string&PROP8=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://www.wirelessronin.com/ishowroom/">string</string>