PHP中是否有任何类的methor来生成WSDL文件??? [英] Is there any class of methor in PHP to generate WSDL file???

查看:103
本文介绍了PHP中是否有任何类的methor来生成WSDL文件???的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

PHP中是否有任何类型的methor来生成WSDL文件?

Is there any class of methor in PHP to generate WSDL file???

推荐答案

在Google上搜索"
http://www.phpclasses.org/browse/package/3509.html [ ^ ]
The first hit on Google when searching for "wsdl class php[^]" seems to be what you are after.

http://www.phpclasses.org/browse/package/3509.html[^]


我尝试使用该类创建helloworld
I m trying to create a helloworld
Web service using that class, i have created WSDL file ...
But Unable to call it from client End



HelloWorldClass.php



HelloWorldClass.php

<?php
    class HelloWorldClass
    {
        /**
         * Get the example
         *
         * @return string
         */
        public function printHello()
        {
            return 'Hello User';
        }
        /**
         * Adds two numbers
         *
         * @param float


p1 * @param float
p1 * @param float


这篇关于PHP中是否有任何类的methor来生成WSDL文件???的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆