Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.
1380 Discussions

EndpointAccessControlAdminService - Invalid parameter

gennadiy
Beginner
319 Views
AMT has version 5.0. I try to work withEndpointAccessControlAdminService functionGetEacOptions. In Network interface Guade I read
PT_STATUS GetEacOptions(
[out] EacVendorType EacVendors,
[out] PostureHashAlgorithmType PostureHashAlgorithm
);

I created and send string to AMT computer





and I got error "Failed to parse the request, Detail=Invalid parameter"
Where is "Invalid parameter"? FunctionGetEacOptions has not input parameters.

0 Kudos
3 Replies
Lance_A_Intel
Employee
319 Views
Hello,
I used SoapUI to generate the request from the WSDL and it created the following xml that worked for me with AMT 4.0 - I will still need to try on a 5.0.






0 Kudos
gennadiy
Beginner
319 Views
Hello,
I used SoapUI to generate the request from the WSDL and it created the following xml that worked for me with AMT 4.0 - I will still need to try on a 5.0.






Hello,
Thank you for your help. I found my mistake. It is name_space. I used my applications to generate request and I corrected it.
0 Kudos
Lance_A_Intel
Employee
319 Views
Quoting - gennadiy
Hello,
Thank you for your help. I found my mistake. It is name_space. I used my applications to generate request and I corrected it.

Great, glad it is working.
0 Kudos
Reply