Result:
found more than 450 distributions - search limited to the first 2001 files matching your query ( run in 0.913 )


API-Octopart

 view release on metacpan or  search on metacpan

t/pod-coverage.t  view on Meta::CPAN

eval "use Test::Pod::Coverage $min_tpc";
plan skip_all => "Test::Pod::Coverage $min_tpc required for testing POD coverage"
    if $@;

# Test::Pod::Coverage doesn't require a minimum Pod::Coverage version,
# but older versions don't recognize some common documentation styles
my $min_pc = 0.18;
eval "use Pod::Coverage $min_pc";
plan skip_all => "Pod::Coverage $min_pc required for testing POD coverage"
    if $@;

 view all matches for this distribution


API-Stripe

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

 - Fixed content-type for DELETE, PATCH, POST, and PUT requests.

0.06 2015-10-11T08:10:30
 - v0.06
 - Updated build.
 - Modified the implementation style and dependencies.

0.05 2015-09-28T13:18:38
 - v0.05
 - Updated build.
 - Updated inconsistency in documentation.

 view all matches for this distribution


API-Trello

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

Changelog for API-Trello

0.06 2015-10-11T08:10:13
 - Updated build.
 - Modified the implementation style and dependencies.

0.05 2015-09-28T13:18:23
 - v0.05
 - Updated build.
 - Updated inconsistency in documentation.

 view all matches for this distribution


API-Twitter

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

Changelog for API-Twitter

0.05 2015-10-11T08:09:46
 - Updated build.
 - Modified the implementation style and dependencies.

0.04 2015-09-28T13:18:04
 - v0.04
 - Updated build.
 - Updated inconsistency in documentation.

 view all matches for this distribution


API-Wunderlist

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

Changelog for API-Wunderlist

0.06 2015-10-11T08:09:32
 - Updated build.
 - Modified the implementation style and dependencies.

0.05 2015-09-28T13:17:54
 - v0.05
 - Updated build.
 - Updated inconsistency in documentation.

 view all matches for this distribution


APISchema

 view release on metacpan or  search on metacpan

t/test/InheritedDocument.pm  view on Meta::CPAN

? my ($title, $body) = @_;
<!DOCTYPE html>
<html>
  <head>
    <title><?= $title ?></title>
    <style>* { color: pink; }</style>
  </head>
  <body>
    <?= encoded_string($body) ?>
  </body>
</html>

 view all matches for this distribution


APP-REST-RestTestSuite

 view release on metacpan or  search on metacpan

lib/APP/REST/RestTestSuite.pm  view on Meta::CPAN

    if ( $self->{html_log_required}
        && ( $self->{html_log_required} =~ /yes/i ) )
    {
        print $fh
          qq|<HTML> <HEAD> <TITLE>LOG for $self->{endpoint}</TITLE> </HEAD>|
          . qq|<BODY><textarea rows="999999" cols="120" style="border:none;">|;
        print $err_fh
qq|<HTML> <HEAD> <TITLE>ERROR LOG for $self->{endpoint}</TITLE> </HEAD>|
          . qq|<BODY><textarea rows="999999" cols="120" style="border:none;">|;
    }

    print STDERR "\nTest Suite executed on $self->{endpoint}\n";
    print $fh "\nTest Suite executed on $self->{endpoint}\n";
    print $err_fh "\nTest Suite executed on $self->{endpoint}\n";

lib/APP/REST/RestTestSuite.pm  view on Meta::CPAN

    if ( $self->{html_log_required}
        && ( $self->{html_log_required} =~ /yes/i ) )
    {
        print $fh
          qq|<HTML> <HEAD> <TITLE>LOG for $self->{endpoint}</TITLE> </HEAD>|
          . qq|<BODY><textarea rows="999999" cols="120" style="border:none;">|;
    }

    print STDERR "\nTest Suite executed on $self->{endpoint}\n";
    print $fh "\nTest Suite executed on $self->{endpoint}\n";

 view all matches for this distribution


ARGV-OrDATA

 view release on metacpan or  search on metacpan

xt/pod-coverage.t  view on Meta::CPAN

eval "use Test::Pod::Coverage $min_tpc";
plan skip_all => "Test::Pod::Coverage $min_tpc required for testing POD coverage"
    if $@;

# Test::Pod::Coverage doesn't require a minimum Pod::Coverage version,
# but older versions don't recognize some common documentation styles
my $min_pc = 0.18;
eval "use Pod::Coverage $min_pc";
plan skip_all => "Pod::Coverage $min_pc required for testing POD coverage"
    if $@;

 view all matches for this distribution


ARGV-Struct

 view release on metacpan or  search on metacpan

lib/ARGV/Struct.pm  view on Meta::CPAN


=head1 DESCRIPTION

Have you ever felt that you need something different than Getopt?

Are you tired of shoehorning Getopt style arguments into your commandline scripts?

Are you trying to express complex datastructures via command line?

then ARGV::Struct is for you!

lib/ARGV/Struct.pm  view on Meta::CPAN

=head1 

=head1 TODO

Try to combine with Getopt/MooseX::Getopt, so some parameters could be an ARGV::Struct. The
rest would be parsed Getopt style.

=head1 CONTRIBUTE

The source code and issues are on https://github.com/pplu/ARGV-Struct

 view all matches for this distribution


ARS-Simple

 view release on metacpan or  search on metacpan

html/Simple.html  view on Meta::CPAN

<title></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:" />
</head>

<body style="background-color: white">



<ul id="index">
  <li><a href="#NAME">NAME</a></li>

 view all matches for this distribution


ARSObject

 view release on metacpan or  search on metacpan

lib/ARSObject.pm  view on Meta::CPAN

			return if !$^W ||ineval();
			if ($s && $s->{-warnmsg}) {
				&{$s->{-warnmsg}}(@_)
			}
			else {
				print   '<div style="font-weight: bolder">Warnig: '
					, $s->{-cgi}->escapeHTML($_[0])
					, "<div>\n"
					if $s && $s->{-cgi}
			}
			# CORE::warn($_[0]);

lib/ARSObject.pm  view on Meta::CPAN

			}
		}
		$a{-values}
		};
 my $ac=$a{-class} ? ' class="' .$a{-class} .'"' : '';
 my $as=$a{-style} ? ' style="' .$a{-style} .'"' : '';
 my $aw=$a{-size} ||80;
 my $v =!defined($s->{-cgi}->param($n)) ||$a{-override}
	? $a{-default}
	: $s->{-cgi}->param($n);
    $v =&$av()->[0]

lib/ARSObject.pm  view on Meta::CPAN

    $s->{-cgi}->param($n, defined($v) ? $v : '');
 my $ek =$s->{-cgi}->user_agent('MSIE') ? 'window.event.keyCode' : 'event.which';
 my $fs =sub{
	'{var k;'
	."var l=window.document.forms[0].$nl;"
	."if(l.style.display=='none'){"
	.($_[0] eq '4' ? '' : 'return(true)') .'}else{'
	.(!$_[0]	# onkeypess - input
	? "if (String.fromCharCode($ek) ==\"\\r\") {${n}__S_.focus(); ${n}__S_.click(); return(true)}; k=window.document.forms[0].$n.value +String.fromCharCode($ek);"
	: $_[0] eq '1'	# onkeypess - list -> input (first char)
	? "if (String.fromCharCode($ek) ==\&quot;\\r\&quot;) {${n}__S_.focus(); ${n}__S_.click(); return(true)}; window.document.forms[0].$n.focus(); k=window.document.forms[0].$n.value =String.fromCharCode($ek); "

lib/ARSObject.pm  view on Meta::CPAN

 .$s->{-cgi}->textfield((map {defined($_) && defined($a{$_})
				? ($_ => $a{$_})
				: $a{-textfield} && $a{-textfield}->{$_} && !$s->{-cgi}->param("${n}__O_")
				? ($_ => $a{-textfield}->{$_})
				: ()
		} qw(-name -title -class -style -size -maxlength))
		, -default=>$v
		, -override=>1
		, ($a{-strict} && !$s->{-cgi}->param("${n}__O_")
			? (-readonly=>1) # ,-hidefocus=>0, -disabled=>0
			: ())

lib/ARSObject.pm  view on Meta::CPAN

	? $cmsg 
	: ($s->{-lang} ||'') =~/^ru/i
	? {'Error'=>'Îøèáêà', 'Warning'=>'Ïðåäóïðåæäåíèå', 'Success'=>'Óñïåøíî'
		,'Executing'=>'Âûïîëíåíèå', 'Done'=>'Âûïîëíåíî'}
	: {};
 $cmsg =sub{"\n<br /><font style=\"font-weight: bolder\""
		.($_[1] =~/^(?:Error|Warning)/ ? ' color="red"' : '')
		.'>'
		.(defined($_[1]) ? $_[0]->{-cgi}->escapeHTML($hmsg->{$_[1]} ||$_[1]) : 'undef')
		.": "
		.(defined($_[2]) ? $_[0]->{-cgi}->escapeHTML($hmsg->{$_[2]} ||$_[2]) : 'undef')

lib/ARSObject.pm  view on Meta::CPAN

			? ''
			: ref($f->{-widget}) eq 'HASH'
			? $s->{-cgi}->submit(-name=>$f->{-namecgi}, -title=>$f->{-namecmt}, -value=>$f->{-namelbl}
				, %{$f->{-widget}})
			: $s->{-cgi}->submit(-name=>$f->{-namecgi}, -title=>$f->{-namecmt}, -value=>$f->{-namelbl}
				, map {defined($f->{$_}) ? ($_=>$f->{$_}) : ()} qw(-class -style));
		next
	}
	elsif ($bb) {
		print &$cfld($s, {}, $bb);
		$bb ='';

lib/ARSObject.pm  view on Meta::CPAN

	: (	 $f->{-values}
		? $s->cgiselect(-name=>$f->{-namecgi}, -title=>$f->{-namecmt}
			, -id => $f->{-namecgi}
			, -onchange=>1			
			, map {	my $v =ref($f->{$_}) eq 'CODE' ? &{$f->{$_}}($s, $f, cfpvv($s, $f), cfpvp($s, $f)) : $f->{$_};
				defined($v) ? ($_=>$v) : ()} qw(-values -labels -onchange -readonly -disabled -class -style))
		: $f->{-rows}
		? $s->cgitext(-name=>$f->{-namecgi}, -title=>$f->{-namecmt}
			, -id => $f->{-namecgi}
			, map {	my $v =ref($f->{$_}) eq 'CODE' ? &{$f->{$_}}($s, $f, cfpvv($s, $f), cfpvp($s, $f)) : $f->{$_};
				defined($v) ? ($_=>$v) : ()} qw(-rows -columns -maxlength -readonly -class -style))
		: $f->{-action} ||$f->{-preact}
		? $s->{-cgi}->submit(-name=>$f->{-namecgi}, -title=>$f->{-namecmt}, -value=>$f->{-namelbl}
			, -id => $f->{-namecgi}
			, map {	my $v =ref($f->{$_}) eq 'CODE' ? &{$f->{$_}}($s, $f, cfpvv($s, $f), cfpvp($s, $f)) : $f->{$_};
				defined($v) ? ($_=>$v) : ()} qw(-class -style))
		: $s->cgistring(-name=>$f->{-namecgi}, -title=>$f->{-namecmt}
			, -id => $f->{-namecgi}
			, map {	my $v =ref($f->{$_}) eq 'CODE' ? &{$f->{$_}}($s, $f, cfpvv($s, $f), cfpvp($s, $f)) : $f->{$_};
				defined($v) ? ($_=>$v) : ()} qw(-size -maxlength -readonly -disabled -class -style))
			)
	)
	. (!$f->{-widget1}
		? ''
		: ref($f->{-widget1}) eq 'CODE'

 view all matches for this distribution


ARSperl

 view release on metacpan or  search on metacpan

StructDef.pl  view on Meta::CPAN

	_min_version => '7.0.0',
	enable => {
		_type => 'unsigned int',
		_data => 'p->enable',
	},
	style => {
		_type => 'unsigned int',
		_data => 'p->style',
	},
	formName => {
		_type => 'ARNameType',
		_data => 'p->formName',
	},

 view all matches for this distribution


ASNMTAP

 view release on metacpan or  search on metacpan

applications/display-test.pl  view on Meta::CPAN

      }

      print HTMLMCV @$arrayFullCondensedView[4];
    }

    print HTMLMCV '<tr style="{height: 4;}"><TD></TD></TR>', "\n";
 	  delete @multiarrayMinimalCondensedView[0..@multiarrayMinimalCondensedView];
  }

  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

applications/display-test.pl  view on Meta::CPAN

  <title>$APPLICATION @ $BUSINESS</title>
  <META HTTP-EQUIV="Expires" CONTENT="Wed, 10 Dec 2003 00:00:01 GMT">
  <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
  <META HTTP-EQUIV="Refresh" CONTENT="60">
  <link rel="stylesheet" type="text/css" href="$HTTPSURL/asnmtap.css">
</HEAD>
<BODY>
EOM

        print PNG '<IMG SRC="', $RESULTSURL, '/', $resultsdir, '/', $command, '-', $catalogID_uniqueKey, '-sql.png"></BODY></HTML>', "\n";

applications/display-test.pl  view on Meta::CPAN

        foreach my $arrayFullCondensedView ( @multiarrayFullCondensedView ) {
          print HTML @$arrayFullCondensedView[4];
        }
      }

      print HTML '<tr style="{height: 4;}"><TD></TD></TR>', "\n", if $showFooter;
    }

    if ($groupCondensedView) {
	  $emptyCondencedView = ( scalar ( @multiarrayFullCondensedView ) ? 0 : 1 );

applications/display-test.pl  view on Meta::CPAN

        foreach my $arrayFullCondensedView ( @multiarrayFullCondensedView ) {
          print HTMLCV @$arrayFullCondensedView[4] if ( @$arrayFullCondensedView[5] );
        }
      }

      print HTMLCV '<tr style="{height: 4;}"><TD></TD></TR>', "\n", if $showFooter;
    }
  }
}

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

applications/display-test.pl  view on Meta::CPAN

  my ($catalogID_uniqueKey, $catalogID, $uniqueKey, $title, $status, $timeslot, $statusIcon, $insertInMCV, $inIMW, $itemFullCondensedView, $printCondensedView, $arrayStatusMessage, $catalogID_uKey_timeperiodID) = @_;

  $itemFullCondensedView .= "</TR>\n";

  if (@$arrayStatusMessage) {
    $itemFullCondensedView .= '<TR style="{height: 0;}"><TD COLSPAN="'. $colspanDisplayTime .'"><DIV id="'.$catalogID_uniqueKey.'" style="display:none"><TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=2>'. "\n";
    foreach my $arrayStatusMessage ( @$arrayStatusMessage ) { $itemFullCondensedView .= printStatusMessage ( $arrayStatusMessage ); }
    $itemFullCondensedView .= "</TABLE></DIV></TD></TR>\n";
  }

  $groupFullView += 1;

applications/display-test.pl  view on Meta::CPAN


  print HTML <<EOH;
<script language="JavaScript" type="text/javascript">
  function toggleDiv (div_id){
    if (document.getElementById(div_id)) {
      if (document.getElementById(div_id).style.display == 'none') {
        document.getElementById(div_id).style.display = 'block';
      } else {
        document.getElementById(div_id).style.display = 'none';
      }
    }
  }
</script>
EOH

applications/display-test.pl  view on Meta::CPAN


  print HTMLCV <<EOH;
<script language="JavaScript" type="text/javascript">
  function toggleDiv (div_id){
    if (document.getElementById(div_id)) {
      if (document.getElementById(div_id).style.display == 'none') {
        document.getElementById(div_id).style.display = 'block';
      } else {
        document.getElementById(div_id).style.display = 'none';
      }
    }
  }
</script>
EOH

applications/display-test.pl  view on Meta::CPAN


  print HTMLMCV <<EOH;
<script language="JavaScript" type="text/javascript">
  function toggleDiv (div_id){
    if (document.getElementById(div_id)) {
      if (document.getElementById(div_id).style.display == 'none') {
        document.getElementById(div_id).style.display = 'block';
      } else {
        document.getElementById(div_id).style.display = 'none';
      }
    }
  }
</script>
EOH

 view all matches for this distribution


ASP4

 view release on metacpan or  search on metacpan

lib/ASP4.pm  view on Meta::CPAN


=head3 $Response->Include( $path, %args )

ASP4's C<$Response> object offers 3 different include methods.

  <!-- Normal SSI-style Include -->
  <!-- #include virtual="/includes/page.asp" -->

If you want to supply arguments to the included ASP script you can use C<< $Response->Include($path, \%args) >>

  # Add the output of C</includes/page.asp> to the current output buffer:

lib/ASP4.pm  view on Meta::CPAN

    # Get our $user:
    use App::db::user;
    my $user = App::db::user->retrieve( $Session->{user_id} );
  %>
  
  <div style="float: left; width: 40%; border-right: solid 1px #000;">
    <h3>Incoming Messages</h3>
  <%
    foreach my $msg ( $user->messages_in(undef, { order_by => "created_on ASC"} ) ) {
  %>
    <div class="msg">

lib/ASP4.pm  view on Meta::CPAN

  <%
    }# end foreach()
  %>
  </div>
  
  <div style="float: right; width: 40%; border: dotted 1px #000;">
    <h3>Send New Message</h3>
    <form id="send_form" method="post" action="/handlers/app.send">
      <p>
        <label>Recipient:</label>
        <select name="to_user_id">

 view all matches for this distribution


ASP4x-Captcha-Imager

 view release on metacpan or  search on metacpan

lib/ASP4x/Captcha/Imager.pm  view on Meta::CPAN


Render the Captcha image:

  <html>
  <head>
  <style type="text/css">
  LABEL {
    display:        block;
    width:          265px;
    text-align:     right;
    float:          left;

lib/ASP4x/Captcha/Imager.pm  view on Meta::CPAN

  }
  
  IMG {
    border: dotted 1px #AAA;
  }
  </style>
  </head>
  <body>
    <form action="/handlers/dev.validate" method="post">
      <p>
        <label>Enter the code you see below:</label>

 view all matches for this distribution


ASP4x-Linker

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    $widget->set(%args)->set(%more_args)->uri();
  - Thanks to eric.hayes++ for the suggestion.

2011-05-01      v1.000
  - $widget->set( non_existent_attribute => "value" ) will result in an exception.
  - Simplified the documentation for ASP4x::Linker - the simplified style of
    $linker->widget(...)->get/set(...) interface is very much preferred.
  - API has otherwise remained unchanged for over a year.  Time to go v1.000!!!

2010-05-13      v0.003
  - Now, $linker->uri({foo => 'bar'}) returns a uri with foo=bar in there someplace.

 view all matches for this distribution


AUBBC

 view release on metacpan or  search on metacpan

AUBBC.pm  view on Meta::CPAN

 $msg =~ s/\[email\](?![\w\.\-\&\+]+\@[\w\.\-]+).+?\[\/email\]/\[<font color=red>$BAD_MESSAGE<\/font>\]email/g;
 $AUBBC{protect_email}
  ? $msg =~ s/\[email\]([\w\.\-\&\+]+\@[\w\.\-]+)\[\/email\]/protect_email($1)/ge
  : $msg =~ s/\[email\]([\w\.\-\&\+]+\@[\w\.\-]+)\[\/email\]/link_check("mailto:$1",$1,'','')/ge;

 $msg =~ s/\[color=([\w#]+)\](?s)(.+?)\[\/color\]/<span style="color:$1;">$2<\/span>/g;

 1 while $msg =~
  s/\[quote=([\w\s]+)\](?s)(.+?)\[\/quote\]/<div$AUBBC{quote_class}><small><strong>$1:<\/strong><\/small><br$AUBBC{html_type}>
$2<\/div>$AUBBC{quote_extra}/g;
 1 while $msg =~
  s/\[quote\](?s)(.+?)\[\/quote\]/<div$AUBBC{quote_class}>$1<\/div>$AUBBC{quote_extra}/g;

 $msg =~ s/\[(left|right|center)\](?s)(.+?)\[\/\1\]/<div style=\"text-align: $1;\">$2<\/div>/g;
 $msg =~ s/\[li=(\d+)\](?s)(.+?)\[\/li\]/<li value="$1">$2<\/li>/g;
 $msg =~ s/\[u\](?s)(.+?)\[\/u\]/<span style="text-decoration: underline;">$1<\/span>/g;
 $msg =~ s/\[strike\](?s)(.+?)\[\/strike\]/<span style="text-decoration: line-through;">$1<\/span>/g;
 $msg =~ s/\[([bh]r)\]/<$1$AUBBC{html_type}>/g;
 $msg =~ s/\[list\](?s)(.+?)\[\/list\]/fix_list($1)/ge;

 1 while $msg =~
  s/\[(blockquote|big|h[123456]|[ou]l|li|em|pre|s(?:mall|trong|u[bp])|[bip])\](?s)(.+?)\[\/\1\]/<$1>$2<\/$1>/g;

 view all matches for this distribution


AVLTree

 view release on metacpan or  search on metacpan

ppport.h  view on Meta::CPAN

of F<ppport.h> if you intend to be backward compatible only
down to a certain Perl version.

=head2 --cplusplus

Usually, F<ppport.h> will detect C++ style comments and
replace them with C style comments for portability reasons.
Using this option instructs F<ppport.h> to leave C++
comments untouched.

=head2 --quiet

ppport.h  view on Meta::CPAN

    }
  }

  if ($cppc) {
    my $s = $cppc != 1 ? 's' : '';
    warning("Uses $cppc C++ style comment$s, which is not portable");
  }

  my $s = $warnings != 1 ? 's' : '';
  my $warn = $warnings ? " ($warnings warning$s)" : '';
  info("Analysis completed$warn");

 view all matches for this distribution


AWS-CLI-Config

 view release on metacpan or  search on metacpan

t/04_config.t  view on Meta::CPAN

aws_secret_access_key = $default_secret_access_key
[profile tester]
aws_access_key_id = $tester_access_key_id
aws_secret_access_key = $tester_secret_access_key
s3 =
  addressing_style = path
EOS

close $fh;

local $ENV{AWS_CONFIG_FILE} = $file;

t/04_config.t  view on Meta::CPAN

subtest 'Specific profile' => sub {
    my $config = AWS::CLI::Config::config('tester');

    is($config->aws_access_key_id, $tester_access_key_id, 'access_key_id');
    is($config->aws_secret_access_key, $tester_secret_access_key, 'secret_access_key');
    is($config->s3->{addressing_style}, 'path', 'nested value');
};

subtest 'Undefined profile' => sub {
    my $config = AWS::CLI::Config::config('no-such-profile');
    ok(!$config, 'undefined');

 view all matches for this distribution


AWS-CLIWrapper

 view release on metacpan or  search on metacpan

xt/05_dependencies.t  view on Meta::CPAN

# -*- mode: cperl; -*-

use Test::Dependencies
     exclude => [qw(Test::Dependencies Test::Base Test::Perl::Critic
                        AWS::CLIWrapper)],
     style   => 'light';
if ($ENV{RELEASE_TESTING}) {
    ok_dependencies();
} else {
    my $tb = Test::Dependencies->builder;
    $tb->skip_all('Authors tests');

 view all matches for this distribution


AWS-Lambda-Quick

 view release on metacpan or  search on metacpan

CONTRIBUTING.md  view on Meta::CPAN


## Tidyall

This distribution uses
[Code::TidyAll](https://metacpan.org/release/Code-TidyAll) to enforce a
uniform coding style. This is tested as part of the author testing suite. You
can install and run tidyall by running the following commands:

    $ cpanm Code::TidyAll
    $ tidyall -a

 view all matches for this distribution


AWS-Lambda

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    - support XRay and AWS::XRay is pre-installed
    - AWS::Lambda::PSGI injects the lambda request id into psgix.request_id

0.0.6 2019-07-16T16:45:33Z
    - add Paws layer
    - use virtual hosted–style s3 urls instead of path style urls

0.0.5 2019-05-22T12:42:18Z
    - perl 5.30.0 is released
    - Support the AWS Asia Pacific (Hong Kong) Region (ap-east-1)

 view all matches for this distribution


AWS-S3

 view release on metacpan or  search on metacpan

lib/AWS/S3/Signer/V4.pm  view on Meta::CPAN

    # and cannot be in an IP address format.
    my $bucket_re = '[a-z0-9][a-z0-9\-\.]{1,61}[a-z0-9]';
    my $domain_re = 'amazonaws\.com';
    my $region_re = '(?:af|ap|ca|eu|il|me|mx|sa|us)-[a-z]+-\d';

    my ( $service, $url_style );

    # listed in order of appearance found in the docs:
    # https://community.aws/content/2biM1C0TkMkvJ2BLICiff8MKXS9/format-and-parse-amazon-s3-url?lang=en
    if ( $host =~ /^(\w+)([-.])($region_re)\.$domain_re/ ) {
        $service = $1;
        $region ||= $3;
        $url_style = $2 eq '-' ? 'regional dash-style' : 'regional dot-style';
    }
    elsif ( $host =~ /^$bucket_re\.($region_re)\.s3\.$domain_re/ ) {
        $service = 's3';
        $region ||= $1;
        $url_style = 'regional virtual-hosted-style';
    }
    elsif ( $host =~ /^s3\.$domain_re/ ) {
        $service = 's3';
        $region  = 'us-east-1';
        $url_style = 'legacy with path-style';
    }
    elsif ( $host =~ /^$bucket_re\.s3\.$domain_re/ ) {
        $service = 's3';
        $region ||= 'us-east-1';
        $url_style = 'legacy with virtual-hosted-style';
    }
    elsif ( $host =~ /^$bucket_re\.s3[\.-]($region_re)\.$domain_re/ ) {
        $service = 's3';
        $region ||= $1;
        $url_style = 'regional virtual-hosted-style';
    }
    elsif ($host =~ /^([\w-]+)\.([\w-]+)\.$domain_re/) {
        $service = $1;
        $region    ||= $2;
        $url_style = 'legacy path-style service';
    }
    elsif ( $host =~ /^([\w-]+)\.$domain_re/ ) {
        $service = $1;
        $region    = 'us-east-1';
        $url_style = 'legacy path-style';
    }
    elsif ( exists PAAPI_REGION->{$host} ) {
        $service = 'ProductAdvertisingAPI';
        $region  = PAAPI_REGION->{$host};
    }

    return ( $service, $region, $url_style );
}

sub _parse_scope {
    my $self  = shift;
    my $scope = shift;

 view all matches for this distribution


AWS-SQS-Simple

 view release on metacpan or  search on metacpan

t/pod-coverage.t  view on Meta::CPAN

eval "use Test::Pod::Coverage $min_tpc";
plan skip_all => "Test::Pod::Coverage $min_tpc required for testing POD coverage"
    if $@;

# Test::Pod::Coverage doesn't require a minimum Pod::Coverage version,
# but older versions don't recognize some common documentation styles
my $min_pc = 0.18;
eval "use Pod::Coverage $min_pc";
plan skip_all => "Pod::Coverage $min_pc required for testing POD coverage"
    if $@;

 view all matches for this distribution


AXL-Client-Simple

 view release on metacpan or  search on metacpan

share/AXLAPI.wsdl  view on Meta::CPAN

<input  message="s0:removeGeoLocationFilterIn"></input>

<output  message="s0:removeGeoLocationFilterOut"></output>

</operation>

</portType>

<binding  name="AXLAPIBinding" type="s0:AXLPort">

<soap:binding  transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap:binding>

<operation  name="addCommonPhoneConfig">

<soap:operation  soapAction="CUCM:DB ver=7.1 addCommonPhoneConfig" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getCommonPhoneConfig">

<soap:operation  soapAction="CUCM:DB ver=7.1 getCommonPhoneConfig" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateCommonPhoneConfig">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateCommonPhoneConfig" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeCommonPhoneConfig">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeCommonPhoneConfig" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addSIPRoutePattern">

<soap:operation  soapAction="CUCM:DB ver=7.1 addSIPRoutePattern" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getSIPRoutePattern">

<soap:operation  soapAction="CUCM:DB ver=7.1 getSIPRoutePattern" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateSIPRoutePattern">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateSIPRoutePattern" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeSIPRoutePattern">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeSIPRoutePattern" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addDHCPServer">

<soap:operation  soapAction="CUCM:DB ver=7.1 addDHCPServer" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getDHCPServer">

<soap:operation  soapAction="CUCM:DB ver=7.1 getDHCPServer" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateDHCPServer">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateDHCPServer" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeDHCPServer">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeDHCPServer" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addAARGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 addAARGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getAARGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 getAARGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateAARGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateAARGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateAARGroupMatrix">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateAARGroupMatrix" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeAARGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeAARGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addPhone">

<soap:operation  soapAction="CUCM:DB ver=7.1 addPhone" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removePhone">

<soap:operation  soapAction="CUCM:DB ver=7.1 removePhone" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updatePhone">

<soap:operation  soapAction="CUCM:DB ver=7.1 updatePhone" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getPhone">

<soap:operation  soapAction="CUCM:DB ver=7.1 getPhone" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addCallerFilterList">

<soap:operation  soapAction="CUCM:DB ver=7.1 addCallerFilterList" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getCallerFilterList">

<soap:operation  soapAction="CUCM:DB ver=7.1 getCallerFilterList" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateCallerFilterList">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateCallerFilterList" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeCallerFilterList">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeCallerFilterList" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addCommonDeviceConfig">

<soap:operation  soapAction="CUCM:DB ver=7.1 addCommonDeviceConfig" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getCommonDeviceConfig">

<soap:operation  soapAction="CUCM:DB ver=7.1 getCommonDeviceConfig" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeCommonDeviceConfig">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeCommonDeviceConfig" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateCommonDeviceConfig">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateCommonDeviceConfig" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addDeviceMobility">

<soap:operation  soapAction="CUCM:DB ver=7.1 addDeviceMobility" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getDeviceMobility">

<soap:operation  soapAction="CUCM:DB ver=7.1 getDeviceMobility" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeDeviceMobility">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeDeviceMobility" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateDeviceMobility">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateDeviceMobility" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addDeviceMobilityGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 addDeviceMobilityGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getDeviceMobilityGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 getDeviceMobilityGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeDeviceMobilityGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeDeviceMobilityGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateDeviceMobilityGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateDeviceMobilityGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addPhysicalLocation">

<soap:operation  soapAction="CUCM:DB ver=7.1 addPhysicalLocation" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getPhysicalLocation">

<soap:operation  soapAction="CUCM:DB ver=7.1 getPhysicalLocation" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removePhysicalLocation">

<soap:operation  soapAction="CUCM:DB ver=7.1 removePhysicalLocation" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updatePhysicalLocation">

<soap:operation  soapAction="CUCM:DB ver=7.1 updatePhysicalLocation" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addApplicationToSoftkeyTemplate">

<soap:operation  soapAction="CUCM:DB ver=7.1 addApplicationToSoftkeyTemplate" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeApplicationToSoftkeyTemplate">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeApplicationToSoftkeyTemplate" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addSoftKeyTemplate">

<soap:operation  soapAction="CUCM:DB ver=7.1 addSoftKeyTemplate" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getSoftKeyTemplate">

<soap:operation  soapAction="CUCM:DB ver=7.1 getSoftKeyTemplate" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateSoftKeyTemplate">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateSoftKeyTemplate" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeSoftKeyTemplate">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeSoftKeyTemplate" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateSoftKeySet">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateSoftKeySet" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getSoftKeySet">

<soap:operation  soapAction="CUCM:DB ver=7.1 getSoftKeySet" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addTranscoder">

<soap:operation  soapAction="CUCM:DB ver=7.1 addTranscoder" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateTranscoder">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateTranscoder" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getTranscoder">

<soap:operation  soapAction="CUCM:DB ver=7.1 getTranscoder" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeTranscoder">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeTranscoder" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addMeetMe">

<soap:operation  soapAction="CUCM:DB ver=7.1 addMeetMe" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateMeetMe">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateMeetMe" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getMeetMe">

<soap:operation  soapAction="CUCM:DB ver=7.1 getMeetMe" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeMeetMe">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeMeetMe" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addMOHServer">

<soap:operation  soapAction="CUCM:DB ver=7.1 addMOHServer" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateMOHServer">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateMOHServer" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getMOHServer">

<soap:operation  soapAction="CUCM:DB ver=7.1 getMOHServer" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeMOHServer">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeMOHServer" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addConferenceBridge">

<soap:operation  soapAction="CUCM:DB ver=7.1 addConferenceBridge" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeConferenceBridge">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeConferenceBridge" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateConferenceBridge">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateConferenceBridge" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getConferenceBridge">

<soap:operation  soapAction="CUCM:DB ver=7.1 getConferenceBridge" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addAttendantConsoleUser">

<soap:operation  soapAction="CUCM:DB ver=7.1 addAttendantConsoleUser" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeAttendantConsoleUser">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeAttendantConsoleUser" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateAttendantConsoleUser">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateAttendantConsoleUser" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getAttendantConsoleUser">

<soap:operation  soapAction="CUCM:DB ver=7.1 getAttendantConsoleUser" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addAttendantConsoleHuntGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 addAttendantConsoleHuntGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateAttendantConsoleHuntGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateAttendantConsoleHuntGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeAttendantConsoleHuntGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeAttendantConsoleHuntGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getAttendantConsoleHuntGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 getAttendantConsoleHuntGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="doDeviceLogin">

<soap:operation  soapAction="CUCM:DB ver=7.1 doDeviceLogin" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="doDeviceLogout">

<soap:operation  soapAction="CUCM:DB ver=7.1 doDeviceLogout" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="doDeviceReset">

<soap:operation  soapAction="CUCM:DB ver=7.1 doDeviceReset" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="doAuthenticateUser">

<soap:operation  soapAction="CUCM:DB ver=7.1 doAuthenticateUser" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addLine">

<soap:operation  soapAction="CUCM:DB ver=7.1 addLine" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeLine">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeLine" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateLine">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateLine" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getLine">

<soap:operation  soapAction="CUCM:DB ver=7.1 getLine" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addUser">

<soap:operation  soapAction="CUCM:DB ver=7.1 addUser" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeUser">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeUser" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateUser">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateUser" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getUser">

<soap:operation  soapAction="CUCM:DB ver=7.1 getUser" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addAppUser">

<soap:operation  soapAction="CUCM:DB ver=7.1 addAppUser" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateAppUser">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateAppUser" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getAppUser">

<soap:operation  soapAction="CUCM:DB ver=7.1 getAppUser" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeAppUser">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeAppUser" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addDeviceProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 addDeviceProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeDeviceProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeDeviceProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateDeviceProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateDeviceProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getDeviceProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 getDeviceProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addTimePeriod">

<soap:operation  soapAction="CUCM:DB ver=7.1 addTimePeriod" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getTimePeriod">

<soap:operation  soapAction="CUCM:DB ver=7.1 getTimePeriod" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeTimePeriod">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeTimePeriod" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateTimePeriod">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateTimePeriod" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addTimeSchedule">

<soap:operation  soapAction="CUCM:DB ver=7.1 addTimeSchedule" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getTimeSchedule">

<soap:operation  soapAction="CUCM:DB ver=7.1 getTimeSchedule" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeTimeSchedule">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeTimeSchedule" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateTimeSchedule">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateTimeSchedule" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addTODAccess">

<soap:operation  soapAction="CUCM:DB ver=7.1 addTODAccess" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getTODAccess">

<soap:operation  soapAction="CUCM:DB ver=7.1 getTODAccess" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateTODAccess">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateTODAccess" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeTODAccess">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeTODAccess" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addRoutePartition">

<soap:operation  soapAction="CUCM:DB ver=7.1 addRoutePartition" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateRoutePartition">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateRoutePartition" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeRoutePartition">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeRoutePartition" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getRoutePartition">

<soap:operation  soapAction="CUCM:DB ver=7.1 getRoutePartition" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getCSS">

<soap:operation  soapAction="CUCM:DB ver=7.1 getCSS" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeCSS">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeCSS" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addCSS">

<soap:operation  soapAction="CUCM:DB ver=7.1 addCSS" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateCSS">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateCSS" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getTransPattern">

<soap:operation  soapAction="CUCM:DB ver=7.1 getTransPattern" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeTransPattern">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeTransPattern" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addTransPattern">

<soap:operation  soapAction="CUCM:DB ver=7.1 addTransPattern" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateTransPattern">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateTransPattern" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addTransformationPattern">

<soap:operation  soapAction="CUCM:DB ver=7.1 addTransformationPattern" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getTransformationPattern">

<soap:operation  soapAction="CUCM:DB ver=7.1 getTransformationPattern" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateTransformationPattern">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateTransformationPattern" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeTransformationPattern">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeTransformationPattern" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addCalledPartyTransformationPattern">

<soap:operation  soapAction="CUCM:DB ver=7.1 addCalledPartyTransformationPattern" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getCalledPartyTransformationPattern">

<soap:operation  soapAction="CUCM:DB ver=7.1 getCalledPartyTransformationPattern" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateCalledPartyTransformationPattern">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateCalledPartyTransformationPattern" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeCalledPartyTransformationPattern">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeCalledPartyTransformationPattern" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getRoutePattern">

<soap:operation  soapAction="CUCM:DB ver=7.1 getRoutePattern" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeRoutePattern">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeRoutePattern" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addRoutePattern">

<soap:operation  soapAction="CUCM:DB ver=7.1 addRoutePattern" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateRoutePattern">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateRoutePattern" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getHuntPilot">

<soap:operation  soapAction="CUCM:DB ver=7.1 getHuntPilot" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeHuntPilot">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeHuntPilot" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addHuntPilot">

<soap:operation  soapAction="CUCM:DB ver=7.1 addHuntPilot" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateHuntPilot">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateHuntPilot" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addLineGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 addLineGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateLineGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateLineGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getLineGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 getLineGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeLineGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeLineGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addRouteGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 addRouteGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateRouteGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateRouteGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getRouteGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 getRouteGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeRouteGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeRouteGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addRouteList">

<soap:operation  soapAction="CUCM:DB ver=7.1 addRouteList" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateRouteList">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateRouteList" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getRouteList">

<soap:operation  soapAction="CUCM:DB ver=7.1 getRouteList" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeRouteList">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeRouteList" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addHuntList">

<soap:operation  soapAction="CUCM:DB ver=7.1 addHuntList" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateHuntList">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateHuntList" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getHuntList">

<soap:operation  soapAction="CUCM:DB ver=7.1 getHuntList" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeHuntList">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeHuntList" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addCTIRoutePoint">

<soap:operation  soapAction="CUCM:DB ver=7.1 addCTIRoutePoint" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateCTIRoutePoint">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateCTIRoutePoint" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getCTIRoutePoint">

<soap:operation  soapAction="CUCM:DB ver=7.1 getCTIRoutePoint" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeCTIRoutePoint">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeCTIRoutePoint" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addDHCPSubnet">

<soap:operation  soapAction="CUCM:DB ver=7.1 addDHCPSubnet" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getDHCPSubnet">

<soap:operation  soapAction="CUCM:DB ver=7.1 getDHCPSubnet" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateDHCPSubnet">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateDHCPSubnet" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeDHCPSubnet">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeDHCPSubnet" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getDialPlan">

<soap:operation  soapAction="CUCM:DB ver=7.1 getDialPlan" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getDialPlanTag">

<soap:operation  soapAction="CUCM:DB ver=7.1 getDialPlanTag" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addCallPark">

<soap:operation  soapAction="CUCM:DB ver=7.1 addCallPark" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateCallPark">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateCallPark" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getCallPark">

<soap:operation  soapAction="CUCM:DB ver=7.1 getCallPark" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeCallPark">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeCallPark" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addDirectedCallPark">

<soap:operation  soapAction="CUCM:DB ver=7.1 addDirectedCallPark" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateDirectedCallPark">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateDirectedCallPark" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getDirectedCallPark">

<soap:operation  soapAction="CUCM:DB ver=7.1 getDirectedCallPark" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeDirectedCallPark">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeDirectedCallPark" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addCallPickupGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 addCallPickupGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateCallPickupGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateCallPickupGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getCallPickupGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 getCallPickupGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeCallPickupGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeCallPickupGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getDDI">

<soap:operation  soapAction="CUCM:DB ver=7.1 getDDI" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="listPhoneByName">

<soap:operation  soapAction="CUCM:DB ver=7.1 listPhoneByName" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="listPhoneByDescription">

<soap:operation  soapAction="CUCM:DB ver=7.1 listPhoneByDescription" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="listUserByName">

<soap:operation  soapAction="CUCM:DB ver=7.1 listUserByName" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="listRoutePlanByType">

<soap:operation  soapAction="CUCM:DB ver=7.1 listRoutePlanByType" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getNumDevices">

<soap:operation  soapAction="CUCM:DB ver=7.1 getNumDevices" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="listServiceParameters">

<soap:operation  soapAction="CUCM:DB ver=7.1 listServiceParameters" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="listCSSByName">

<soap:operation  soapAction="CUCM:DB ver=7.1 listCSSByName" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addDevicePool">

<soap:operation  soapAction="CUCM:DB ver=7.1 addDevicePool" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateDevicePool">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateDevicePool" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getDevicePool">

<soap:operation  soapAction="CUCM:DB ver=7.1 getDevicePool" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeDevicePool">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeDevicePool" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addCallManagerGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 addCallManagerGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateCallManagerGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateCallManagerGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getCallManagerGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 getCallManagerGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeCallManagerGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeCallManagerGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addVG224">

<soap:operation  soapAction="CUCM:DB ver=7.1 addVG224" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getVG224">

<soap:operation  soapAction="CUCM:DB ver=7.1 getVG224" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeVG224">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeVG224" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateVG224">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateVG224" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addVoiceMailPilot">

<soap:operation  soapAction="CUCM:DB ver=7.1 addVoiceMailPilot" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateVoiceMailPilot">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateVoiceMailPilot" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getVoiceMailPilot">

<soap:operation  soapAction="CUCM:DB ver=7.1 getVoiceMailPilot" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeVoiceMailPilot">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeVoiceMailPilot" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addVoiceMailProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 addVoiceMailProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateVoiceMailProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateVoiceMailProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getVoiceMailProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 getVoiceMailProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeVoiceMailProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeVoiceMailProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addVoiceMailPort">

<soap:operation  soapAction="CUCM:DB ver=7.1 addVoiceMailPort" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateVoiceMailPort">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateVoiceMailPort" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getVoiceMailPort">

<soap:operation  soapAction="CUCM:DB ver=7.1 getVoiceMailPort" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeVoiceMailPort">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeVoiceMailPort" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addGatewayEndpoint">

<soap:operation  soapAction="CUCM:DB ver=7.1 addGatewayEndpoint" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateGatewayEndpoint">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateGatewayEndpoint" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getGatewayEndpoint">

<soap:operation  soapAction="CUCM:DB ver=7.1 getGatewayEndpoint" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeGatewayEndpoint">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeGatewayEndpoint" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addRouteFilter">

<soap:operation  soapAction="CUCM:DB ver=7.1 addRouteFilter" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateRouteFilter">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateRouteFilter" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getRouteFilter">

<soap:operation  soapAction="CUCM:DB ver=7.1 getRouteFilter" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeRouteFilter">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeRouteFilter" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getServiceParameter">

<soap:operation  soapAction="CUCM:DB ver=7.1 getServiceParameter" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateServiceParameter">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateServiceParameter" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addLocation">

<soap:operation  soapAction="CUCM:DB ver=7.1 addLocation" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateLocation">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateLocation" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getLocation">

<soap:operation  soapAction="CUCM:DB ver=7.1 getLocation" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeLocation">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeLocation" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addCMCInfo">

<soap:operation  soapAction="CUCM:DB ver=7.1 addCMCInfo" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateCMCInfo">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateCMCInfo" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getCMCInfo">

<soap:operation  soapAction="CUCM:DB ver=7.1 getCMCInfo" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeCMCInfo">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeCMCInfo" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addFACInfo">

<soap:operation  soapAction="CUCM:DB ver=7.1 addFACInfo" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateFACInfo">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateFACInfo" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getFACInfo">

<soap:operation  soapAction="CUCM:DB ver=7.1 getFACInfo" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeFACInfo">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeFACInfo" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addRegion">

<soap:operation  soapAction="CUCM:DB ver=7.1 addRegion" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateRegion">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateRegion" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeRegion">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeRegion" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getRegion">

<soap:operation  soapAction="CUCM:DB ver=7.1 getRegion" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateRegionMatrix">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateRegionMatrix" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addMGCP">

<soap:operation  soapAction="CUCM:DB ver=7.1 addMGCP" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addMGCPUnit">

<soap:operation  soapAction="CUCM:DB ver=7.1 addMGCPUnit" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addMGCPSubunit">

<soap:operation  soapAction="CUCM:DB ver=7.1 addMGCPSubunit" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addMGCPEndpoint">

<soap:operation  soapAction="CUCM:DB ver=7.1 addMGCPEndpoint" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getMGCP">

<soap:operation  soapAction="CUCM:DB ver=7.1 getMGCP" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeMGCP">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeMGCP" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeMGCPUnit">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeMGCPUnit" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeMGCPSubunit">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeMGCPSubunit" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeMGCPEndpoint">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeMGCPEndpoint" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateMGCP">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateMGCP" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addCallManager">

<soap:operation  soapAction="CUCM:DB ver=7.1 addCallManager" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateCallManager">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateCallManager" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getCallManager">

<soap:operation  soapAction="CUCM:DB ver=7.1 getCallManager" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeCallManager">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeCallManager" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getMobileSmartClientProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 getMobileSmartClientProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addProcessNode">

<soap:operation  soapAction="CUCM:DB ver=7.1 addProcessNode" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateProcessNode">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateProcessNode" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getProcessNode">

<soap:operation  soapAction="CUCM:DB ver=7.1 getProcessNode" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeProcessNode">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeProcessNode" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="listAllProcessNodes">

<soap:operation  soapAction="CUCM:DB ver=7.1 listAllProcessNodes" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="listProcessNodesByService">

<soap:operation  soapAction="CUCM:DB ver=7.1 listProcessNodesByService" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getProcessNodeService">

<soap:operation  soapAction="CUCM:DB ver=7.1 getProcessNodeService" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateProcessNodeService">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateProcessNodeService" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="listRoutePartitionByName">

<soap:operation  soapAction="CUCM:DB ver=7.1 listRoutePartitionByName" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="listDevicePoolByName">

<soap:operation  soapAction="CUCM:DB ver=7.1 listDevicePoolByName" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="listPhoneTemplateByName">

<soap:operation  soapAction="CUCM:DB ver=7.1 listPhoneTemplateByName" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="listDeviceByNameAndClass">

<soap:operation  soapAction="CUCM:DB ver=7.1 listDeviceByNameAndClass" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="listDeviceByServiceName">

<soap:operation  soapAction="CUCM:DB ver=7.1 listDeviceByServiceName" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="listMOHAudioSourceByName">

<soap:operation  soapAction="CUCM:DB ver=7.1 listMOHAudioSourceByName" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateMOHAudioSource">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateMOHAudioSource" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getMOHAudioSource">

<soap:operation  soapAction="CUCM:DB ver=7.1 getMOHAudioSource" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeMOHAudioSource">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeMOHAudioSource" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="listMediaResourceListByName">

<soap:operation  soapAction="CUCM:DB ver=7.1 listMediaResourceListByName" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addMediaResourceList">

<soap:operation  soapAction="CUCM:DB ver=7.1 addMediaResourceList" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getMediaResourceList">

<soap:operation  soapAction="CUCM:DB ver=7.1 getMediaResourceList" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeMediaResourceList">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeMediaResourceList" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateMediaResourceList">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateMediaResourceList" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="listMediaResourceGroupByName">

<soap:operation  soapAction="CUCM:DB ver=7.1 listMediaResourceGroupByName" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addMediaResourceGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 addMediaResourceGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getMediaResourceGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 getMediaResourceGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeMediaResourceGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeMediaResourceGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateMediaResourceGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateMediaResourceGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addUserGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 addUserGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getUserGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 getUserGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeUserGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeUserGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateUserGroup">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateUserGroup" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="listLocationByName">

<soap:operation  soapAction="CUCM:DB ver=7.1 listLocationByName" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="listAARGroupByName">

<soap:operation  soapAction="CUCM:DB ver=7.1 listAARGroupByName" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="listVoiceMailProfileByName">

<soap:operation  soapAction="CUCM:DB ver=7.1 listVoiceMailProfileByName" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="listGatekeeperByName">

<soap:operation  soapAction="CUCM:DB ver=7.1 listGatekeeperByName" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addGatekeeper">

<soap:operation  soapAction="CUCM:DB ver=7.1 addGatekeeper" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getGatekeeper">

<soap:operation  soapAction="CUCM:DB ver=7.1 getGatekeeper" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeGatekeeper">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeGatekeeper" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateGatekeeper">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateGatekeeper" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addH323Phone">

<soap:operation  soapAction="CUCM:DB ver=7.1 addH323Phone" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addH323Gateway">

<soap:operation  soapAction="CUCM:DB ver=7.1 addH323Gateway" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addH323Trunk">

<soap:operation  soapAction="CUCM:DB ver=7.1 addH323Trunk" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getH323Phone">

<soap:operation  soapAction="CUCM:DB ver=7.1 getH323Phone" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getH323Gateway">

<soap:operation  soapAction="CUCM:DB ver=7.1 getH323Gateway" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getH323Trunk">

<soap:operation  soapAction="CUCM:DB ver=7.1 getH323Trunk" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeH323Phone">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeH323Phone" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeH323Gateway">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeH323Gateway" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeH323Trunk">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeH323Trunk" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateH323Phone">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateH323Phone" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateH323Gateway">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateH323Gateway" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateH323Trunk">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateH323Trunk" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addSIPTrunk">

<soap:operation  soapAction="CUCM:DB ver=7.1 addSIPTrunk" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getSIPTrunk">

<soap:operation  soapAction="CUCM:DB ver=7.1 getSIPTrunk" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeSIPTrunk">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeSIPTrunk" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateSIPTrunk">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateSIPTrunk" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addSIPRealm">

<soap:operation  soapAction="CUCM:DB ver=7.1 addSIPRealm" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeSIPRealm">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeSIPRealm" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateSIPRealm">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateSIPRealm" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getSIPRealm">

<soap:operation  soapAction="CUCM:DB ver=7.1 getSIPRealm" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addSIPProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 addSIPProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateSIPProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateSIPProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getSIPProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 getSIPProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeSIPProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeSIPProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addRecordingProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 addRecordingProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeRecordingProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeRecordingProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateRecordingProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateRecordingProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getRecordingProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 getRecordingProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addPilotPoint">

<soap:operation  soapAction="CUCM:DB ver=7.1 addPilotPoint" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updatePilotPoint">

<soap:operation  soapAction="CUCM:DB ver=7.1 updatePilotPoint" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getPilotPoint">

<soap:operation  soapAction="CUCM:DB ver=7.1 getPilotPoint" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removePilotPoint">

<soap:operation  soapAction="CUCM:DB ver=7.1 removePilotPoint" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateLicenseCapabilities">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateLicenseCapabilities" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getLicenseCapabilities">

<soap:operation  soapAction="CUCM:DB ver=7.1 getLicenseCapabilities" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addMobileVoiceAccess">

<soap:operation  soapAction="CUCM:DB ver=7.1 addMobileVoiceAccess" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateMobileVoiceAccess">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateMobileVoiceAccess" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getMobileVoiceAccess">

<soap:operation  soapAction="CUCM:DB ver=7.1 getMobileVoiceAccess" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeMobileVoiceAccess">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeMobileVoiceAccess" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addIVRUserLocale">

<soap:operation  soapAction="CUCM:DB ver=7.1 addIVRUserLocale" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateIVRUserLocale">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateIVRUserLocale" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getIVRUserLocale">

<soap:operation  soapAction="CUCM:DB ver=7.1 getIVRUserLocale" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeIVRUserLocale">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeIVRUserLocale" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addMobility">

<soap:operation  soapAction="CUCM:DB ver=7.1 addMobility" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateMobility">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateMobility" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getMobility">

<soap:operation  soapAction="CUCM:DB ver=7.1 getMobility" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getCCMVersion">

<soap:operation  soapAction="CUCM:DB ver=7.1 getCCMVersion" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getOSVersion">

<soap:operation  soapAction="CUCM:DB ver=7.1 getOSVersion" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeMobility">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeMobility" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addPhoneTemplate">

<soap:operation  soapAction="CUCM:DB ver=7.1 addPhoneTemplate" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updatePhoneTemplate">

<soap:operation  soapAction="CUCM:DB ver=7.1 updatePhoneTemplate" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getPhoneTemplate">

<soap:operation  soapAction="CUCM:DB ver=7.1 getPhoneTemplate" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removePhoneTemplate">

<soap:operation  soapAction="CUCM:DB ver=7.1 removePhoneTemplate" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addCredentialPolicy">

<soap:operation  soapAction="CUCM:DB ver=7.1 addCredentialPolicy" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateCredentialPolicy">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateCredentialPolicy" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getCredentialPolicy">

<soap:operation  soapAction="CUCM:DB ver=7.1 getCredentialPolicy" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeCredentialPolicy">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeCredentialPolicy" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addSIPTrunkSecurityProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 addSIPTrunkSecurityProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateSIPTrunkSecurityProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateSIPTrunkSecurityProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getSIPTrunkSecurityProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 getSIPTrunkSecurityProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeSIPTrunkSecurityProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeSIPTrunkSecurityProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addRemoteDestination">

<soap:operation  soapAction="CUCM:DB ver=7.1 addRemoteDestination" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeRemoteDestination">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeRemoteDestination" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateRemoteDestination">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateRemoteDestination" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getRemoteDestination">

<soap:operation  soapAction="CUCM:DB ver=7.1 getRemoteDestination" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addRemoteDestinationProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 addRemoteDestinationProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeRemoteDestinationProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeRemoteDestinationProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateRemoteDestinationProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateRemoteDestinationProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getRemoteDestinationProfile">

<soap:operation  soapAction="CUCM:DB ver=7.1 getRemoteDestinationProfile" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addResourcePriorityNamespace">

<soap:operation  soapAction="CUCM:DB ver=7.1 addResourcePriorityNamespace" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getResourcePriorityNamespace">

<soap:operation  soapAction="CUCM:DB ver=7.1 getResourcePriorityNamespace" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateResourcePriorityNamespace">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateResourcePriorityNamespace" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeResourcePriorityNamespace">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeResourcePriorityNamespace" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getResourcePriorityDefaultNamespace">

<soap:operation  soapAction="CUCM:DB ver=7.1 getResourcePriorityDefaultNamespace" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateResourcePriorityDefaultNamespace">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateResourcePriorityDefaultNamespace" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addResourcePriorityNamespaceList">

<soap:operation  soapAction="CUCM:DB ver=7.1 addResourcePriorityNamespaceList" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getResourcePriorityNamespaceList">

<soap:operation  soapAction="CUCM:DB ver=7.1 getResourcePriorityNamespaceList" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateResourcePriorityNamespaceList">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateResourcePriorityNamespaceList" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeResourcePriorityNamespaceList">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeResourcePriorityNamespaceList" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="executeSQLQuery">

<soap:operation  soapAction="CUCM:DB ver=7.1 executeSQLQuery" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="executeSQLUpdate">

<soap:operation  soapAction="CUCM:DB ver=7.1 executeSQLUpdate" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addGeoLocation">

<soap:operation  soapAction="CUCM:DB ver=7.1 addGeoLocation" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getGeoLocation">

<soap:operation  soapAction="CUCM:DB ver=7.1 getGeoLocation" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateGeoLocation">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateGeoLocation" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeGeoLocation">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeGeoLocation" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addGeoLocationPolicy">

<soap:operation  soapAction="CUCM:DB ver=7.1 addGeoLocationPolicy" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getGeoLocationPolicy">

<soap:operation  soapAction="CUCM:DB ver=7.1 getGeoLocationPolicy" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateGeoLocationPolicy">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateGeoLocationPolicy" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeGeoLocationPolicy">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeGeoLocationPolicy" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="addGeoLocationFilter">

<soap:operation  soapAction="CUCM:DB ver=7.1 addGeoLocationFilter" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="getGeoLocationFilter">

<soap:operation  soapAction="CUCM:DB ver=7.1 getGeoLocationFilter" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="updateGeoLocationFilter">

<soap:operation  soapAction="CUCM:DB ver=7.1 updateGeoLocationFilter" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

</output>

</operation>

<operation  name="removeGeoLocationFilter">

<soap:operation  soapAction="CUCM:DB ver=7.1 removeGeoLocationFilter" style="document"></soap:operation>

<input>

<soap:body  use="literal"></soap:body>

</input>

<output>

<soap:body  use="literal"></soap:body>

 view all matches for this distribution


Ac_me-Local

 view release on metacpan or  search on metacpan

t/pod-coverage.t  view on Meta::CPAN

eval "use Test::Pod::Coverage $min_tpc";
plan skip_all => "Test::Pod::Coverage $min_tpc required for testing POD coverage"
    if $@;

# Test::Pod::Coverage doesn't require a minimum Pod::Coverage version,
# but older versions don't recognize some common documentation styles
my $min_pc = 0.18;
eval "use Pod::Coverage $min_pc";
plan skip_all => "Pod::Coverage $min_pc required for testing POD coverage"
    if $@;

 view all matches for this distribution


AcePerl

 view release on metacpan or  search on metacpan

Ace.pm  view on Meta::CPAN

		  'class'  => $objclass || 'Ace::Object',
		  'timeout' => $query_timeout,
		  'user'    => $user,
		  'pass'    => $pass,
		  'other'  => $other,
		  'date_style' => 'java',
		  'auto_save' => 0,
		 };

  my $self = bless $contents,ref($class)||$class;

Ace.pm  view on Meta::CPAN

		       -timeout     => $timeout,
		       -query_timeout => $query_timeout
		       -cache        => {cache parameters},
		      );

The connect() method uses a named argument calling style, and
recognizes the following arguments:

=over 4

=item B<-host>, B<-port>

Ace.pm  view on Meta::CPAN


This method creates a new object in the database of type $class and
name $name.  If successful, it returns the newly-created object.
Otherwise it returns undef and sets $db->error().

$name may contain sprintf()-style patterns.  If one of the patterns is
%d (or a variant), Acedb uses a class-specific unique numbering to return
a unique name.  For example:

  $paper = $db->new(Paper => 'wgb%06d');

Ace.pm  view on Meta::CPAN

    my $version = $db->version;

Returns the version of the current database, equivalent 
to $db->status->{database}{version};

=head2 date_style() method

  $style = $db->date_style();
  $style = $db->date_style('ace');
  $style = $db->date_style('java');

For historical reasons, AceDB can display dates using either of two
different formats.  The first format, which I call "ace" style, puts
the year first, as in "1997-10-01".  The second format, which I call
"java" style, puts the day first, as in "01 Oct 1997 00:00:00" (this
is also the style recommended for Internet dates).  The default is to
use the latter notation.

B<date_style()> can be used to set or retrieve the current style.
Called with no arguments, it returns the current style, which will be
one of "ace" or "java."  Called with an argument, it will set the
style to one or the other.

=head2 timestamps() method

  $timestamps_on = $db->timestamps();
  $db->timestamps(1);

Ace.pm  view on Meta::CPAN

  return if $result=~/broken connection|client time out/;  # server has timed us out  
  return unless $self->{database}->status() == STATUS_WAITING(); #communications oddness
  return 1;
}

# Get or set the display style for dates
sub date_style {
  my $self = shift;
  $self->{'date_style'} = $_[0] if defined $_[0];
  return $self->{'date_style'};
}

# Get or set whether we retrieve timestamps
sub timestamps {
  my $self = shift;

Ace.pm  view on Meta::CPAN

  $self->raw_query($query);
  return $self->_list;
}

################## iterators ##################
# Fetch many objects in iterative style
sub fetch_many {
  my $self = shift;
  my ($class,$pattern,$filled,$query,$chunksize) = rearrange( ['CLASS',
							       ['PATTERN','NAME'],
							       ['FILL','FILLED'],

 view all matches for this distribution


Acme-24

 view release on metacpan or  search on metacpan

fortune/jackbauer  view on Meta::CPAN

%
Jack Bauer is the reason snakes don't have legs.
%
Jack Bauer has caused more suicides than extacy.
%
Edgar styles once gave Jack Bauer the wrong coordinates.  Jack Bauer slapped him so hard he now has a lisp.  Edgar Styles never gives the wrong coordinates anymore.  
%
Jack Bauer's hands are illegal in every state except for one: the State of Emergency.
%
Jack Bauer flosses with barb wire.
%

fortune/jackbauer  view on Meta::CPAN

One day Jack Bauer went to a Frank Sinatra concert. When Frank came out on stage and began singing his opening song, "My Way", Jack Bauer ran up on stage, put two rounds in Sinatra's head and said, "No, Frank, we'll do it my way."

%
Jack Bauer can send email even if he has exceeded his storage limit.
%
A lesbian feminist once asked Jack Bauer if he was pro-life or pro-choice. He responded by saying "I'm aganist abortion but for killing babies." Then he took her from behind doggy style. Afterwards the woman shaved her legs and bought some perfume.  ...
%
Jack Bauer's semen has anti-viral properties, sex with him can cure AIDS, Herpes and the common cold.
%
Jack Bauer never puts a safety on his gun.
%

fortune/jackbauer  view on Meta::CPAN

%
Jack Bauer was actually born Jewish, but was forced to leave the faith as an infant when, during his bris, he grabbed the little snips and jammed them into the mohle's  neck for daring to come near his penis with them.
%
In the 18 months where Jack Bauer was presumed dead, Tony Almeida was put in a coma, Michelle and David Palmer were killed, a major hurricane raveged the Gulf Coast, and Rob Schneider made another movie.  See what happens when Bauer isn't around?
%
If Jack Bauer says he's doing it "doggie style," it usually means he's shooting a dog.
%
Jack's Bauer's balls are the gravitational foundation of physics. They store more mass than Jupiter, Saturn, and 10 black holes combined.
%
Jack Bauer can beat the gay out of Elton John.
%

fortune/jackbauer  view on Meta::CPAN

%
Jack Bauer was able to eliminate Bird Flu playing Duck Hunt.
%
When asked what he most enjoys about his work, Jack Bauer responded, "There's nothing like stabbing a terrorist in the chest and watching him writhe around in pain, looking into his eyes knowing that my face is the last thing he'll ever see alive. I ...
%
Jack Bauer's copy-editing style involves cutting the hands off of those who make spelling and grammatical errors with an ax.  
%
Before accepting a job at CTU remember that Jack Bauer has:

*Shot George Mason with a tranquilizer gun
*Knocked out a security guard to escape lockdown

fortune/jackbauer  view on Meta::CPAN

%
Jack Bauer can look at white rice and turn it brown.
%
Jack Bauer is the one who actually brought about the collapse of the USSR. He is known to the Russians as "Jakhail Bauerbachev".
%
When Jack slid across the ground and shot the Chinese vehicle it wasn't because he needed to slide, it was because he wanted to add some style points to his kills.
%
Jack Bauer laughs at the movie Mission Impossible. There is no such thing as an impossible mission for Jack.
%
Jack Bauer, in order to escape a terrorist trap, once ate his own left hand. When he got out, a new hand, a machine gun, and six bears grew back in its place.
%

 view all matches for this distribution


Acme-ADEAS-Utils

 view release on metacpan or  search on metacpan

t/pod-coverage.t  view on Meta::CPAN

eval "use Test::Pod::Coverage $min_tpc";
plan skip_all => "Test::Pod::Coverage $min_tpc required for testing POD coverage"
    if $@;

# Test::Pod::Coverage doesn't require a minimum Pod::Coverage version,
# but older versions don't recognize some common documentation styles
my $min_pc = 0.18;
eval "use Pod::Coverage $min_pc";
plan skip_all => "Pod::Coverage $min_pc required for testing POD coverage"
    if $@;

 view all matches for this distribution


( run in 0.913 second using v1.01-cache-2.11-cpan-49f99fa48dc )