Skip to content

CustomData element not being included in Wellbores #23

@amadeubarbosa

Description

@amadeubarbosa

Hi there!

        WitsmlQuery witsmlQuery = new WitsmlQuery();
        witsmlQuery.setBulkData(true);
        witsmlQuery.setObjectType("wellbore");
        witsmlQuery.includeElement("nameWell");
        witsmlQuery.includeElement("nameWellbore");
        witsmlQuery.includeElement("customData");

        return client.getWellboresForWellAsObj(witsmlQuery).getWellbore();

When I get the result of this usage, the customData is not fullfield even by the query string used internally in Witsml Tempus client. I mean the XML tag for customData wasn't included to query string itself. So the WITSML store didn't respond with that data either.

Do you have any tips on this?

Thank you!

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