EventsService
Click here for a complete list of operations.
GetFuneralInfoForEvent
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 /medarbeider/WS/EventsService.asmx HTTP/1.1
Host: wsu2.mylabora.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://mylabora.com/PlannerServices/09/02/GetFuneralInfoForEvent"
<?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>
<GetFuneralInfoForEvent xmlns="http://mylabora.com/PlannerServices/09/02/">
<Username>string</Username>
<Password>string</Password>
<ProductId>guid</ProductId>
<EventId>guid</EventId>
</GetFuneralInfoForEvent>
</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>
<GetFuneralInfoForEventResponse xmlns="http://mylabora.com/PlannerServices/09/02/">
<GetFuneralInfoForEventResult>
<Id>guid</Id>
<F_EventId>guid</F_EventId>
<Lastname>string</Lastname>
<Firstname>string</Firstname>
<LastnameNotMarried>string</LastnameNotMarried>
<Birthplace>string</Birthplace>
<DateOfDeath>dateTime</DateOfDeath>
<SocialNumber>string</SocialNumber>
<Congregation>string</Congregation>
<ReceivedInformation>string</ReceivedInformation>
<ReceivedInfoDate>dateTime</ReceivedInfoDate>
<RegisteredDate>dateTime</RegisteredDate>
<RegisteredBy>string</RegisteredBy>
<BlessingDate>dateTime</BlessingDate>
<BlessingTime>string</BlessingTime>
<BlessingPriest>string</BlessingPriest>
<BlessingPriestId>guid</BlessingPriestId>
<BlessingPriestPhone>string</BlessingPriestPhone>
<BlessingCantor>string</BlessingCantor>
<BlessingCantorId>guid</BlessingCantorId>
<BlessingCantorPhone>string</BlessingCantorPhone>
<BlessingLocation>string</BlessingLocation>
<BlessingLocationId>guid</BlessingLocationId>
<MemoryArrangementLocation>string</MemoryArrangementLocation>
<MemoryArrangementLocationId>guid</MemoryArrangementLocationId>
<Housekeeper>string</Housekeeper>
<HousekeeperId>guid</HousekeeperId>
<HousekeeperPhone>string</HousekeeperPhone>
<PublishDeceasedDate>dateTime</PublishDeceasedDate>
<PublishDeceasedTime>string</PublishDeceasedTime>
<PublishDeceasedLocation>string</PublishDeceasedLocation>
<FuneralType>ftCoffin or ftUrn or ftMemorialground</FuneralType>
<AllowPublishPaperYes>boolean</AllowPublishPaperYes>
<AllowPublishPaperNo>boolean</AllowPublishPaperNo>
<AllowPublishInternetYes>boolean</AllowPublishInternetYes>
<AllowPublishInternetNo>boolean</AllowPublishInternetNo>
<AllowGiveInfoIfAskedYes>boolean</AllowGiveInfoIfAskedYes>
<AllowGiveInfoIfAskedNo>boolean</AllowGiveInfoIfAskedNo>
<BellsRingingDate>dateTime</BellsRingingDate>
<BellsRingingTime>string</BellsRingingTime>
<BellsRingingLocation>string</BellsRingingLocation>
<WantHourOfDevotion>boolean</WantHourOfDevotion>
<DiscussionOfficiationLocation>string</DiscussionOfficiationLocation>
<DiscussionOfficiationTime>string</DiscussionOfficiationTime>
<BlessingComments>string</BlessingComments>
<RelativeName>string</RelativeName>
<RelativeRelation>string</RelativeRelation>
<RelativeEmail>string</RelativeEmail>
<RelativeAddress>string</RelativeAddress>
<RelativePhone>string</RelativePhone>
<RelativeInvoiceAddress>string</RelativeInvoiceAddress>
<FuneralAgency>string</FuneralAgency>
<BurialPlace>string</BurialPlace>
<GraveSection>string</GraveSection>
<GraveRow>int</GraveRow>
<GraveNumber>int</GraveNumber>
<GraveContractNumber>string</GraveContractNumber>
<GraveComments>string</GraveComments>
<WatchingTheGraveYes>boolean</WatchingTheGraveYes>
<WatchingTheGraveNo>boolean</WatchingTheGraveNo>
<VeteranMarkYes>boolean</VeteranMarkYes>
<VeteranMarkNo>boolean</VeteranMarkNo>
<DeceasedVisibleYes>boolean</DeceasedVisibleYes>
<DeceasedVisibleNo>boolean</DeceasedVisibleNo>
<GraveStoneTransfer>gsStoneCompany or gsRelatives</GraveStoneTransfer>
<GraveCoverResponsible>gcCongregation or gcRelatives</GraveCoverResponsible>
<CremationDate>dateTime</CremationDate>
<CremationTime>string</CremationTime>
<CremationLocation>string</CremationLocation>
<UrnDeliveryDate>dateTime</UrnDeliveryDate>
<UrnDeliverTime>string</UrnDeliverTime>
<UrnDeliveryLocation>string</UrnDeliveryLocation>
<UrnBurialDate>dateTime</UrnBurialDate>
<UrnBurialTime>string</UrnBurialTime>
<UrnBurialLocation>string</UrnBurialLocation>
<GraveHolderNameContactInformation>string</GraveHolderNameContactInformation>
</GetFuneralInfoForEventResult>
</GetFuneralInfoForEventResponse>
</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 /medarbeider/WS/EventsService.asmx HTTP/1.1
Host: wsu2.mylabora.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>
<GetFuneralInfoForEvent xmlns="http://mylabora.com/PlannerServices/09/02/">
<Username>string</Username>
<Password>string</Password>
<ProductId>guid</ProductId>
<EventId>guid</EventId>
</GetFuneralInfoForEvent>
</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>
<GetFuneralInfoForEventResponse xmlns="http://mylabora.com/PlannerServices/09/02/">
<GetFuneralInfoForEventResult>
<Id>guid</Id>
<F_EventId>guid</F_EventId>
<Lastname>string</Lastname>
<Firstname>string</Firstname>
<LastnameNotMarried>string</LastnameNotMarried>
<Birthplace>string</Birthplace>
<DateOfDeath>dateTime</DateOfDeath>
<SocialNumber>string</SocialNumber>
<Congregation>string</Congregation>
<ReceivedInformation>string</ReceivedInformation>
<ReceivedInfoDate>dateTime</ReceivedInfoDate>
<RegisteredDate>dateTime</RegisteredDate>
<RegisteredBy>string</RegisteredBy>
<BlessingDate>dateTime</BlessingDate>
<BlessingTime>string</BlessingTime>
<BlessingPriest>string</BlessingPriest>
<BlessingPriestId>guid</BlessingPriestId>
<BlessingPriestPhone>string</BlessingPriestPhone>
<BlessingCantor>string</BlessingCantor>
<BlessingCantorId>guid</BlessingCantorId>
<BlessingCantorPhone>string</BlessingCantorPhone>
<BlessingLocation>string</BlessingLocation>
<BlessingLocationId>guid</BlessingLocationId>
<MemoryArrangementLocation>string</MemoryArrangementLocation>
<MemoryArrangementLocationId>guid</MemoryArrangementLocationId>
<Housekeeper>string</Housekeeper>
<HousekeeperId>guid</HousekeeperId>
<HousekeeperPhone>string</HousekeeperPhone>
<PublishDeceasedDate>dateTime</PublishDeceasedDate>
<PublishDeceasedTime>string</PublishDeceasedTime>
<PublishDeceasedLocation>string</PublishDeceasedLocation>
<FuneralType>ftCoffin or ftUrn or ftMemorialground</FuneralType>
<AllowPublishPaperYes>boolean</AllowPublishPaperYes>
<AllowPublishPaperNo>boolean</AllowPublishPaperNo>
<AllowPublishInternetYes>boolean</AllowPublishInternetYes>
<AllowPublishInternetNo>boolean</AllowPublishInternetNo>
<AllowGiveInfoIfAskedYes>boolean</AllowGiveInfoIfAskedYes>
<AllowGiveInfoIfAskedNo>boolean</AllowGiveInfoIfAskedNo>
<BellsRingingDate>dateTime</BellsRingingDate>
<BellsRingingTime>string</BellsRingingTime>
<BellsRingingLocation>string</BellsRingingLocation>
<WantHourOfDevotion>boolean</WantHourOfDevotion>
<DiscussionOfficiationLocation>string</DiscussionOfficiationLocation>
<DiscussionOfficiationTime>string</DiscussionOfficiationTime>
<BlessingComments>string</BlessingComments>
<RelativeName>string</RelativeName>
<RelativeRelation>string</RelativeRelation>
<RelativeEmail>string</RelativeEmail>
<RelativeAddress>string</RelativeAddress>
<RelativePhone>string</RelativePhone>
<RelativeInvoiceAddress>string</RelativeInvoiceAddress>
<FuneralAgency>string</FuneralAgency>
<BurialPlace>string</BurialPlace>
<GraveSection>string</GraveSection>
<GraveRow>int</GraveRow>
<GraveNumber>int</GraveNumber>
<GraveContractNumber>string</GraveContractNumber>
<GraveComments>string</GraveComments>
<WatchingTheGraveYes>boolean</WatchingTheGraveYes>
<WatchingTheGraveNo>boolean</WatchingTheGraveNo>
<VeteranMarkYes>boolean</VeteranMarkYes>
<VeteranMarkNo>boolean</VeteranMarkNo>
<DeceasedVisibleYes>boolean</DeceasedVisibleYes>
<DeceasedVisibleNo>boolean</DeceasedVisibleNo>
<GraveStoneTransfer>gsStoneCompany or gsRelatives</GraveStoneTransfer>
<GraveCoverResponsible>gcCongregation or gcRelatives</GraveCoverResponsible>
<CremationDate>dateTime</CremationDate>
<CremationTime>string</CremationTime>
<CremationLocation>string</CremationLocation>
<UrnDeliveryDate>dateTime</UrnDeliveryDate>
<UrnDeliverTime>string</UrnDeliverTime>
<UrnDeliveryLocation>string</UrnDeliveryLocation>
<UrnBurialDate>dateTime</UrnBurialDate>
<UrnBurialTime>string</UrnBurialTime>
<UrnBurialLocation>string</UrnBurialLocation>
<GraveHolderNameContactInformation>string</GraveHolderNameContactInformation>
</GetFuneralInfoForEventResult>
</GetFuneralInfoForEventResponse>
</soap12:Body>
</soap12:Envelope>