Sample fidoPreRegister Request

Example of the request returned by the fidoPreRegister API.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:vip="https://schemas.symantec.com/vip/2011/04/vipuserservices"> <soapenv:Header/> <soapenv:Body> <vip:FidoPreRegisterRequest> <vip:requestId>123456</vip:requestId> <vip:userId>demouser</vip:userId> <vip:documentDomain>colossalcorp.net</vip:documentDomain> <vip:deviceName>My Security Key</vip:deviceName> <vip:fidoCredType>SECURITY_KEY</vip:fidoCredType> </vip:FidoPreRegisterRequest> </soapenv:Body> </soapenv:Envelope>