ResultServer
Click here for a complete list of operations.
SubmitMatchResults
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 /scheibentoni/ResultServer.asmx HTTP/1.1
Host: orionscoringsystem.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.orionscoringsystem.com/scheibentoni/SubmitMatchResults"
<?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>
<SubmitMatchResults xmlns="http://www.orionscoringsystem.com/scheibentoni">
<match>
<MatchID>string</MatchID>
<Name>string</Name>
<ShortName>string</ShortName>
<Visibility>string</Visibility>
<Rulebook>
<GoverningBody>string</GoverningBody>
<Name>string</Name>
<Version>float</Version>
<Options>
<RulebookOption xsi:nil="true" />
<RulebookOption xsi:nil="true" />
</Options>
</Rulebook>
<CourseOfFire>
<Name>string</Name>
<Tournament>boolean</Tournament>
<Function>string</Function>
<Parameter>string</Parameter>
</CourseOfFire>
<ShootingStyle>
<Discipline>string</Discipline>
<Style>string</Style>
<CompetitionType>string</CompetitionType>
</ShootingStyle>
<StartDate>dateTime</StartDate>
<EndDate>dateTime</EndDate>
<Location>
<Name>string</Name>
<Address>
<Street1>string</Street1>
<Street2>string</Street2>
<Street3>string</Street3>
<City>string</City>
<Region>string</Region>
<Country>string</Country>
<Postal>string</Postal>
<Longitude>double</Longitude>
<Latitude>double</Latitude>
<Altitude>double</Altitude>
</Address>
</Location>
<ContactMethods>
<ContactMethod>
<Type>string</Type>
<Address>string</Address>
<Description>string</Description>
</ContactMethod>
<ContactMethod>
<Type>string</Type>
<Address>string</Address>
<Description>string</Description>
</ContactMethod>
</ContactMethods>
<Organizer>
<Name>string</Name>
<ContactMethods>
<ContactMethod xsi:nil="true" />
<ContactMethod xsi:nil="true" />
</ContactMethods>
</Organizer>
<Officials>
<Official>
<Person xsi:nil="true" />
<Role>string</Role>
<Represents>string</Represents>
<ContactMethods xsi:nil="true" />
</Official>
<Official>
<Person xsi:nil="true" />
<Role>string</Role>
<Represents>string</Represents>
<ContactMethods xsi:nil="true" />
</Official>
</Officials>
<Attributes>
<Attribute>
<Name>string</Name>
<Type>string</Type>
<AttributeValues xsi:nil="true" />
</Attribute>
<Attribute>
<Name>string</Name>
<Type>string</Type>
<AttributeValues xsi:nil="true" />
</Attribute>
</Attributes>
<Competitors>
<Competitor>
<Person xsi:nil="true" />
<UniqueID>int</UniqueID>
<CompetitorNumber>string</CompetitorNumber>
<ResultCOF>string</ResultCOF>
<Represents>string</Represents>
<CoachIDRef>int</CoachIDRef>
<AttributeValues xsi:nil="true" />
<Memberships xsi:nil="true" />
<EventScores xsi:nil="true" />
<ShotScores xsi:nil="true" />
<Penalties xsi:nil="true" />
<Squadding xsi:nil="true" />
<ContactMethods xsi:nil="true" />
<Addresses xsi:nil="true" />
</Competitor>
<Competitor>
<Person xsi:nil="true" />
<UniqueID>int</UniqueID>
<CompetitorNumber>string</CompetitorNumber>
<ResultCOF>string</ResultCOF>
<Represents>string</Represents>
<CoachIDRef>int</CoachIDRef>
<AttributeValues xsi:nil="true" />
<Memberships xsi:nil="true" />
<EventScores xsi:nil="true" />
<ShotScores xsi:nil="true" />
<Penalties xsi:nil="true" />
<Squadding xsi:nil="true" />
<ContactMethods xsi:nil="true" />
<Addresses xsi:nil="true" />
</Competitor>
</Competitors>
<Teams>
<Team>
<UniqueID>int</UniqueID>
<DisplayName>string</DisplayName>
<ResultCOF>string</ResultCOF>
<CompetitorNumber>string</CompetitorNumber>
<Represents>string</Represents>
<AttributeValues xsi:nil="true" />
<TeamMembers xsi:nil="true" />
<Memberships xsi:nil="true" />
<EventScores xsi:nil="true" />
<ShotScores xsi:nil="true" />
<Penalties xsi:nil="true" />
<VMLocation>string</VMLocation>
</Team>
<Team>
<UniqueID>int</UniqueID>
<DisplayName>string</DisplayName>
<ResultCOF>string</ResultCOF>
<CompetitorNumber>string</CompetitorNumber>
<Represents>string</Represents>
<AttributeValues xsi:nil="true" />
<TeamMembers xsi:nil="true" />
<Memberships xsi:nil="true" />
<EventScores xsi:nil="true" />
<ShotScores xsi:nil="true" />
<Penalties xsi:nil="true" />
<VMLocation>string</VMLocation>
</Team>
</Teams>
<EventResults>
<EventResult>
<Name>string</Name>
<Event>string</Event>
<Option>string</Option>
<Description>string</Description>
<ResultList xsi:nil="true" />
</EventResult>
<EventResult>
<Name>string</Name>
<Event>string</Event>
<Option>string</Option>
<Description>string</Description>
<ResultList xsi:nil="true" />
</EventResult>
</EventResults>
</match>
<authentication>
<Domain>string</Domain>
<Identification>string</Identification>
<MessageDigest>string</MessageDigest>
<UTCTimeStamp>dateTime</UTCTimeStamp>
<IdentifiedBy>
<Identification>
<Name>string</Name>
<Value>string</Value>
</Identification>
<Identification>
<Name>string</Name>
<Value>string</Value>
</Identification>
</IdentifiedBy>
</authentication>
</SubmitMatchResults>
</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>
<SubmitMatchResultsResponse xmlns="http://www.orionscoringsystem.com/scheibentoni">
<SubmitMatchResultsResult>
<Messages>
<Message>
<Text>string</Text>
</Message>
<Message>
<Text>string</Text>
</Message>
</Messages>
<Errors>
<Message>
<Text>string</Text>
</Message>
<Message>
<Text>string</Text>
</Message>
</Errors>
<ContactMethods>
<ContactMethod>
<Type>string</Type>
<Address>string</Address>
<Description>string</Description>
</ContactMethod>
<ContactMethod>
<Type>string</Type>
<Address>string</Address>
<Description>string</Description>
</ContactMethod>
</ContactMethods>
</SubmitMatchResultsResult>
</SubmitMatchResultsResponse>
</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 /scheibentoni/ResultServer.asmx HTTP/1.1
Host: orionscoringsystem.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>
<SubmitMatchResults xmlns="http://www.orionscoringsystem.com/scheibentoni">
<match>
<MatchID>string</MatchID>
<Name>string</Name>
<ShortName>string</ShortName>
<Visibility>string</Visibility>
<Rulebook>
<GoverningBody>string</GoverningBody>
<Name>string</Name>
<Version>float</Version>
<Options>
<RulebookOption xsi:nil="true" />
<RulebookOption xsi:nil="true" />
</Options>
</Rulebook>
<CourseOfFire>
<Name>string</Name>
<Tournament>boolean</Tournament>
<Function>string</Function>
<Parameter>string</Parameter>
</CourseOfFire>
<ShootingStyle>
<Discipline>string</Discipline>
<Style>string</Style>
<CompetitionType>string</CompetitionType>
</ShootingStyle>
<StartDate>dateTime</StartDate>
<EndDate>dateTime</EndDate>
<Location>
<Name>string</Name>
<Address>
<Street1>string</Street1>
<Street2>string</Street2>
<Street3>string</Street3>
<City>string</City>
<Region>string</Region>
<Country>string</Country>
<Postal>string</Postal>
<Longitude>double</Longitude>
<Latitude>double</Latitude>
<Altitude>double</Altitude>
</Address>
</Location>
<ContactMethods>
<ContactMethod>
<Type>string</Type>
<Address>string</Address>
<Description>string</Description>
</ContactMethod>
<ContactMethod>
<Type>string</Type>
<Address>string</Address>
<Description>string</Description>
</ContactMethod>
</ContactMethods>
<Organizer>
<Name>string</Name>
<ContactMethods>
<ContactMethod xsi:nil="true" />
<ContactMethod xsi:nil="true" />
</ContactMethods>
</Organizer>
<Officials>
<Official>
<Person xsi:nil="true" />
<Role>string</Role>
<Represents>string</Represents>
<ContactMethods xsi:nil="true" />
</Official>
<Official>
<Person xsi:nil="true" />
<Role>string</Role>
<Represents>string</Represents>
<ContactMethods xsi:nil="true" />
</Official>
</Officials>
<Attributes>
<Attribute>
<Name>string</Name>
<Type>string</Type>
<AttributeValues xsi:nil="true" />
</Attribute>
<Attribute>
<Name>string</Name>
<Type>string</Type>
<AttributeValues xsi:nil="true" />
</Attribute>
</Attributes>
<Competitors>
<Competitor>
<Person xsi:nil="true" />
<UniqueID>int</UniqueID>
<CompetitorNumber>string</CompetitorNumber>
<ResultCOF>string</ResultCOF>
<Represents>string</Represents>
<CoachIDRef>int</CoachIDRef>
<AttributeValues xsi:nil="true" />
<Memberships xsi:nil="true" />
<EventScores xsi:nil="true" />
<ShotScores xsi:nil="true" />
<Penalties xsi:nil="true" />
<Squadding xsi:nil="true" />
<ContactMethods xsi:nil="true" />
<Addresses xsi:nil="true" />
</Competitor>
<Competitor>
<Person xsi:nil="true" />
<UniqueID>int</UniqueID>
<CompetitorNumber>string</CompetitorNumber>
<ResultCOF>string</ResultCOF>
<Represents>string</Represents>
<CoachIDRef>int</CoachIDRef>
<AttributeValues xsi:nil="true" />
<Memberships xsi:nil="true" />
<EventScores xsi:nil="true" />
<ShotScores xsi:nil="true" />
<Penalties xsi:nil="true" />
<Squadding xsi:nil="true" />
<ContactMethods xsi:nil="true" />
<Addresses xsi:nil="true" />
</Competitor>
</Competitors>
<Teams>
<Team>
<UniqueID>int</UniqueID>
<DisplayName>string</DisplayName>
<ResultCOF>string</ResultCOF>
<CompetitorNumber>string</CompetitorNumber>
<Represents>string</Represents>
<AttributeValues xsi:nil="true" />
<TeamMembers xsi:nil="true" />
<Memberships xsi:nil="true" />
<EventScores xsi:nil="true" />
<ShotScores xsi:nil="true" />
<Penalties xsi:nil="true" />
<VMLocation>string</VMLocation>
</Team>
<Team>
<UniqueID>int</UniqueID>
<DisplayName>string</DisplayName>
<ResultCOF>string</ResultCOF>
<CompetitorNumber>string</CompetitorNumber>
<Represents>string</Represents>
<AttributeValues xsi:nil="true" />
<TeamMembers xsi:nil="true" />
<Memberships xsi:nil="true" />
<EventScores xsi:nil="true" />
<ShotScores xsi:nil="true" />
<Penalties xsi:nil="true" />
<VMLocation>string</VMLocation>
</Team>
</Teams>
<EventResults>
<EventResult>
<Name>string</Name>
<Event>string</Event>
<Option>string</Option>
<Description>string</Description>
<ResultList xsi:nil="true" />
</EventResult>
<EventResult>
<Name>string</Name>
<Event>string</Event>
<Option>string</Option>
<Description>string</Description>
<ResultList xsi:nil="true" />
</EventResult>
</EventResults>
</match>
<authentication>
<Domain>string</Domain>
<Identification>string</Identification>
<MessageDigest>string</MessageDigest>
<UTCTimeStamp>dateTime</UTCTimeStamp>
<IdentifiedBy>
<Identification>
<Name>string</Name>
<Value>string</Value>
</Identification>
<Identification>
<Name>string</Name>
<Value>string</Value>
</Identification>
</IdentifiedBy>
</authentication>
</SubmitMatchResults>
</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>
<SubmitMatchResultsResponse xmlns="http://www.orionscoringsystem.com/scheibentoni">
<SubmitMatchResultsResult>
<Messages>
<Message>
<Text>string</Text>
</Message>
<Message>
<Text>string</Text>
</Message>
</Messages>
<Errors>
<Message>
<Text>string</Text>
</Message>
<Message>
<Text>string</Text>
</Message>
</Errors>
<ContactMethods>
<ContactMethod>
<Type>string</Type>
<Address>string</Address>
<Description>string</Description>
</ContactMethod>
<ContactMethod>
<Type>string</Type>
<Address>string</Address>
<Description>string</Description>
</ContactMethod>
</ContactMethods>
</SubmitMatchResultsResult>
</SubmitMatchResultsResponse>
</soap12:Body>
</soap12:Envelope>