<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to call WS-translator service methods  by code? in Intel® Business Client Software Development</title>
    <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900627#M4524</link>
    <description>&lt;P&gt;Hello there,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This sample code shows how to call the Ws-Translator methods by code; in the sample the data being post is a Ws-Man command in its body the wsa:to tag points the AMT destination machine (running AMT 2.X version), but when creating the WebRequest I point to machine running the ws-translator service.&lt;/P&gt;
&lt;P&gt;Is this OK?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Many thanks.&lt;/P&gt;&lt;FONT size="2"&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;string&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; url = &lt;/FONT&gt;&lt;FONT color="#a31515" size="2"&gt;&lt;FONT color="#a31515" size="2"&gt;"http://desarrollo2/wstrans"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;string&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; postData = &lt;/FONT&gt;&lt;FONT color="#a31515" size="2"&gt;&lt;FONT color="#a31515" size="2"&gt;@"&lt;ENVELOPE S="http://www.w3.org/2003/05/soap-envelope" WSA="http://schemas.xmlsoap.org/ws/2004/08/addressing" WSMAN="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" WSEN="http://schemas.xmlsoap.org/ws/2004/09/enumeration"&gt;&lt;HEADER&gt;&lt;ACTION&gt;&lt;A href="http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate" target="_blank"&gt;http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate&lt;/A&gt;&lt;/ACTION&gt;&lt;TO&gt;&lt;A href="http://192.168.0.108:16992/wsman" target="_blank"&gt;http://192.168.0.108:16992/wsman&lt;/A&gt;&lt;/TO&gt;&lt;RESOURCEURI&gt;&lt;A href="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_SoftwareIdentity" target="_blank"&gt;http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_SoftwareIdentity&lt;/A&gt;&lt;/RESOURCEURI&gt;&lt;MESSAGEID&gt;uuid:a0a3d38a-04ce-43eb-931e-dbb2bff1b900&lt;/MESSAGEID&gt;&lt;REPLYTO&gt;&lt;ADDRESS&gt;&lt;A href="http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous" target="_blank"&gt;http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous&lt;/A&gt;&lt;/ADDRESS&gt;&lt;/REPLYTO&gt;&lt;/HEADER&gt;&lt;BODY&gt;&lt;ENUMERATE&gt;&lt;/ENUMERATE&gt;&lt;/BODY&gt;&lt;/ENVELOPE&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;HttpWebRequest&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; r = &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;null&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;CredentialCache&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; myCache = &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;new&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;CredentialCache&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;();&lt;P&gt;&lt;/P&gt;
&lt;P&gt;myCache.Add(&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;new&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; System.&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;Uri&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;(url), &lt;/FONT&gt;&lt;FONT color="#a31515" size="2"&gt;&lt;FONT color="#a31515" size="2"&gt;"Digest"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;new&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;NetworkCredential&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;(user, pass));&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;try&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;r = (&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;HttpWebRequest&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;)&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;HttpWebRequest&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;.Create(url);&lt;P&gt;&lt;/P&gt;
&lt;P&gt;r.PreAuthenticate = &lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;true&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#008000" size="2"&gt;&lt;FONT color="#008000" size="2"&gt;//r.ConnectionGroupName = _address;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;
&lt;P&gt;r.Timeout = 3000;&lt;/P&gt;
&lt;P&gt;r.Credentials = myCache;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;
&lt;FONT color="#0000ff" size="2"&gt;byte&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;[] data = &lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;UTF8Encoding&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;.UTF8.GetBytes(postData);&lt;P&gt;&lt;/P&gt;
&lt;P&gt;r.Method = &lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" size="2"&gt;&lt;FONT color="#a31515" size="2"&gt;"POST"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;r.ContentType = &lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" size="2"&gt;&lt;FONT color="#a31515" size="2"&gt;"application/soap+xml;charset=UTF-8"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;r.ContentLength = data.Length;&lt;/P&gt;
&lt;P&gt;r.Referer = &lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" size="2"&gt;&lt;FONT color="#a31515" size="2"&gt;""&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;Stream&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; s = r.GetRequestStream();&lt;P&gt;&lt;/P&gt;
&lt;P&gt;s.Write(data, 0, data.Length);&lt;/P&gt;
&lt;P&gt;s.Close();&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;catch&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; (&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;IOException&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;) { }&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;HttpWebResponse&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; rr = &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;null&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;try&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;rr = (&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;HttpWebResponse&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;)r.GetResponse();&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;XmlDocument&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; xDoc = &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;new&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;XmlDocument&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;();&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;Stream&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; inStream = rr.GetResponseStream(); &lt;P&gt;&lt;/P&gt;
&lt;P&gt;xDoc.Load(inStream);&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;catch&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; (&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;WebException&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; ex)&lt;P&gt;&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;&lt;/FONT&gt;</description>
    <pubDate>Mon, 25 Aug 2008 14:29:08 GMT</pubDate>
    <dc:creator>jacace</dc:creator>
    <dc:date>2008-08-25T14:29:08Z</dc:date>
    <item>
      <title>How to call WS-translator service methods  by code?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900626#M4523</link>
      <description>&lt;P&gt;That's the question.&lt;/P&gt;
&lt;P&gt;Many thanks.&lt;/P&gt;
&lt;P&gt;Javier Andrs&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2008 21:07:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900626#M4523</guid>
      <dc:creator>jacace</dc:creator>
      <dc:date>2008-08-22T21:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to call WS-translator service methods  by code?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900627#M4524</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This sample code shows how to call the Ws-Translator methods by code; in the sample the data being post is a Ws-Man command in its body the wsa:to tag points the AMT destination machine (running AMT 2.X version), but when creating the WebRequest I point to machine running the ws-translator service.&lt;/P&gt;
&lt;P&gt;Is this OK?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Many thanks.&lt;/P&gt;&lt;FONT size="2"&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;string&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; url = &lt;/FONT&gt;&lt;FONT color="#a31515" size="2"&gt;&lt;FONT color="#a31515" size="2"&gt;"http://desarrollo2/wstrans"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;string&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; postData = &lt;/FONT&gt;&lt;FONT color="#a31515" size="2"&gt;&lt;FONT color="#a31515" size="2"&gt;@"&lt;ENVELOPE S="http://www.w3.org/2003/05/soap-envelope" WSA="http://schemas.xmlsoap.org/ws/2004/08/addressing" WSMAN="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" WSEN="http://schemas.xmlsoap.org/ws/2004/09/enumeration"&gt;&lt;HEADER&gt;&lt;ACTION&gt;&lt;A href="http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate" target="_blank"&gt;http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate&lt;/A&gt;&lt;/ACTION&gt;&lt;TO&gt;&lt;A href="http://192.168.0.108:16992/wsman" target="_blank"&gt;http://192.168.0.108:16992/wsman&lt;/A&gt;&lt;/TO&gt;&lt;RESOURCEURI&gt;&lt;A href="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_SoftwareIdentity" target="_blank"&gt;http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_SoftwareIdentity&lt;/A&gt;&lt;/RESOURCEURI&gt;&lt;MESSAGEID&gt;uuid:a0a3d38a-04ce-43eb-931e-dbb2bff1b900&lt;/MESSAGEID&gt;&lt;REPLYTO&gt;&lt;ADDRESS&gt;&lt;A href="http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous" target="_blank"&gt;http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous&lt;/A&gt;&lt;/ADDRESS&gt;&lt;/REPLYTO&gt;&lt;/HEADER&gt;&lt;BODY&gt;&lt;ENUMERATE&gt;&lt;/ENUMERATE&gt;&lt;/BODY&gt;&lt;/ENVELOPE&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;HttpWebRequest&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; r = &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;null&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;CredentialCache&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; myCache = &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;new&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;CredentialCache&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;();&lt;P&gt;&lt;/P&gt;
&lt;P&gt;myCache.Add(&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;new&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; System.&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;Uri&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;(url), &lt;/FONT&gt;&lt;FONT color="#a31515" size="2"&gt;&lt;FONT color="#a31515" size="2"&gt;"Digest"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;new&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;NetworkCredential&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;(user, pass));&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;try&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;r = (&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;HttpWebRequest&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;)&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;HttpWebRequest&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;.Create(url);&lt;P&gt;&lt;/P&gt;
&lt;P&gt;r.PreAuthenticate = &lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;true&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#008000" size="2"&gt;&lt;FONT color="#008000" size="2"&gt;//r.ConnectionGroupName = _address;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;
&lt;P&gt;r.Timeout = 3000;&lt;/P&gt;
&lt;P&gt;r.Credentials = myCache;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;
&lt;FONT color="#0000ff" size="2"&gt;byte&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;[] data = &lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;UTF8Encoding&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;.UTF8.GetBytes(postData);&lt;P&gt;&lt;/P&gt;
&lt;P&gt;r.Method = &lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" size="2"&gt;&lt;FONT color="#a31515" size="2"&gt;"POST"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;r.ContentType = &lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" size="2"&gt;&lt;FONT color="#a31515" size="2"&gt;"application/soap+xml;charset=UTF-8"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;r.ContentLength = data.Length;&lt;/P&gt;
&lt;P&gt;r.Referer = &lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" size="2"&gt;&lt;FONT color="#a31515" size="2"&gt;""&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;Stream&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; s = r.GetRequestStream();&lt;P&gt;&lt;/P&gt;
&lt;P&gt;s.Write(data, 0, data.Length);&lt;/P&gt;
&lt;P&gt;s.Close();&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;catch&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; (&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;IOException&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;) { }&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;HttpWebResponse&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; rr = &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;null&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;try&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;rr = (&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;HttpWebResponse&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;)r.GetResponse();&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;XmlDocument&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; xDoc = &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;new&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;XmlDocument&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;();&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;Stream&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; inStream = rr.GetResponseStream(); &lt;P&gt;&lt;/P&gt;
&lt;P&gt;xDoc.Load(inStream);&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;catch&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; (&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2"&gt;&lt;FONT color="#2b91af" size="2"&gt;WebException&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; ex)&lt;P&gt;&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 25 Aug 2008 14:29:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900627#M4524</guid>
      <dc:creator>jacace</dc:creator>
      <dc:date>2008-08-25T14:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to call WS-translator service methods  by code?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900628#M4525</link>
      <description>&lt;P class="MsoNormal"&gt;The &lt;STRONG&gt;wsa:to&lt;/STRONG&gt; tag should reference the address of the translator itself.&lt;SPAN&gt; &lt;/SPAN&gt;The translator will replace the &lt;STRONG&gt;wsa:to&lt;/STRONG&gt; tag with the AMT address if necessary when forwarding messages on to AMT devices.&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;Translator URLscontain routing information in the url path itself:&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;/wstrans/&lt;B&gt;{routing information}&lt;/B&gt;/wsman&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;The routing information for the translator consists of the following path elements:&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;./wstrans/{&lt;B&gt;RouteType&lt;/B&gt;}/{&lt;B&gt;VersionType}&lt;/B&gt;/{&lt;B&gt;TargetDevic&lt;/B&gt;e}/wsman&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;B&gt;RouteType&lt;/B&gt; can be one of the following values:&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;pro  pro routing is the standard vpro routing.&lt;SPAN&gt; &lt;/SPAN&gt;Use this routing for devices that are already provisioned&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;setup  setup routing is used to send messages to devices that are in provisning mode.&lt;SPAN&gt; &lt;/SPAN&gt;The translator will forward messages using either PSK/Setup routing or PKI/Setup routing&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;dsc  discovery routing is used if the state of the device is not known.&lt;SPAN&gt; &lt;/SPAN&gt;In this case the translator will attempt all routing types to deliver the message (both setup and pro routing will be attempted).&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;B&gt;VersionType&lt;/B&gt; can be one of the following values:&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;eoi20  The translator utilize AMT 2.0 resources for translation:&lt;/P&gt;
&lt;P class="MsoNormal"&gt;eoi25  the translator will utilize AMT 2.5 resources for translation&lt;/P&gt;
&lt;P class="MsoNormal"&gt;wsman  the translator will not perform translation but will forward the wsman request on to the device&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;B&gt;TargetDevice &lt;P&gt;&lt;/P&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;This is the FQDN or IP address of the AMT device you want to send messages too.&lt;SPAN&gt; &lt;/SPAN&gt;If you are using TLS or Kerberos authentication then you will need to use the FQDN of the AMT device.&lt;SPAN&gt; &lt;/SPAN&gt;For setup routing, or non-TLS/non-Kerberos connections you can us the IP address. &lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;Examples of Translator Urls:&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;A href="https://mytranslatorhost/wstrans/pro/eoi20/MyAMT2Box.vprodemo.com/wsman"&gt;https://mytranslatorhost/wstrans/pro/eoi20/MyAMT2Box.vprodemo.com/wsman&lt;/A&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;A href="https://mytranslatorhost/wstrans/setup/eoi20/192.168.0.100/wsman"&gt;https://mytranslatorhost/wstrans/setup/eoi20/192.168.0.100/wsman&lt;/A&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;A href="https://mytranslatorhost/wstrans/dsc/eoi20/MyAMT25Box.vprodemo.com/wsman"&gt;https://mytranslatorhost/wstrans/dsc/eoi20/MyAMT25Box.vprodemo.com/wsman&lt;/A&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;A href="https://mytranslatorhost/wstrans/pro/eoi25/MyAMT25Box.vprodemo.com/wsman"&gt;https://mytranslatorhost/wstrans/pro/eoi25/MyAMT25Box.vprodemo.com/wsman&lt;/A&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;A href="https://mytranslatorhost/wstrans/pro/wsman/MyAMT3Box.vprodemo.com/wsman"&gt;https://mytranslatorhost/wstrans/pro/wsman/MyAMT3Box.vprodemo.com/wsman&lt;/A&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;Randy Templeton&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;IntelSoftware Engineer/Translator developer&lt;/P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2008 19:47:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900628#M4525</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2008-08-25T19:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to call WS-translator service methods  by code?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900629#M4526</link>
      <description>&lt;P&gt;Hello Randy,&lt;/P&gt;
&lt;P&gt;Many thanks for this great information.&lt;/P&gt;
&lt;P&gt;But I have now another issue for clarifying: for using WS-Trans it's necesary knowing the target AMT machine version for pointing the rigth EOI version, is it?&lt;/P&gt;
&lt;P&gt;And I have another question: in the case when SCS is used, then credentials must be ask to that service; How can I access the SCS web serviceto get credentials for a guven AMT machine?, I mean, Is there a programming interface for it (a SOAP API)?&lt;/P&gt;
&lt;P&gt;Many thanks,&lt;/P&gt;
&lt;P&gt;Javier Andrs&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2008 14:23:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900629#M4526</guid>
      <dc:creator>jacace</dc:creator>
      <dc:date>2008-08-26T14:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to call WS-translator service methods  by code?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900630#M4527</link>
      <description>&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;The version path information tells the translator what APIs it can use when performing the translation. &lt;SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;Since the eoi20 calls are supported on all versions of AMT2.x , you can use the eoi20 route information for all AMT2x communication.&lt;SPAN&gt; &lt;/SPAN&gt;In other words, you can use eoi20 even if youre talking to AMT 2.2, 2.5, or 2.6 devices. However, if your using eoi20 to talk to an eoi25 compatible machine, just keep in mind that translator may be using deprecated or old versions of the eoi interface in some instances. &lt;SPAN&gt;&lt;/SPAN&gt;If youre performing general AMT operations this will likely not be an issue. On the other hand, if you are trying to do mobile specific functions (like setup AMT wireless profile) you may have issues using eoi20 path information.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;A common flow is to store the state and version of AMT in a discovery record (database or cache). &lt;SPAN&gt;&lt;/SPAN&gt;However, you can query this information on the fly if it is not already known.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;For example you can use /dsc/eo20/.. &lt;SPAN&gt;&lt;/SPAN&gt;to query the CIM_SoftwareIdentiy where InstanceID=AMT to get the version. &lt;SPAN&gt;&lt;/SPAN&gt;Querying the version using eoi20 is guaranteed to work for all versions of AMT. &lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;You can also use use ../dsc/eo20/.. to query the instance of AMT_SetupAndConfigurationService to get the AMT communicationpath needed. &lt;SPAN&gt;&lt;/SPAN&gt;If the Provisioning state property is 1 then you need to use setup routing, otherwise (if its 2") use pro routing.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;Once you have obtainedthe information above you can storeit in a database so you dont have to keep asking the device every time you want to use the translator.&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;If youre using the Intel SCS this information will already be stored in its database. &lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;You can use the Intel SCSs SOAP API to get credentials for a specific AMT machine (but not using WsMan).&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;See the Configuration Service SOAP API (comes with the SCS)&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;B&gt;&lt;SPAN&gt;GetAmtAdminPasswords&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;B&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;Randy&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;B&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;B&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2008 23:46:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900630#M4527</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2008-08-26T23:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to call WS-translator service methods  by code?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900631#M4528</link>
      <description>&lt;P&gt;Hello Randy,&lt;/P&gt;
&lt;P&gt;Thank you very much.&lt;/P&gt;
&lt;P&gt;I saw the specification and GetAmtAdminPasswords hasoneinstruct paramete made ofan AMTIDTypes type (which one is made of the FQDN and the UUID) anda string ID; the last one is an identity string,butwheredoes it come from?&lt;/P&gt;
&lt;P&gt;Many thanks again,&lt;/P&gt;
&lt;P&gt;Javier Andrs&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT face="Courier New" color="#0860a9" size="4"&gt;&lt;FONT face="Courier New" color="#0860a9" size="4"&gt;&lt;FONT face="Courier New" color="#0860a9" size="4"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2008 15:57:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900631#M4528</guid>
      <dc:creator>jacace</dc:creator>
      <dc:date>2008-08-27T15:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to call WS-translator service methods  by code?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900632#M4529</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We are working on this. Will get back to you soon.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sree&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2008 13:36:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900632#M4529</guid>
      <dc:creator>Sreelekshm_S_Intel</dc:creator>
      <dc:date>2008-08-28T13:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to call WS-translator service methods  by code?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900633#M4530</link>
      <description>&lt;P&gt;Ok I will be waiting for.&lt;/P&gt;
&lt;P&gt;Many thanks,&lt;/P&gt;
&lt;P&gt;Javier Andrs&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2008 17:17:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900633#M4530</guid>
      <dc:creator>jacace</dc:creator>
      <dc:date>2008-08-28T17:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to call WS-translator service methods  by code?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900634#M4531</link>
      <description>&lt;P&gt;Hello Sree,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Nothing yet?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Javier Andrs&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2008 15:23:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900634#M4531</guid>
      <dc:creator>jacace</dc:creator>
      <dc:date>2008-09-01T15:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to call WS-translator service methods  by code?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900635#M4532</link>
      <description>&lt;P&gt;Hi Javier,&lt;/P&gt;
&lt;P&gt;We are still working with the SCS support for getting an answer. Sorry for the delay.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sree&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2008 16:44:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900635#M4532</guid>
      <dc:creator>Sreelekshm_S_Intel</dc:creator>
      <dc:date>2008-09-02T16:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to call WS-translator service methods  by code?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900636#M4533</link>
      <description>&lt;DIV class="ForumPostContentText" id="_ctl0__ctl1_bcr__ctl0___PostRepeater__ctl8_PostViewWrapper"&gt;
&lt;P&gt;Ok I will be waiting for.&lt;/P&gt;
&lt;P&gt;Many thanks,&lt;/P&gt;
&lt;P&gt;Javier Andrs&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Sep 2008 18:39:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900636#M4533</guid>
      <dc:creator>jacace</dc:creator>
      <dc:date>2008-09-02T18:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to call WS-translator service methods  by code?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900637#M4534</link>
      <description>&lt;P&gt;Javiar&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;Im still coming up to speed on SCS myself, but heres my understanding of the GetAMTAdminPasswords function.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;One Argument in, AMTID (of AMTIDType), which has two components:&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI class="MsoNormal"&gt;&lt;SPAN&gt;Type  enumerated string, this can be either AMTIdUUID or AMTIdFQDN&lt;/SPAN&gt; &lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class="MsoNormal"&gt;&lt;SPAN&gt;ID  string, the actual UUID or fully qualified domain name for the box&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;One argument out, Response (of type AmtAdminPasswords), which has two components:&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI class="MsoNormal"&gt;&lt;SPAN&gt;MEBxPassword  string, the MEBx password of the specified system&lt;/SPAN&gt; &lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class="MsoNormal"&gt;&lt;SPAN&gt;NetworkPassword  string, the Network password of the specified system&lt;/SPAN&gt; &lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;To call the function you would select the type based on whether you were passing the UUID or the FQDN, and then the ID would be the actual value of the UUID or FQDN (for the UUID case, ID would be &lt;/SPAN&gt;&lt;SPAN&gt;XXXXXXXX&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;XXXXXXXXXXXX&lt;/SPAN&gt;&lt;SPAN&gt;, where the Xs would of course be replaced with a valid UUID). Assuming that SCS has an AMTRecord with that UUID, youll get back the AMTAdminPasswords structure with the elements listed above.&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;You can also use the GetAMTList SOAP API function (and the other related GetList functions) to get AMT information including the UUIDs from SCS in the first place.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2008 00:51:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900637#M4534</guid>
      <dc:creator>Andrew_S_Intel2</dc:creator>
      <dc:date>2008-09-03T00:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to call WS-translator service methods  by code?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900638#M4535</link>
      <description>&lt;P&gt;Hello Andy,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Is it necessary start a session or log in for calling any SCS web method?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Many thanks,&lt;/P&gt;
&lt;P&gt;Javier Andrs&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2008 22:46:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900638#M4535</guid>
      <dc:creator>jacace</dc:creator>
      <dc:date>2008-09-03T22:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to call WS-translator service methods  by code?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900639#M4536</link>
      <description>Yes, for both of the functions starting a session would be required.</description>
      <pubDate>Thu, 04 Sep 2008 17:23:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900639#M4536</guid>
      <dc:creator>Andrew_S_Intel2</dc:creator>
      <dc:date>2008-09-04T17:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to call WS-translator service methods  by code?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900640#M4537</link>
      <description>&lt;P&gt;Hello Andy,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;And what's the SCSlogin web method?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Many thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2008 20:54:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900640#M4537</guid>
      <dc:creator>jacace</dc:creator>
      <dc:date>2008-09-04T20:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to call WS-translator service methods  by code?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900641#M4538</link>
      <description>&lt;P&gt;Hi Javier,&lt;/P&gt;
&lt;P&gt;We will get back to you soon.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sree&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2008 20:25:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900641#M4538</guid>
      <dc:creator>Sreelekshm_S_Intel</dc:creator>
      <dc:date>2008-09-05T20:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to call WS-translator service methods  by code?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900642#M4539</link>
      <description>&lt;P&gt;Thanx Sree,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2008 21:36:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900642#M4539</guid>
      <dc:creator>jacace</dc:creator>
      <dc:date>2008-09-05T21:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to call WS-translator service methods  by code?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900643#M4540</link>
      <description>this really helped me too -thx</description>
      <pubDate>Sat, 06 Sep 2008 13:45:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900643#M4540</guid>
      <dc:creator>kkorton</dc:creator>
      <dc:date>2008-09-06T13:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to call WS-translator service methods  by code?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900644#M4541</link>
      <description>&lt;P&gt;Hello Sree,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;It's just to keep the thread.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Javier Andrs&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2008 20:58:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900644#M4541</guid>
      <dc:creator>jacace</dc:creator>
      <dc:date>2008-09-09T20:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to call WS-translator service methods  by code?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900645#M4542</link>
      <description>&lt;P&gt;Javier,&lt;/P&gt;
&lt;P&gt;Sorry for the delayed response, I was trying to come up with a definitive response. I know you will need to use the Login function, but at the moment I can't describe to you in detail exactly how you would do so.&lt;/P&gt;
&lt;P&gt;The best code example I can think of is for the SCS Console, which can be obtained as part of the SCS download (you can find it on the Downloads page, just search for Setup and Configuration Service). It is using the SOAP API to connect to the SCS service and perform various functions, so it should be helpful to you for other examples as well.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2008 14:57:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-call-WS-translator-service-methods-by-code/m-p/900645#M4542</guid>
      <dc:creator>Andrew_S_Intel2</dc:creator>
      <dc:date>2008-09-11T14:57:54Z</dc:date>
    </item>
  </channel>
</rss>

