Request GET
http://wsdev.onegreatfamily.com/v11.02/Name.svc/SurnameAlternate/smith?SessionId=gl4q23cwofpshi55sg1dvc3o
Success Response Payload
<ArrayOfstring xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<string>Smyth</string>
<string>Smythe</string>
<string>Schmidt</string>
<string>Schmid</string>
<string>smith</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>