Hi,
I'm following http://pubs.vmware.com/vsphere-51/index.jsp?topic=%2Fcom.vmware.vsphere.vco_develop_web_services.doc%2FGUID-5312E7E5-90B7-4D14-9BDA-43BF22E0DDF4.html and I'm able to retrieve workflow informations. However, when sending such request (as stated in documentation example):
<execution-context>
<parameters>
<parameter name="criteria" type="string">
<string>VMname</string>
</parameter>
</parameters>
</execution-context>
I'm receiving HTTP Status 415 error:
<html><head><title>JBossWeb/2.0.1.GA - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style></head><body><h1>HTTP Status 415 - </h1><HRsize="1"noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b><u></u></p><p><b>description</b><u>The server refused this request because the request entity is in a format not supported by the requested resource for the requested method ().</u></p><HRsize="1"noshade="noshade"><h3>JBossWeb/2.0.1.GA</h3></body></html>
Any ideas?