•<soap:body> is what defines how the body is
built
•If a part is described using type=, then one needs a way to generate an XML element out of it
–Basically, some mechanism to do the equivalent of an XSD global element declaration needed
–In SOAP RPC case, SOAP RPC rules tell you how to make those into elements
•Name based based on part name
•Content based on encoded or not
–In other cases, no mechanism given
•If a part is described using element=, then the XML element is given