hashmapinc / Drillflow

A dockerized WITSML API Server that is agnostic of the backend.
Apache License 2.0
17 stars 13 forks source link

Error -425 when sending Get From Store Wellbore with no UID #262

Closed bbuckles closed 5 years ago

bbuckles commented 5 years ago

Send in the following request with no UID

soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.witsml.org/wsdl/120" xmlns:types="http://www.witsml.org/wsdl/120/encodedTypes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

wellbore ]]> returnElements=all Expected Result: Result should be returned successfully Observed Result: Error is returned. Below is the Response -425
bbuckles commented 5 years ago

I can send the Request and Response Soap message if needed since this card would not let me input the entire message.