Closed cherrera2001 closed 5 years ago
@cherrera2001 will you please provide a 1K foot strategy for sucking this information out of the drilltest api?
More specifically:
Well
objectThanks!
My "plan A" is to use https://hc.apache.org/httpcomponents-client-ga/tutorial/html/fluent.html and just parse the body response as a string
General strategy is:
I will create sub cards for some of this functionality
@cherrera2001 at your convenience, please see #89 #91 and #92 to see the detailed cards created to accomplish well getFromStore
functionality.
This will lay the groundwork in a major way for how getFromStore
works for wellbore
, log
, and trajectory
as well.
@cherrera2001 and @vijaypoojari
See the updated strategy for getFromStore
:
Chris's fantastic WitsmlObjects
library helps us so much.
The general flow for conversion is now:
WitsmlObjects
to parse the input version
and queryXML
into a POJOWitsmlObjects
library to serialize the POJO to stringSee Chris's excellent GIST on JSON usage in WitsmlObjects
library here:
https://gist.github.com/cherrera2001/d39b944640de1202d91ac1a9203d525c
Requires #43 Child of #101
This card will build on the work in #43 and add the delegation for GetFromStore.