finally starting on the crescendo: requests and replies.
This commit is contained in:
@@ -51,4 +51,7 @@ func (c *Context) Morph(xmlBytes []byte) {
|
||||
for _, typ := range c.protocol.Types {
|
||||
typ.Define(c)
|
||||
}
|
||||
for _, req := range c.protocol.Requests {
|
||||
req.Define(c)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user