Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot add more than one endpoint to Engine Service #156

Open
dixonsiu opened this issue Feb 7, 2019 · 1 comment
Open

Cannot add more than one endpoint to Engine Service #156

dixonsiu opened this issue Feb 7, 2019 · 1 comment
Labels

Comments

@dixonsiu
Copy link
Member

dixonsiu commented Feb 7, 2019

No description provided.

@yoh1496
Copy link
Contributor

yoh1496 commented Jun 5, 2019

FYI

When you attempt to register second Engine script, the request contains malformed XML below.

<?xml version="1.0" encoding="utf-8" ?>
<D:propertyupdate xmlns:D="DAV:" xmlns:p="urn:x-personium:xmlns" xmlns:Z="http://www.w3.com/standards/z39.50/">
  <D:set>
    <D:prop>
      <p:service language="JavaScript" subject="" xmlns:p=">
        <p:path name="firstEngine" src="enginefirst.js"/>
        <p:path name="secondEngine" src="enginesecond.js"/>
      </p:service>
    </D:prop>
  </D:set>
</D:propertyupdate>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants