Changeset 7aec37d for fedd/fedd.py


Ignore:
Timestamp:
Aug 1, 2008 2:50:26 PM (16 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
e5a8b44
Parents:
808889e
Message:

split out internal interfaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd.py

    r808889e r7aec37d  
    5555        """Confirm that this class implements the namespace and SOAP method"""
    5656        root = ps.body_root
    57         if root.namespaceURI != self.server.impl.soap_namespace:
     57        if root.namespaceURI not in self.server.impl.soap_namespaces:
    5858            self.send_fault(Fault(Fault.Client,
    5959                'Unknown namespace "%s"' % root.namespaceURI))
Note: See TracChangeset for help on using the changeset viewer.