ResultServer
Click here for a complete list of operations.
VirtualMatchChildrenToOwn
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: www.orionresults.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.orionscoringsystem.com/scheibentoni/VirtualMatchChildrenToOwn"
<?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>
<VirtualMatchChildrenToOwn xmlns="http://www.orionscoringsystem.com/scheibentoni">
<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>
</VirtualMatchChildrenToOwn>
</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>
<VirtualMatchChildrenToOwnResponse xmlns="http://www.orionscoringsystem.com/scheibentoni">
<VirtualMatchChildrenToOwnResult>
<Match>
<MatchID>string</MatchID>
<Name>string</Name>
<ShortName>string</ShortName>
<Visibility>string</Visibility>
<Rulebook>
<GoverningBody>string</GoverningBody>
<Name>string</Name>
<Version>float</Version>
<Options xsi:nil="true" />
</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 xsi:nil="true" />
</Location>
<ContactMethods>
<ContactMethod xsi:nil="true" />
<ContactMethod xsi:nil="true" />
</ContactMethods>
<Organizer>
<Name>string</Name>
<ContactMethods xsi:nil="true" />
</Organizer>
<Officials>
<Official xsi:nil="true" />
<Official xsi:nil="true" />
</Officials>
<Attributes>
<Attribute xsi:nil="true" />
<Attribute xsi:nil="true" />
</Attributes>
<Competitors>
<Competitor xsi:nil="true" />
<Competitor xsi:nil="true" />
</Competitors>
<Teams>
<Team xsi:nil="true" />
<Team xsi:nil="true" />
</Teams>
<EventResults>
<EventResult xsi:nil="true" />
<EventResult xsi:nil="true" />
</EventResults>
</Match>
<Match>
<MatchID>string</MatchID>
<Name>string</Name>
<ShortName>string</ShortName>
<Visibility>string</Visibility>
<Rulebook>
<GoverningBody>string</GoverningBody>
<Name>string</Name>
<Version>float</Version>
<Options xsi:nil="true" />
</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 xsi:nil="true" />
</Location>
<ContactMethods>
<ContactMethod xsi:nil="true" />
<ContactMethod xsi:nil="true" />
</ContactMethods>
<Organizer>
<Name>string</Name>
<ContactMethods xsi:nil="true" />
</Organizer>
<Officials>
<Official xsi:nil="true" />
<Official xsi:nil="true" />
</Officials>
<Attributes>
<Attribute xsi:nil="true" />
<Attribute xsi:nil="true" />
</Attributes>
<Competitors>
<Competitor xsi:nil="true" />
<Competitor xsi:nil="true" />
</Competitors>
<Teams>
<Team xsi:nil="true" />
<Team xsi:nil="true" />
</Teams>
<EventResults>
<EventResult xsi:nil="true" />
<EventResult xsi:nil="true" />
</EventResults>
</Match>
</VirtualMatchChildrenToOwnResult>
</VirtualMatchChildrenToOwnResponse>
</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: www.orionresults.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>
<VirtualMatchChildrenToOwn xmlns="http://www.orionscoringsystem.com/scheibentoni">
<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>
</VirtualMatchChildrenToOwn>
</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>
<VirtualMatchChildrenToOwnResponse xmlns="http://www.orionscoringsystem.com/scheibentoni">
<VirtualMatchChildrenToOwnResult>
<Match>
<MatchID>string</MatchID>
<Name>string</Name>
<ShortName>string</ShortName>
<Visibility>string</Visibility>
<Rulebook>
<GoverningBody>string</GoverningBody>
<Name>string</Name>
<Version>float</Version>
<Options xsi:nil="true" />
</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 xsi:nil="true" />
</Location>
<ContactMethods>
<ContactMethod xsi:nil="true" />
<ContactMethod xsi:nil="true" />
</ContactMethods>
<Organizer>
<Name>string</Name>
<ContactMethods xsi:nil="true" />
</Organizer>
<Officials>
<Official xsi:nil="true" />
<Official xsi:nil="true" />
</Officials>
<Attributes>
<Attribute xsi:nil="true" />
<Attribute xsi:nil="true" />
</Attributes>
<Competitors>
<Competitor xsi:nil="true" />
<Competitor xsi:nil="true" />
</Competitors>
<Teams>
<Team xsi:nil="true" />
<Team xsi:nil="true" />
</Teams>
<EventResults>
<EventResult xsi:nil="true" />
<EventResult xsi:nil="true" />
</EventResults>
</Match>
<Match>
<MatchID>string</MatchID>
<Name>string</Name>
<ShortName>string</ShortName>
<Visibility>string</Visibility>
<Rulebook>
<GoverningBody>string</GoverningBody>
<Name>string</Name>
<Version>float</Version>
<Options xsi:nil="true" />
</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 xsi:nil="true" />
</Location>
<ContactMethods>
<ContactMethod xsi:nil="true" />
<ContactMethod xsi:nil="true" />
</ContactMethods>
<Organizer>
<Name>string</Name>
<ContactMethods xsi:nil="true" />
</Organizer>
<Officials>
<Official xsi:nil="true" />
<Official xsi:nil="true" />
</Officials>
<Attributes>
<Attribute xsi:nil="true" />
<Attribute xsi:nil="true" />
</Attributes>
<Competitors>
<Competitor xsi:nil="true" />
<Competitor xsi:nil="true" />
</Competitors>
<Teams>
<Team xsi:nil="true" />
<Team xsi:nil="true" />
</Teams>
<EventResults>
<EventResult xsi:nil="true" />
<EventResult xsi:nil="true" />
</EventResults>
</Match>
</VirtualMatchChildrenToOwnResult>
</VirtualMatchChildrenToOwnResponse>
</soap12:Body>
</soap12:Envelope>