--- trunk/soap.cgi 2005/05/16 20:58:44 29 +++ trunk/soap.cgi 2005/05/17 11:09:08 33 @@ -26,6 +26,21 @@ This methods are thin wrappers to provide SOAP calls. +=head2 NewList + + $message_id = NewList( + list => 'My list', + email => 'my-list@example.com' + ); + +=cut + +sub NewList { + my $self = shift; + + return $nos->new_list( %{ shift @_ } ); +} + =head2 AddMemberToList $member_id = AddMemberToList(