Test

<back to all web services

TestUploadWithDto

import java.math.*;
import java.util.*;
import java.io.InputStream;
import net.servicestack.client.*;
import com.google.gson.annotations.*;
import com.google.gson.reflect.*;

public class dtos
{

    public static class TestUploadWithDto implements IPost
    {
        @SerializedName("int") public Integer Int = null;
        public Integer nullableId = null;
        @SerializedName("long") public Long Long = null;
        @SerializedName("double") public Double Double = null;
        public String string = null;
        public Date dateTime = null;
        public ArrayList<Integer> intArray = null;
        public ArrayList<Integer> intList = null;
        public ArrayList<String> stringArray = null;
        public ArrayList<String> stringList = null;
        public ArrayList<Poco> pocoArray = null;
        public ArrayList<Poco> pocoList = null;
        public ArrayList<Short> nullableByteArray = null;
        public ArrayList<Short> nullableByteList = null;
        public ArrayList<Date> nullableDateTimeArray = null;
        public ArrayList<Date> nullableDateTimeList = null;
        public HashMap<String,ArrayList<Poco>> pocoLookup = null;
        public HashMap<String,ArrayList<HashMap<String,Poco>>> pocoLookupMap = null;
        public HashMap<String,ArrayList<String>> mapList = null;
        
        public Integer getInt() { return Int; }
        public TestUploadWithDto setInt(Integer value) { this.Int = value; return this; }
        public Integer getNullableId() { return nullableId; }
        public TestUploadWithDto setNullableId(Integer value) { this.nullableId = value; return this; }
        public Long getLong() { return Long; }
        public TestUploadWithDto setLong(Long value) { this.Long = value; return this; }
        public Double getDouble() { return Double; }
        public TestUploadWithDto setDouble(Double value) { this.Double = value; return this; }
        public String getString() { return string; }
        public TestUploadWithDto setString(String value) { this.string = value; return this; }
        public Date getDateTime() { return dateTime; }
        public TestUploadWithDto setDateTime(Date value) { this.dateTime = value; return this; }
        public ArrayList<Integer> getIntArray() { return intArray; }
        public TestUploadWithDto setIntArray(ArrayList<Integer> value) { this.intArray = value; return this; }
        public ArrayList<Integer> getIntList() { return intList; }
        public TestUploadWithDto setIntList(ArrayList<Integer> value) { this.intList = value; return this; }
        public ArrayList<String> getStringArray() { return stringArray; }
        public TestUploadWithDto setStringArray(ArrayList<String> value) { this.stringArray = value; return this; }
        public ArrayList<String> getStringList() { return stringList; }
        public TestUploadWithDto setStringList(ArrayList<String> value) { this.stringList = value; return this; }
        public ArrayList<Poco> getPocoArray() { return pocoArray; }
        public TestUploadWithDto setPocoArray(ArrayList<Poco> value) { this.pocoArray = value; return this; }
        public ArrayList<Poco> getPocoList() { return pocoList; }
        public TestUploadWithDto setPocoList(ArrayList<Poco> value) { this.pocoList = value; return this; }
        public ArrayList<Short> getNullableByteArray() { return nullableByteArray; }
        public TestUploadWithDto setNullableByteArray(ArrayList<Short> value) { this.nullableByteArray = value; return this; }
        public ArrayList<Short> getNullableByteList() { return nullableByteList; }
        public TestUploadWithDto setNullableByteList(ArrayList<Short> value) { this.nullableByteList = value; return this; }
        public ArrayList<Date> getNullableDateTimeArray() { return nullableDateTimeArray; }
        public TestUploadWithDto setNullableDateTimeArray(ArrayList<Date> value) { this.nullableDateTimeArray = value; return this; }
        public ArrayList<Date> getNullableDateTimeList() { return nullableDateTimeList; }
        public TestUploadWithDto setNullableDateTimeList(ArrayList<Date> value) { this.nullableDateTimeList = value; return this; }
        public HashMap<String,ArrayList<Poco>> getPocoLookup() { return pocoLookup; }
        public TestUploadWithDto setPocoLookup(HashMap<String,ArrayList<Poco>> value) { this.pocoLookup = value; return this; }
        public HashMap<String,ArrayList<HashMap<String,Poco>>> getPocoLookupMap() { return pocoLookupMap; }
        public TestUploadWithDto setPocoLookupMap(HashMap<String,ArrayList<HashMap<String,Poco>>> value) { this.pocoLookupMap = value; return this; }
        public HashMap<String,ArrayList<String>> getMapList() { return mapList; }
        public TestUploadWithDto setMapList(HashMap<String,ArrayList<String>> value) { this.mapList = value; return this; }
    }

    public static class Poco
    {
        public String name = null;
        
        public String getName() { return name; }
        public Poco setName(String value) { this.name = value; return this; }
    }

}

Java TestUploadWithDto DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/TestUploadWithDto HTTP/1.1 
Host: test.servicestack.net 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<TestUploadWithDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Test.ServiceModel">
  <DateTime>0001-01-01T00:00:00</DateTime>
  <Double>0</Double>
  <Int>0</Int>
  <IntArray xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>0</d2p1:int>
  </IntArray>
  <IntList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>0</d2p1:int>
  </IntList>
  <Long>0</Long>
  <MapList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>
        <d2p1:string>String</d2p1:string>
      </d2p1:Value>
    </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
  </MapList>
  <NullableByteArray xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:unsignedByte>0</d2p1:unsignedByte>
  </NullableByteArray>
  <NullableByteList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:unsignedByte>0</d2p1:unsignedByte>
  </NullableByteList>
  <NullableDateTimeArray xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:dateTime>0001-01-01T00:00:00</d2p1:dateTime>
  </NullableDateTimeArray>
  <NullableDateTimeList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:dateTime>0001-01-01T00:00:00</d2p1:dateTime>
  </NullableDateTimeList>
  <NullableId>0</NullableId>
  <PocoArray xmlns:d2p1="http://schemas.datacontract.org/2004/07/Test.ServiceModel.Types">
    <d2p1:Poco>
      <d2p1:Name>String</d2p1:Name>
    </d2p1:Poco>
  </PocoArray>
  <PocoList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Test.ServiceModel.Types">
    <d2p1:Poco>
      <d2p1:Name>String</d2p1:Name>
    </d2p1:Poco>
  </PocoList>
  <PocoLookup xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringArrayOfPocoSxVl28_Sd>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value xmlns:d4p1="http://schemas.datacontract.org/2004/07/Test.ServiceModel.Types">
        <d4p1:Poco>
          <d4p1:Name>String</d4p1:Name>
        </d4p1:Poco>
      </d2p1:Value>
    </d2p1:KeyValueOfstringArrayOfPocoSxVl28_Sd>
  </PocoLookup>
  <PocoLookupMap xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringArrayOfArrayOfKeyValueOfstringPocoSxVl28_Sdty7Ep6D1>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>
        <d2p1:ArrayOfKeyValueOfstringPocoSxVl28_Sd>
          <d2p1:KeyValueOfstringPocoSxVl28_Sd>
            <d2p1:Key>String</d2p1:Key>
            <d2p1:Value xmlns:d7p1="http://schemas.datacontract.org/2004/07/Test.ServiceModel.Types">
              <d7p1:Name>String</d7p1:Name>
            </d2p1:Value>
          </d2p1:KeyValueOfstringPocoSxVl28_Sd>
        </d2p1:ArrayOfKeyValueOfstringPocoSxVl28_Sd>
      </d2p1:Value>
    </d2p1:KeyValueOfstringArrayOfArrayOfKeyValueOfstringPocoSxVl28_Sdty7Ep6D1>
  </PocoLookupMap>
  <String>String</String>
  <StringArray xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </StringArray>
  <StringList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </StringList>
</TestUploadWithDto>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<TestUploadWithDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Test.ServiceModel">
  <DateTime>0001-01-01T00:00:00</DateTime>
  <Double>0</Double>
  <Int>0</Int>
  <IntArray xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>0</d2p1:int>
  </IntArray>
  <IntList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>0</d2p1:int>
  </IntList>
  <Long>0</Long>
  <MapList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>
        <d2p1:string>String</d2p1:string>
      </d2p1:Value>
    </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
  </MapList>
  <NullableByteArray xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:unsignedByte>0</d2p1:unsignedByte>
  </NullableByteArray>
  <NullableByteList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:unsignedByte>0</d2p1:unsignedByte>
  </NullableByteList>
  <NullableDateTimeArray xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:dateTime>0001-01-01T00:00:00</d2p1:dateTime>
  </NullableDateTimeArray>
  <NullableDateTimeList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:dateTime>0001-01-01T00:00:00</d2p1:dateTime>
  </NullableDateTimeList>
  <NullableId>0</NullableId>
  <PocoArray xmlns:d2p1="http://schemas.datacontract.org/2004/07/Test.ServiceModel.Types">
    <d2p1:Poco>
      <d2p1:Name>String</d2p1:Name>
    </d2p1:Poco>
  </PocoArray>
  <PocoList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Test.ServiceModel.Types">
    <d2p1:Poco>
      <d2p1:Name>String</d2p1:Name>
    </d2p1:Poco>
  </PocoList>
  <PocoLookup xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringArrayOfPocoSxVl28_Sd>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value xmlns:d4p1="http://schemas.datacontract.org/2004/07/Test.ServiceModel.Types">
        <d4p1:Poco>
          <d4p1:Name>String</d4p1:Name>
        </d4p1:Poco>
      </d2p1:Value>
    </d2p1:KeyValueOfstringArrayOfPocoSxVl28_Sd>
  </PocoLookup>
  <PocoLookupMap xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringArrayOfArrayOfKeyValueOfstringPocoSxVl28_Sdty7Ep6D1>
      <d2p1:Key>String</d2p1:Key>
      <d2p1:Value>
        <d2p1:ArrayOfKeyValueOfstringPocoSxVl28_Sd>
          <d2p1:KeyValueOfstringPocoSxVl28_Sd>
            <d2p1:Key>String</d2p1:Key>
            <d2p1:Value xmlns:d7p1="http://schemas.datacontract.org/2004/07/Test.ServiceModel.Types">
              <d7p1:Name>String</d7p1:Name>
            </d2p1:Value>
          </d2p1:KeyValueOfstringPocoSxVl28_Sd>
        </d2p1:ArrayOfKeyValueOfstringPocoSxVl28_Sd>
      </d2p1:Value>
    </d2p1:KeyValueOfstringArrayOfArrayOfKeyValueOfstringPocoSxVl28_Sdty7Ep6D1>
  </PocoLookupMap>
  <String>String</String>
  <StringArray xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </StringArray>
  <StringList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </StringList>
</TestUploadWithDto>