0

Worklight Console で Worklight アダプターをアップロードしようとしていますが、アダプターのアップロード中にエラーが発生します。

エラーメッセージ

Failed to deploy adapter 'Sample.adapter'. : cvc-complex-type.3.2.2: Attribute 'platformVersion' is not allowed to appear in element 'ns2:adapter'.

Adapter.xml

<displayName>getRFQ</displayName>
<description>getRFQ</description>
<connectivity>
    <connectionPolicy xsi:type="http:HTTPConnectionPolicyType">
        <protocol>http</protocol>
        <domain>my server IP</domain>
        <port>8009</port>
        <!-- Following properties used by adapter's key manager for choosing specific certificate from key store  
        <sslCertificateAlias></sslCertificateAlias> 
        <sslCertificatePassword></sslCertificatePassword>
        -->     
    </connectionPolicy>
    <loadConstraints maxConcurrentConnectionsPerNode="2" />
</connectivity>

<procedure name="proc1"/>

<procedure name="proc2"/>

<procedure name="proc3"/>

この問題の解決方法。

どんな助けでも大歓迎です。

4

1 に答える 1