1.What is that “https://FQDN_Server_or_IP_Address/converter/sdk”?Where can I find it?
Accessing the Converter Standalone Web Service
I was lately asked for that, so:
You have to install Converter Server 4.3 (or above) somewhere.
When running your application on the same machine as Converter Server is installed on, you can use
"https://localhost/converter/sdk";
otherwise use IP/FQDN:
"https://<IP/FQDN>/converter/sdk";
to the host running VMware Converter server.
HTH,
Tos2k