Cyber
Cyber

Reputation: 5020

IBM Worklight: Failed to Upload Adapter in Worklight Console

I am trying to Upload Worklight Adapter in Worklight Console,but i am getting some error While Uploading adapter,

Error message

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"/>

How to Solve this issue.

Any help is appreciated.

Upvotes: 0

Views: 393

Answers (1)

Anton
Anton

Reputation: 3166

This means you're using newer WL Studio and older WL server.

Upvotes: 1

Related Questions