I'm trying to do the same thing, but I'm running the latest at 7.1R2 which was released today I believe. I get the same error and it appears that with a tcpdump, the XML the SA sends is not correct, though I don't know what it is suppose to be. Here is the XML POST and response: From SA to Xendesktop POST at http://xendesktop/scripts/wpnbr.dll: <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE NFuseProtocol SYSTEM "NFuse.dtd"> <NFuseProtocol version="5.0"> <RequestAppData> <Scope traverse="subtree"></Scope> <DesiredDetails>all</DesiredDetails> <AppName></AppName> <ServerType>all</ServerType> <ClientType>ica30</ClientType> <Credentials> <UserName>admin</UserName> <Password encoding="cleartext">passwd</Password> <Domain type="NT">domain</Domain> </Credentials> </RequestAppData> </NFuseProtocol> the response from xendesktop: <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE NFuseProtocol SYSTEM "NFuse.dtd"> <NFuseProtocol version="5.1"> <ResponseAppData> <ErrorId>unspecified</ErrorId> </ResponseAppData> </NFuseProtocol> Is it because of the protocol version mismatch? Does 7.1 not yet support Xendesktop 5.1 with Virtual Desktop profiles? Creating a web profile for citrix works fine for this though.
... View more