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

CustomData element not being included in Wellbores #23

Open
amadeubarbosa opened this issue Sep 23, 2020 · 0 comments
Open

CustomData element not being included in Wellbores #23

amadeubarbosa opened this issue Sep 23, 2020 · 0 comments

Comments

@amadeubarbosa
Copy link

amadeubarbosa commented Sep 23, 2020

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!

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

No branches or pull requests

1 participant