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

Use SOAP to connect to AMT

Tiago_O_
Beginner
1,547 Views

Hello,

I'm trying to make a simple connection to Intel AMT with SOAP messages. I'm following this intel's article: 
https://software.intel.com/en-us/articles/amt-create-your-own-soap-messages-with-soap-ui

However the schemas used are on a url no long used, like: http://schemas.intel.com/platform/client/RemoteControl/2004/01
What should I use to replace this? I tried to look for a substitute for the schemas in the 
Intel AMT Implementation and Reference Guide, I actually found, but when I try to access the link I get a 404 error. Like: http://intel.com/wbem/wscim/1/amt-schema/1 and http://intel.com/wbem/wscim/1/amt-schema/1/AMT_AuthorizationService

Where all the schemas are now? How I'm supposed to make a SOAP connection without the WSDL available?

Thanks a lot,

Tiago

0 Kudos
3 Replies
Colleen_C_Intel
Employee
1,547 Views

These links have to be accessed programmatically - you cannot just human browse them by putting the URL in your browser.

0 Kudos
Tiago_O_
Beginner
1,547 Views

Hi,

I actually tried this on SoapUI before and did'nt work as you can see on the image

And if I can't direct access, why I can access this: http://schemas.xmlsoap.org/soap/envelope ?

Thanks

 

0 Kudos
Gael_H_Intel
Moderator
1,547 Views

Hi - AMT no longer supports SOAP or the SOAPUI.  That article is very old - sorry about that.  Here is a link to the current documentation: https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm?turl=WordDocuments%2Faboutintelamt.htm

 

Gael

0 Kudos
Reply