The effect of this can be seen in the source view of the editor (see the Design | Source tabs at the bottom of the editor window), which shows the generated XML.
<wsdl:operation name="addBook"> <soap:operation soapAction="http://machine.mysite.com/BookLegacy/addBook" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation>