Skip to content

extract_capabilities Client method has incorrect xpath (at least in my case) #138

Description

@cjjuice

At least in the RETS version I am working on, the RETS-RESPONSE element does not exist. The response is just under the RETS element.

e.g.

<RETS ReplyCode="0" ReplyText="Login Successful">
  MemberName=XXX
  User=XXX
  Broker=XXX
  <!-- Ect. -->
</RETS>

This causes an error when trying to perform an action because the lib does not recognize any capabilities.

I can work around it but defining capabilities when initializing the Client. However, Should this method be expanded/improved? Or is the work around sufficient?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions