Skip to content

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

@cjjuice

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions