Multiple Bodies in an AMF Message
| Newsgroups | gmane.comp.java.openamf.user |
|---|---|
| Message-ID | <OFBD76FE3C.4B7CE8B4-ON86257091.002E923F-65257091.002EE83C@trilogy.com> |
Hi, Looking the DefaultGateway servlet code, it seems that it has the ability to invoke multiple service handlers. If there is more than one AMFBody in the incoming AMFMessage, it just iterates over all the bodies and calls appropriate service methods. But how does one construct a request with multiple bodies in AS ? Regards, Hemant