¡Esta es una revisión vieja del documento!
PBtoWS (Powerbuilder to WebServices - Migración del Código Powerbuilder a Servicios SOAP)
Example #1 Our first PHP script: hello.php
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>