Yes you can.
We would recommend creating a 'page' schema that imports the required information from each of the web services that will be called.
This schema would then be used to construct the page and create the required fields.
You would then need to import all your WSDL files using the 'Import WSDL' feature, and set them as used services for the appropriate Controller. Saving the Controller will then generate the required rules to call all the services.
You will then need to customise these rules as required to ensure that the correct request messages are sent to each service, and that the responses are combined together correctly to match the binding information defined for the page.
We would recommend creating a 'page' schema that imports the required information from each of the web services that will be called.
This schema would then be used to construct the page and create the required fields.
You would then need to import all your WSDL files using the 'Import WSDL' feature, and set them as used services for the appropriate Controller. Saving the Controller will then generate the required rules to call all the services.
You will then need to customise these rules as required to ensure that the correct request messages are sent to each service, and that the responses are combined together correctly to match the binding information defined for the page.