<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3268" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV dir=ltr align=left><SPAN class=990122015-16042008><FONT face=Arial 
color=#0000ff size=2>Any ideas why my SOAPMonitor is blank when I send an AXL 
command to it.&nbsp; I have code to copy a phone to another phone entry and it 
works but during the read and insert, I see nothing in the monitor.&nbsp; I can 
Start and Stop the Monitor from the buttons below so it seems somewhat 
functional.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=990122015-16042008><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=990122015-16042008><FONT face=Arial 
color=#0000ff size=2>Pete Ruttman</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=990122015-16042008><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> cisco-voip-bounces@puck.nether.net 
[mailto:cisco-voip-bounces@puck.nether.net] <B>On Behalf Of </B>Wes 
Sisk<BR><B>Sent:</B> Wednesday, April 16, 2008 9:31 AM<BR><B>To:</B> 
Adam<BR><B>Cc:</B> cisco-voip@puck-nether.net<BR><B>Subject:</B> Re: 
[cisco-voip] AXL on CM 6<BR></FONT><BR></DIV>
<DIV></DIV>A couple pointers:<BR><BR>1) use the AXL SOAP monitor on CM6. this 
shows all transactions and responses serviced by the AXL service:<BR>url:<BR><A 
class=moz-txt-link-freetext 
href="https://">https://</A>&lt;server:8443&gt;/realtimeservice/SOAPMonitor<BR><BR>2) 
check your code against the WSDL for CM6.x.&nbsp; I believe some of the 
SOAPActions may have changed.<BR><BR>Perl summary for AXL 
Serviceability:<BR>...<BR>$xmlstatus = &lt;&lt;XMLStatus;<BR>&lt;?xml 
version="1.0" encoding="utf-8"?&gt;<BR>&lt;soapenv:Envelope xmlns:soapenv=<A 
class=moz-txt-link-rfc2396E 
href="http://schemas.xmlsoap.org/soap/envelope/">"http://schemas.xmlsoap.org/soap/envelope/"</A> 
xmlns:xsd=<A class=moz-txt-link-rfc2396E 
href="http://www.w3.org/2001/XMLSchema">"http://www.w3.org/2001/XMLSchema"</A> 
xmlns:xsi=<A class=moz-txt-link-rfc2396E 
href="http://www.w3.org/2001/XMLSchema-instance">"http://www.w3.org/2001/XMLSchema-instance"</A>&gt;<BR>&nbsp; 
&lt;soapenv:Body&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;ns1:SelectCmDevice 
soapenv:encodingStyle=<A class=moz-txt-link-rfc2396E 
href="http://schemas.xmlsoap.org/soap/encoding/">"http://schemas.xmlsoap.org/soap/encoding/"</A> 
xmlns:ns1=<A class=moz-txt-link-rfc2396E 
href="http://schemas.cisco.com/ast/soap/">"http://schemas.cisco.com/ast/soap/"</A>&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;StateInfo xsi:type="xsd:string"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;CmSelectionCriteria&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;MaxReturnedDevices 
xsi:type="xsd:unsignedInt"&gt;200&lt;/MaxReturnedDevices&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Class 
xsi:type="xsd:string"&gt;Phone&lt;/Class&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Model 
xsi:type="xsd:unsignedInt"&gt;255&lt;/Model&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Status 
xsi:type="xsd:string"&gt;Registered&lt;/Status&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;NodeName xsi:type="xsd:string" 
xsi:nil="true"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;SelectBy 
xsi:type="xsd:string"&gt;Name&lt;/SelectBy&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;SelectItems&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;Item 
xsi:type="xsd:string"&gt;$devname&lt;/Item&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/SelectItems&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/CmSelectionCriteria&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;/ns1:SelectCmDevice&gt;<BR>&nbsp; 
&lt;/soapenv:Body&gt;<BR>&lt;/soapenv:Envelope&gt;<BR>XMLStatus<BR>...<BR># 
prepare AXL Serviceability request<BR>$reqstatus = HTTP::Request-&gt;new(POST 
=&gt; '<A class=moz-txt-link-freetext 
href="https://10.154.1.212:8443/realtimeservice/services/RisPort">https://10.154.1.212:8443/realtimeservice/services/RisPort</A>');<BR>$reqstatus-&gt;content_type('text/xml; 
charset=utf-8');<BR>$reqstatus-&gt;header("SOAPAction" =&gt; '<A 
class=moz-txt-link-freetext 
href="http://schemas.cisco.com/ast/soap/action/#RisPort#SelectCmDevices">http://schemas.cisco.com/ast/soap/action/#RisPort#SelectCmDevices</A>');<BR>$reqstatus-&gt;content($xmlstatus);<BR>...<BR><BR>Perl 
summary for AXL:<BR>...<BR># define AXL reset message<BR>$xmlreset = 
&lt;&lt;XMLReset;<BR>&lt;?xml version="1.0" 
encoding="utf-8"?&gt;<BR>&lt;SOAP-ENV:Envelope xmlns:SOAP-ENV=<A 
class=moz-txt-link-rfc2396E 
href="http://schemas.xmlsoap.org/soap/envelope/">"http://schemas.xmlsoap.org/soap/envelope/"</A> 
xmlns:xsi=<A class=moz-txt-link-rfc2396E 
href="http://www.w3.org/1999/XMLSchema-instance">"http://www.w3.org/1999/XMLSchema-instance"</A> 
xmlns:xsd=<A class=moz-txt-link-rfc2396E 
href="http://www.w3.org/1999/XMLSchema">"http://www.w3.org/1999/XMLSchema"</A>&gt; 
<BR>&nbsp;&nbsp;&nbsp; &lt;SOAP-ENV:Body&gt;<BR>&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &lt;axl:doDeviceReset xmlns:axl=<A 
class=moz-txt-link-rfc2396E 
href="http://www.cisco.com/AXL/1.0">"http://www.cisco.com/AXL/1.0"</A> 
xmlns:xsi=<A class=moz-txt-link-rfc2396E 
href="http://www.w3.org/2000/10/XMLSchema-instance">"http://www.w3.org/2000/10/XMLSchema-instance"</A> 
xsi:schemaLocation=<A class=moz-txt-link-rfc2396E 
href="http://www.cisco.com/AXL/1.0http://gkar.cisco.com/schema/axlsoap.xsd">"http://www.cisco.com/AXL/1.0 
http://gkar.cisco.com/schema/axlsoap.xsd"</A> 
sequence="1234"&gt;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &lt;deviceName&gt;$devname&lt;/deviceName&gt;<BR>&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&lt;isHardReset&gt;true&lt;/isHardReset&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;/axl:doDeviceReset&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;/SOAP-ENV:Body&gt;<BR>&lt;/SOAP-ENV:Envelope&gt;<BR>XMLReset<BR>...<BR># 
prepare AXL request<BR>$reqreset = HTTP::Request-&gt;new(POST =&gt; '<A 
class=moz-txt-link-freetext 
href="https://10.154.1.212:8443/axl/">https://10.154.1.212:8443/axl/</A>');<BR>$reqreset-&gt;content_type('text/xml');<BR>$reqreset-&gt;content($xmlreset);<BR>...<BR><BR><BR>/Wes<BR><BR><BR>Adam 
wrote: 
<BLOCKQUOTE cite=mid:c6f32ce40804151738x7f514fb2t233350aca00ed5fd@mail.gmail.com 
type="cite">I have a couple of AXL applications that I wrote using VBScript 
  for a CUCM 4.x cluster that I am currently trying to migrate to use on a 6.x 
  cluster. For some reason the only response that I am getting from the server 
  is "The AXL Web Service is working and accepting requests. Use HTTP POST to 
  send a request.". I know that I am definitely doing a POST to the server and 
  not a GET. I can change the URL back to a CM 4 cluster and everything works as 
  expected. I thought at first it might have been a problem with the MS XML 
  component not working correctly with HTTPS but I can POST to the 4.x server 
  using HTTPS just fine. Has anyone done any AXL work on a 6.x server and 
  possibly shed any light one what might be the 
  problem?<BR><BR>Thanks,<BR>Adam<BR><PRE wrap=""><HR width="90%" SIZE=4>
_______________________________________________
cisco-voip mailing list
<A class=moz-txt-link-abbreviated href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</A>
<A class=moz-txt-link-freetext href="https://puck.nether.net/mailman/listinfo/cisco-voip">https://puck.nether.net/mailman/listinfo/cisco-voip</A>
  </PRE></BLOCKQUOTE><DIV>&nbsp;</DIV><br>The preceding email message may be confidential or protected by the attorney-client privilege. It is not intended for transmission to, or receipt by, any unauthorized persons. If you have received this message in error, please (i) do not read it, (ii) reply to the sender that you received the message in error, and (iii) erase or destroy the message. Legal advice contained in the preceding message is solely for the benefit of the Foley & Lardner LLP client(s) represented by the Firm in the particular matter that is the subject of this message, and may not be relied upon by any other party. <br><br> <br>Internal Revenue Service regulations require that certain types of written advice include a disclaimer. To the extent the preceding message contains advice relating to a Federal tax issue, unless expressly stated otherwise the advice is not intended or written to be used, and it cannot be used by the recipient or any other taxpayer, for the purpose of avoiding Federal tax penalties, and was not written to support the promotion or marketing of any transaction or matter discussed herein.<br></BODY></HTML>