Request GET
http://wsdev.onegreatfamily.com/v11.02/Name.svc/GivenAlternate/john?SessionId=gl4q23cwofpshi55sg1dvc3o
Success Response Payload
<ArrayOfstring xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<string>Jon</string>
<string>Jhon</string>
<string>john</string>
</ArrayOfstring>
Fault Response Payload
<RestFault xmlns="http://schemas.datacontract.org/2004/07/OGF.WS.Data">
<ErrorCode>551</ErrorCode>
<FaultMessage>An unhandled exception has occurred</FaultMessage>
</RestFault>