<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Cisco Webdialer Questions</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_category?p_l_id=&amp;mbCategoryId=1056660" />
  <subtitle />
  <id>http://developer.cisco.com/c/message_boards/find_category?p_l_id=&amp;mbCategoryId=1056660</id>
  <updated>2013-05-21T16:21:42Z</updated>
  <dc:date>2013-05-21T16:21:42Z</dc:date>
  <entry>
    <title>RE: EndCall Failed</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8904145" />
    <author>
      <name>JAMES DEPHILLIP II</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8904145</id>
    <updated>2012-11-29T03:05:05Z</updated>
    <published>2012-11-29T03:05:05Z</published>
    <summary type="html">I was having this same issue and went to the forums for help but could not find an answer. However, after some testing I did find that you can not end a call that was received using webdialer...It works fine for me on calls that were made from the device but not calls that were answered.
 
[quote=Filipe Paredes]Hi all,


When i use the webdialer service to MakeCall with a certain user that is logged in on his phone, it works ok. But the EndCall (endCallSoap method) returns an error:
 
 
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
 
&lt;!--
@namespace html url(http://www.w3.org/1999/xhtml); :root {                       font:small Verdana;        font-weight: bold;         padding: 2em;              padding-left:4em;       }                          * {                           display: block;            padding-left: 2em;      }                          html|style {                  display: none;          }                          html|span, html|a {           display: inline;           padding: 0;                font-weight: normal;       text-decoration: none;  }                          html|span.block {             display: block;         }                          *[html|hidden],            span.block[html|hidden] {     display: none;          }                          .expand {                     display: block;         }                          .expand:before {              content: '+';              color: red;                position: absolute;        left: -1em;             }  .collapse {                   display: block;         }                          .collapse:before {            content: '-';              color: red;                position: absolute;        left:-1em;              }                         
--&gt;[url=http://10.101.141.1:8990/WebdialerWS_PL/WebDialerService.asmx/EndCall]&lt;[color=#990000"&gt;NBCallResponse xmlns="http://bcpcorp.net/webservices/webdialerservice/2008/08" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&amp;gt]ResponseCode[/color]&gt;&lt;/a&gt;1[color=blue"&gt;&amp;lt]ResponseDescription[/color]&gt;&lt;/a&gt;EndCall Failed[color=blue"&gt;&amp;lt]NBCallResponse[/color]&gt;
 
I dont understand what the problem is, since the makeCall works fine.
 
Thanks[/quote]</summary>
    <dc:creator>JAMES DEPHILLIP II</dc:creator>
    <dc:date>2012-11-29T03:05:05Z</dc:date>
  </entry>
  <entry>
    <title>Auto Login in HTML</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6526005" />
    <author>
      <name>Sandro Galletti</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6526005</id>
    <updated>2012-09-19T14:24:09Z</updated>
    <published>2012-09-19T14:24:09Z</published>
    <summary type="html">Hi to all,
i'm writing to you to know if there are any options, to do an auto login
to the webdialer http page, using Javascript or Html.
 
I have used the sample below, but i don't find where i can put username and password for auto login.
 
It is possible to do? Thx
 


&lt;pre&gt;function launchWebDialerWindow( url ) {
&lt;/pre&gt;

&lt;a name="wp1055311"&gt;&lt;/a&gt;

&lt;pre&gt;    webdialer=window.open( url, "webdialer", "status=no, width=420, height=300, 
scrollbars=no, resizable=yes, toolbar=no" );
&lt;/pre&gt;

&lt;a name="wp1055312"&gt;&lt;/a&gt;

&lt;pre&gt;  }
&lt;/pre&gt;


&lt;pre class="pPreformatted"&gt;&lt;a name="wp1055313"&gt;&lt;/a&gt;
&lt;/pre&gt;

&lt;a name="wp1055314"&gt;&lt;/a&gt;

&lt;pre&gt;  function launchWebDialerServlet( destination ) {
&lt;/pre&gt;

&lt;a name="wp1055315"&gt;&lt;/a&gt;

&lt;pre&gt;    url= 'https://&lt;%=server_name%&gt;/webdialer/Redirector?destination='+escape(destination);
&lt;/pre&gt;

&lt;a name="wp1055316"&gt;&lt;/a&gt;

&lt;pre&gt;    launchWebDialerWindow( url );
&lt;/pre&gt;

&lt;a name="wp1055317"&gt;&lt;/a&gt;

&lt;pre&gt;  }
&lt;/pre&gt;

&lt;a name="wp1055318"&gt;&lt;/a&gt;

&lt;pre&gt;&lt;em class="cEmphasis"&gt;!These functions can be called from the HTML page which has a hyperlink to the phone 
number to be called. An example of it is
[/i]&lt;/pre&gt;

&lt;a name="wp1055319"&gt;&lt;/a&gt;

&lt;pre&gt;&lt;em class="cEmphasis"&gt;&lt;TD&gt;&lt;A href="javascript:launchWebDialerServlet( &lt;%= userInfo.TelephoneNumber %&gt; )"&gt;&lt;%= 
userInfo.TelephoneNumber %&gt;&lt;/A&gt;&lt;/TD&gt;
[/i]&lt;/pre&gt;


 </summary>
    <dc:creator>Sandro Galletti</dc:creator>
    <dc:date>2012-09-19T14:24:09Z</dc:date>
  </entry>
  <entry>
    <title>RE: using web dialer with windows authentication</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5878707" />
    <author>
      <name>David Staudt</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5878707</id>
    <updated>2012-06-15T23:17:35Z</updated>
    <published>2012-06-15T23:17:35Z</published>
    <summary type="html">Yes, for example via the HTTP interface, you would use the makeCallProxy request, for the SOAP API, use makeCallSoap using the credentials of a webdialer proxy user: 
 
[url=http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/webdialer/1_0_3/wbdladm.html#wp1042731]http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/webdialer/1_0_3/wbdladm.html#wp1042731[/url]</summary>
    <dc:creator>David Staudt</dc:creator>
    <dc:date>2012-06-15T23:17:35Z</dc:date>
  </entry>
  <entry>
    <title>using web dialer with windows authentication</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5721346" />
    <author>
      <name>Haim Noyman</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5721346</id>
    <updated>2012-05-13T09:15:07Z</updated>
    <published>2012-05-13T09:15:07Z</published>
    <summary type="html">is there a way i can use that serice without uaername and passowd.
it's uncomfortable for user's to enter username and passord for every dialing.
 
Thanks.</summary>
    <dc:creator>Haim Noyman</dc:creator>
    <dc:date>2012-05-13T09:15:07Z</dc:date>
  </entry>
  <entry>
    <title>RE: WebDialer Video Endpints supported</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5039135" />
    <author>
      <name>David Staudt</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5039135</id>
    <updated>2012-01-21T00:24:35Z</updated>
    <published>2012-01-21T00:24:35Z</published>
    <summary type="html">WebDialer uses UCM CTI primitives to do its thing, so the supported list of devices for CTI should match:
 
http://developer.cisco.com/web/jtapi/wikidocs/-/wiki/Main/Cisco+CTI+Supported+Device+Matrix
 
As you mention, those devices do not appear to be supported</summary>
    <dc:creator>David Staudt</dc:creator>
    <dc:date>2012-01-21T00:24:35Z</dc:date>
  </entry>
  <entry>
    <title>WebDialer Video Endpints supported</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5027586" />
    <author>
      <name>Victor Vazquez</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5027586</id>
    <updated>2012-01-19T11:26:32Z</updated>
    <published>2012-01-19T11:26:32Z</published>
    <summary type="html">Hi,
 
are video endpoints that now can be nateively resgitered in CUCM (Ex60, EX60, C Series..) supported by WebDialer? I do not see them on the list.
 
Thanks,
Victor
 </summary>
    <dc:creator>Victor Vazquez</dc:creator>
    <dc:date>2012-01-19T11:26:32Z</dc:date>
  </entry>
  <entry>
    <title>CUCM 8.0.2 getPrimaryLine is not available</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4065568" />
    <author>
      <name>Axel Schemberg</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4065568</id>
    <updated>2011-06-21T06:46:03Z</updated>
    <published>2011-06-16T18:51:09Z</published>
    <summary type="html">Hi all,
 
I think there is a bug in CUCM 8.0.2.40000-1. I tried to use getPrimaryLine but only catched a SOAP-Exception. When downloading WDSL from http://server:8443/webdialer/services/WebdialerSoapService?wsdl I had to recognize, that this method is not mentioned, although it should be present in the API since CUCM 7.0 ...
Can anybody verify?
 
Kind regards
 
Axel
 
[Edit: It is still not there in the latest 8.0.3]</summary>
    <dc:creator>Axel Schemberg</dc:creator>
    <dc:date>2011-06-16T18:51:09Z</dc:date>
  </entry>
  <entry>
    <title>API getProfileSoap returns wrong responseCode 1</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4064495" />
    <author>
      <name>Axel Schemberg</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4064495</id>
    <updated>2011-06-22T16:35:17Z</updated>
    <published>2011-06-16T14:55:01Z</published>
    <summary type="html">Hi all,
 
I am using CUCM 8.0.2.40000-1 and when doing a getProfileSoap responseCode 1 is return, even, when user has a configured device and webdialer is working.
When I remove the device from user association also - in this case OK - response Code 1 is returned ... 
 
Has anybody an information about a bug? (I already had a look at the bug toolkit, nothing seems to match)
 
Kind regards
 
Axel
 
EDIT:
This was a missing "break" in my switch-case construction. Sorry to blame the API here. The Responsecode is correct.</summary>
    <dc:creator>Axel Schemberg</dc:creator>
    <dc:date>2011-06-16T14:55:01Z</dc:date>
  </entry>
  <entry>
    <title>Cisco CTIManager down</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4040665" />
    <author>
      <name>Danialdy Juniansyah</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4040665</id>
    <updated>2011-06-12T18:15:18Z</updated>
    <published>2011-06-12T18:15:18Z</published>
    <summary type="html">Hi, 
 
I'm trying the Webdialer feature in CUCM 7.0 (I'm using VMWare btw), when I opened the Webdialer url : https://&lt;cucmipaddress&gt;:8443/webdialer/Webdialer, I got the following error :
&lt;h3&gt;Service temporarily unavailable, please try again later: Cisco CTIManager down&lt;/h3&gt;
I've taken the steps to ensure the CTIManager service is Activated and running, also the WebDialer service is activated and running too, but still get the same error. 
I've also turned on the Webdialer trace, and using the RTMT tool, I've been able to get the following trace lines :
 
2011-06-12 21:42:38,661 ERROR [main] database.CMDatabase - CMDatabase::executeServiceParamsQuery: Null params/value
2011-06-12 21:42:44,925 ERROR [main] webdialer.CTIProvider - Cannot Create Provider Connection refused
2011-06-12 21:42:44,925 ERROR [main] webdialer.CTIProvider - Unable to create CTI provider
2011-06-12 21:42:44,926 ERROR [main] webdialer.WebdialerServlet - Failed to create CTI provider for service:Unable to create CTI provider
2011-06-12 21:47:45,622 ERROR [Thread-21] webdialer.WebdialerServlet$ProviderRetryThread - Unable to create JTAPI provider:
2011-06-12 22:23:40,355 ERROR [http-8443-Processor20] webdialer.CTIProvider - Cannot Create Provider Connection refused
2011-06-12 22:23:40,356 ERROR [http-8443-Processor20] webdialer.CTIProvider - Unable to create CTI provider
2011-06-12 22:23:40,356 ERROR [http-8443-Processor20] webdialer.WebdialerServlet - Failed to create CTI provider for service:Unable to create CTI provider
2011-06-12 22:23:40,357 ERROR [http-8443-Processor20] webdialer.WebdialerServlet - WebdialerServlet::doProcessHTTPRequest: failed to create CTIManager
 
Could someone help me on this issue? your help is greatly appreciated. Thank you.
 
 </summary>
    <dc:creator>Danialdy Juniansyah</dc:creator>
    <dc:date>2011-06-12T18:15:18Z</dc:date>
  </entry>
  <entry>
    <title>EndCall Failed</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3997037" />
    <author>
      <name>Filipe Paredes</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3997037</id>
    <updated>2011-06-03T12:35:59Z</updated>
    <published>2011-06-03T12:35:21Z</published>
    <summary type="html">Hi all,


When i use the webdialer service to MakeCall with a certain user that is logged in on his phone, it works ok. But the EndCall (endCallSoap method) returns an error:
 
 
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
 
&lt;!--
@namespace html url(http://www.w3.org/1999/xhtml); :root {                       font:small Verdana;        font-weight: bold;         padding: 2em;              padding-left:4em;       }                          * {                           display: block;            padding-left: 2em;      }                          html|style {                  display: none;          }                          html|span, html|a {           display: inline;           padding: 0;                font-weight: normal;       text-decoration: none;  }                          html|span.block {             display: block;         }                          *[html|hidden],            span.block[html|hidden] {     display: none;          }                          .expand {                     display: block;         }                          .expand:before {              content: '+';              color: red;                position: absolute;        left: -1em;             }  .collapse {                   display: block;         }                          .collapse:before {            content: '-';              color: red;                position: absolute;        left:-1em;              }                         
--&gt;[url=http://10.101.141.1:8990/WebdialerWS_PL/WebDialerService.asmx/EndCall]&lt;[color=#990000]NBCallResponse[/color] [color=red]xmlns[/color]="[color=red]http://bcpcorp.net/webservices/webdialerservice/2008/08[/color]" [color=red]xmlns:xsd[/color]="[color=red]http://www.w3.org/2001/XMLSchema[/color]" [color=red]xmlns:xsi[/color]="[color=red]http://www.w3.org/2001/XMLSchema-instance[/color]"&gt;[/url]&lt;a&gt;&lt;[color=#990000]ResponseCode[/color]&gt;&lt;/a&gt;1[color=blue]&lt;/ResponseCode[/color]&gt;&lt;a&gt;&lt;[color=#990000]ResponseDescription[/color]&gt;&lt;/a&gt;EndCall Failed[color=blue]&lt;/ResponseDescription[/color]&gt;&lt;/[color=#990000]NBCallResponse[/color]&gt;
 
I dont understand what the problem is, since the makeCall works fine.
 
Thanks</summary>
    <dc:creator>Filipe Paredes</dc:creator>
    <dc:date>2011-06-03T12:35:21Z</dc:date>
  </entry>
  <entry>
    <title>RE: get/set - Enable/Disable DND</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3899751" />
    <author>
      <name>Victor Castro</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3899751</id>
    <updated>2011-05-18T12:32:59Z</updated>
    <published>2011-05-18T12:32:59Z</published>
    <summary type="html">Hi Axel,

Ok. Thank you very much.

But, don't you know how can I do this?

Thank you again.

Regards.

Víctor Castro</summary>
    <dc:creator>Victor Castro</dc:creator>
    <dc:date>2011-05-18T12:32:59Z</dc:date>
  </entry>
  <entry>
    <title>RE: get/set - Enable/Disable DND</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3901253" />
    <author>
      <name>Axel Schemberg</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3901253</id>
    <updated>2011-05-18T08:26:50Z</updated>
    <published>2011-05-18T08:26:50Z</published>
    <summary type="html">Hi Victor,
 
for your question the AXL forum is fine ... this is Webdialer API. Webdialer does't has the possibility to check for DND.
 
Kind regards
 
Axel</summary>
    <dc:creator>Axel Schemberg</dc:creator>
    <dc:date>2011-05-18T08:26:50Z</dc:date>
  </entry>
  <entry>
    <title>get/set - Enable/Disable DND</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3870358" />
    <author>
      <name>Victor Castro</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3870358</id>
    <updated>2011-05-11T20:56:08Z</updated>
    <published>2011-05-11T20:56:08Z</published>
    <summary type="html">Hi All,
 
I'm working with C#, and trying to get a DND status of the list of extensions. I'm trying to do this with AXLAPIService, ...\8.0\AXLAPI.wsdl and wd70.wsdl, I found some methods that probably serve to get the DND status and/or set it. The question is, these APIs are corrects to do this and, how do I do this with these APIs or others corrects?
 
If you can to put some sample here, would help a lot!!!
 
Thank you very much.
 
Víctor Castro</summary>
    <dc:creator>Victor Castro</dc:creator>
    <dc:date>2011-05-11T20:56:08Z</dc:date>
  </entry>
  <entry>
    <title>ClickToCall 8.0.1 Installer Problem</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3753641" />
    <author>
      <name>Selim Budakoglu</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3753641</id>
    <updated>2011-04-20T11:55:15Z</updated>
    <published>2011-04-20T11:55:15Z</published>
    <summary type="html">Hi all,
I have downloaded the version 8.0.1 installer for ClickToCall and tried to install it on 32bit Windows XP SP2 system. However during the installation process installer showed the text abnormally and could not finish the process successfully. Does anyone faced a problem like that? Is this installer OK? Please see the attached screenshots.
Thanks in advance.
 </summary>
    <dc:creator>Selim Budakoglu</dc:creator>
    <dc:date>2011-04-20T11:55:15Z</dc:date>
  </entry>
  <entry>
    <title>RE: What's wrong with this isClusterUserSoap message?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3524528" />
    <author>
      <name>Gordon Ross</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3524528</id>
    <updated>2011-04-06T08:26:10Z</updated>
    <published>2011-04-06T08:26:10Z</published>
    <summary type="html">[quote]
Anyway.. I just wished that WSDLs would be tested against at least one framework for the major languages.
[/quote]
Totally agree. It would also be nice if some Cisco people kept an eye on these forums. So many questions are just left un-answered. Other companie "get" the fact that developers can help sell their products. Cisco don't :-(
 
GTG</summary>
    <dc:creator>Gordon Ross</dc:creator>
    <dc:date>2011-04-06T08:26:10Z</dc:date>
  </entry>
  <entry>
    <title>Web Dialer Click to Dial with Lotus Notes</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3153796" />
    <author>
      <name>DAVID CONSTANTINO</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3153796</id>
    <updated>2011-03-09T21:50:50Z</updated>
    <published>2011-03-09T21:50:50Z</published>
    <summary type="html">Is there a plug in for Lotus to click to dial from</summary>
    <dc:creator>DAVID CONSTANTINO</dc:creator>
    <dc:date>2011-03-09T21:50:50Z</dc:date>
  </entry>
  <entry>
    <title>RE: Webdialer WSDL</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2815554" />
    <author>
      <name>Axel Schemberg</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2815554</id>
    <updated>2010-12-10T02:29:20Z</updated>
    <published>2010-12-10T02:29:20Z</published>
    <summary type="html">Hello Bjoern,
 
I just tested with CUCM 6.1 and the URL https://1.1.1.1/webdialer/wsdl/WebdialerSoap.wsdl prints the WDSL on the screen. With that code I was able to call wsdl.exe to generate CSharpe code from.
 
Hope it helps
 
Regards
 
Axel</summary>
    <dc:creator>Axel Schemberg</dc:creator>
    <dc:date>2010-12-10T02:29:20Z</dc:date>
  </entry>
  <entry>
    <title>Webdialer WSDL</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2733548" />
    <author>
      <name>Bjoern Kirchhof</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2733548</id>
    <updated>2010-11-11T14:06:56Z</updated>
    <published>2010-11-11T14:06:56Z</published>
    <summary type="html">Hi,
 
I've pretty less backring in programm languages at all...
I "only" know how to configure CUCM clusters :-)
A customer of us wants to use webdialer in order to control their phones.
I passed all documents, I found here, to him...
Now we tells me that he would need the wsdl code itself from cucm which runs when to enter:
https://&lt;CCM_Server&gt;/webdialer/wsdl/wd70.wsdl
My question is :
- It it is correct, who can I get the source file
- If it is not correct, what can I tell him, who he should begin?
 
Webdialer server is running and working fine with clicktocall application.
 
Regards Bjoern</summary>
    <dc:creator>Bjoern Kirchhof</dc:creator>
    <dc:date>2010-11-11T14:06:56Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from Matt Epps in Cisco WebDialer (WebDialer) - Cisco Webdi</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2584771" />
    <author>
      <name>BOUHEDJAR MADJID</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2584771</id>
    <updated>2010-09-28T21:38:48Z</updated>
    <published>2010-09-28T21:38:48Z</published>
    <summary type="html">Hi,
 
we found that the same issue is caused by the special character '&amp;' in the password for the WDSysUser.
We were able to reproduce the same in my setup by having this character in the password.

Could you please change the the password for the WDSysUser/WDSecureSysUser from User Management -&gt; Application User page.
Please ensure that the new password does not contain '&amp;' or any special character. Also ensure that the WebDialer service is restarted after the password is changed.

Please let me know how does it go
 
Best Regards
 
[b][color=#1f497d]Madjid BOUHEDJAR[/color][/b][color=#1f497d]
[/color]IPC Engineer, Converged Communication

Tel : + 33 (0) 1 49 75 
88 91 
Mob : +33 (0) 6 60 24 92 81
[url=mailto:madjid.bouhedjar@eu.didata.com][color=#1f497d]madjid.bouhedjar@eu.didata.com[/color][/url]

DIMENSION 
DATA FRANCE
 [url=http://www.dimensiondata.com/][color=#1f497d]www.dimensiondata.com[/color][/url]</summary>
    <dc:creator>BOUHEDJAR MADJID</dc:creator>
    <dc:date>2010-09-28T21:38:48Z</dc:date>
  </entry>
  <entry>
    <title>RE: WebDialer SOAP interface Serialization issues using .NET</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2502084" />
    <author>
      <name>Ruben Sanchez Bono</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2502084</id>
    <updated>2010-09-02T21:04:48Z</updated>
    <published>2010-09-02T21:04:48Z</published>
    <summary type="html">Hí Stephan,
 
It was really usefull. Thank you very much but I have the same question asked by Cristian. I don't know how to access the wsdl description to make the changes. I tried in the admin console of CCM OS, also with the web interfaces of CCM Administration and CCM OS Administration but I can not find how to edit the file.

I need help please.

Thank you in advance.

Regads.</summary>
    <dc:creator>Ruben Sanchez Bono</dc:creator>
    <dc:date>2010-09-02T21:04:48Z</dc:date>
  </entry>
</feed>

