|
|
|
mktns(self,
root)
Get/create the target namespace |
source code
|
|
|
add_children(self,
root)
Add child objects using the factory |
source code
|
|
|
open_imports(self)
Import the imported WSDLs. |
source code
|
|
|
|
|
build_schema(self)
Process Types
objects and create the schema collection |
source code
|
|
|
add_methods(self,
service)
Build method view for service |
source code
|
|
|
set_wrapped(self)
set (wrapped|bare) flag on messages |
source code
|
|
|
|
|
|
Inherited from sudsobject.Object :
__contains__ ,
__delattr__ ,
__getitem__ ,
__iter__ ,
__len__ ,
__setattr__ ,
__setitem__ ,
__str__ ,
__unicode__
|
[Binding,...]
|
bindings
The dictionary of Binding children key'd by qname
|
[WObject,...]
|
children
The raw list of child objects.
|
str
|
id
The object id.
|
[Import,...]
|
imports
The list of Import children.
|
[Message,...]
|
messages
The dictionary of Message children key'd by qname
|
options.Options
|
options
An options dictionary.
|
[PortType,...]
|
port_types
The dictionary of PortType children key'd by qname
|
SchemaCollection
|
schema
The collective WSDL schema object.
|
Service
|
service
The service object.
|
str
|
tns
The target namespace for the WSDL.
|
str
|
url
The URL used to load the object.
|
Inherited from WObject :
root
|