Hello
I am currently using the vmware vcenter storage monitoring service sdk. I am using the SampleProvider (in the sdk) as reference.
I am having trouble with the sms service url. Heres what I have https://<hostname>/sms/sdk. But this gives me the following error:
<soapenv:Envelope><soapenv:Body><soapenv:Fault><faultcode>ServerFaultCode</faultcode><faultstring>Unexpected EOF in prolog
at [row,col {unknown-source}]: [1,0]</faultstring><detail><RuntimeFaultFault xsi:type="vim25:InvalidRequest"/></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Appreciate any input. Am I using the incorrect URL? I even tried with https://<hostname>/sms/sdk/vimService but that did not work either
Thanks
Elizabeth