<!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. 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. 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> </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> </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><server:8443>/realtimeservice/SOAPMonitor<BR><BR>2)
check your code against the WSDL for CM6.x. I believe some of the
SOAPActions may have changed.<BR><BR>Perl summary for AXL
Serviceability:<BR>...<BR>$xmlstatus = <<XMLStatus;<BR><?xml
version="1.0" encoding="utf-8"?><BR><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>><BR>
<soapenv:Body><BR> <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>><BR>
<StateInfo xsi:type="xsd:string"/><BR>
<CmSelectionCriteria><BR>
<MaxReturnedDevices
xsi:type="xsd:unsignedInt">200</MaxReturnedDevices><BR>
<Class
xsi:type="xsd:string">Phone</Class><BR>
<Model
xsi:type="xsd:unsignedInt">255</Model><BR>
<Status
xsi:type="xsd:string">Registered</Status><BR>
<NodeName xsi:type="xsd:string"
xsi:nil="true"/><BR> <SelectBy
xsi:type="xsd:string">Name</SelectBy><BR>
<SelectItems><BR>
<Item
xsi:type="xsd:string">$devname</Item><BR>
</SelectItems><BR>
</CmSelectionCriteria><BR>
</ns1:SelectCmDevice><BR>
</soapenv:Body><BR></soapenv:Envelope><BR>XMLStatus<BR>...<BR>#
prepare AXL Serviceability request<BR>$reqstatus = HTTP::Request->new(POST
=> '<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->content_type('text/xml;
charset=utf-8');<BR>$reqstatus->header("SOAPAction" => '<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->content($xmlstatus);<BR>...<BR><BR>Perl
summary for AXL:<BR>...<BR># define AXL reset message<BR>$xmlreset =
<<XMLReset;<BR><?xml version="1.0"
encoding="utf-8"?><BR><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>>
<BR> <SOAP-ENV:Body><BR>
<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"> <BR>
<deviceName>$devname</deviceName><BR>
<isHardReset>true</isHardReset><BR>
</axl:doDeviceReset><BR>
</SOAP-ENV:Body><BR></SOAP-ENV:Envelope><BR>XMLReset<BR>...<BR>#
prepare AXL request<BR>$reqreset = HTTP::Request->new(POST => '<A
class=moz-txt-link-freetext
href="https://10.154.1.212:8443/axl/">https://10.154.1.212:8443/axl/</A>');<BR>$reqreset->content_type('text/xml');<BR>$reqreset->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> </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>