小编bia*_*ron的帖子

在 WSDL 中找不到任何可用的绑定服务

我正在尝试使用 Kohana 和 PHP 的 SoapServer() 类来处理 SOAP 请求(QIWI 支付系统)。

所以我收到 PHP 致命错误,提示“SOAP-ERROR:解析 WSDL:在 WSDL 中找不到任何可用的绑定服务”。

我的服务脚本是:

$s = new SoapServer(DOCROOT.'wsdls/IShopClientWS.wsdl');
Run Code Online (Sandbox Code Playgroud)

我的 WSDL 文件在http://mysite.url/wsdls/IShopClientWS.wsdl

它的内容是:

        <?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions name="IShopClientWSService" targetNamespace="http://client.ishop.mw.ru/" xmlns:tns="http://client.ishop.mw.ru/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://client.ishop.mw.ru/" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://client.ishop.mw.ru/">
    <xs:element name="updateBill" type="tns:updateBill"/>
    <xs:element name="updateBillResponse" type="tns:updateBillResponse"/>
    <xs:complexType name="updateBill">
        <xs:sequence>
            <xs:element minOccurs="0" name="login" type="xs:string"/>
            <xs:element minOccurs="0" name="password" type="xs:string"/>
            <xs:element minOccurs="0" name="txn" type="xs:string"/>
            <xs:element name="status" type="xs:int"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="updateBillResponse">
        <xs:sequence>
            <xs:element name="updateBillResult" type="xs:int"/>
        </xs:sequence>
    </xs:complexType>
    <xs:element name="updateBillExt" type="tns:updateBillExt"/> …
Run Code Online (Sandbox Code Playgroud)

php wsdl

5
推荐指数
1
解决办法
7523
查看次数

如何为谷歌群组设置头像?

我们正在使用 Google 网上论坛来管理对 Google 资源(如 GDocs、GDrive、Youtube 视频等)的访问。它运行良好,但我们想为它们设置头像。目前它看起来很丑:

GDocs 截图

来自 GDrive 的屏幕截图

那么,如何更改群组的默认图片?我试图在 GGroups UI 或支持页面中找到此功能 - 没有结果。

google-groups

5
推荐指数
1
解决办法
800
查看次数

标签 统计

google-groups ×1

php ×1

wsdl ×1