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!
Hi there!
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!