hashmapinc / hashmapinc/witsml-client

CustomData element not being included in Wellbores

Open
#23 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
27
Forks
15
PR merge metrics
No merged PRs in 30d

Description

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!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.