get the wsdl
(self)
| 452 | return (result, []) |
| 453 | |
| 454 | def wsdl(self): |
| 455 | """ get the wsdl """ |
| 456 | container = self.schema.container |
| 457 | if container is None: |
| 458 | return None |
| 459 | else: |
| 460 | return container.wsdl |
| 461 | |
| 462 | def known(self, object): |
| 463 | """ get the type specified in the object's metadata """ |