PHP写的webservice接口,为什么用myeclipse无法生成代理类?

现在我要用java测试调用php写的webservice接口,我在myeclipse中新建webservice client过程中,添加WSDL URL时,无法生成代理类了!提示:WSDL file has validation errors. Code generation may fail
src-resolve.4.2: Error resolving component 'SOAP-ENC:Array'.It was detected that 'SOAP-ENC:Array' is in namespace 'http://schemas.xmlsoap.org/soap/encoding/',but componets from this namespace are not referenceable from schema document 'http://....'。
[b]问题补充:[/b]
这是wsdl:
<?xml version="1.0" encoding="UTF-8" ?>

[quote="opensky85"]你好!有空吗?帮我看看《PHP写的webservice接口,为什么用myeclipse无法生成代理类?》这个问题,我对问题进行了补充,希望你能抽空给我回答下,很希望能得到你的回答!谢谢![/quote]
看了一下,你的这个定义
[code="java"][/code]
名字是不是有问题,WSDL规定 阵列名称类型必须是「ArrayOf」这个开头,你改成 ArrayOfGetListArray 试试

现在看,你两边的命名控件好像不匹配
具体没有代码没法判断,你自己好好查一下命名空间先