Public Member Functions | Static Public Attributes

BlogServiceTest Class Reference

Collaboration diagram for BlogServiceTest:
Collaboration graph
[legend]

Public Member Functions

def __init__
def test_net_Blogcount
def test_local_

Static Public Attributes

string name = "test_Clearspace"
string client_file_name = "BlogService_client.py"
string types_file_name = "BlogService_types.py"
string server_file_name = "BlogService_server.py"

Detailed Description

Test case for Clearspace sandbox, example how to use client WSSE:Security UsernameToken Profile

<wsdl:Envelope xmlns:soap="..." xmlns:wsse="..." >
   <wsdl:Header>
  <wsse:Security>
     <wsse:UsernameToken>
        <wsse:Username>admin</wsse:Username>
        <wsse:Password>password</wsse:Password>
     </wsse:UsernameToken>
  </wsse:Security>
   </wsdl:Header>
</wsdl:Envelope>

Definition at line 48 of file test_Clearspace.py.


The documentation for this class was generated from the following file: