Centene LWC EDI CORE Real Time Service

Centene’s CAQH CORE Connectivity envelope over ASC X12 healthcare transactions — RealTimeTransaction plus six batch submission, acknowledgement and retrieval operations. This is the highest-consequence write surface Centene publishes and it has neither idempotency nor a documented reversal path. OAuth client credentials with audience edicorertservice.

Operations 8

POST /RealTimeTransaction Operation RealTimeTransaction #
POST /BatchSubmitTransaction Operation BatchSubmitTransaction #
POST /GenericBatchSubmissionTransaction Operation GenericBatchSubmissionTransaction #
POST /BatchSubmitAckRetrievalTransaction Operation BatchSubmitAckRetrievalTransaction #
POST /BatchResultsRetrievalTransaction Operation BatchResultsRetrievalTransaction #
POST /BatchResultsAckSubmitTransaction Operation BatchResultsAckSubmitTransaction #
POST /GenericBatchRetrievalTransaction Operation GenericBatchRetrievalTransaction #
POST /GenericBatchReceiptConfirmationTransaction Operation GenericBatchReceiptConfirmationTransaction #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/centene-edi-core-realtime"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

centene-edi-core-realtime-openapi.json Raw ↑
{
  "swagger": "2.0",
  "info": {
    "title": "EDI Realtime CORE Web Service",
    "description": "",
    "x-ibm-name": "EDI Realtime CORE",
    "version": "1.0.0"
  },
  "schemes": [
    "https"
  ],
  "basePath": "/Core",
  "produces": [
    "application/xml"
  ],
  "consumes": [
    "application/xop+xml"
  ],
  "securityDefinitions": {
    "clientID": {
      "type": "apiKey",
      "name": "APIKey",
      "in": "header",
      "description": ""
    }
  },
  "security": [
    {
      "clientID": []
    }
  ],
  "x-ibm-configuration": {
    "type": "wsdl",
    "phase": "realized",
    "enforced": true,
    "testable": true,
    "gateway": "datapower-gateway",
    "cors": {
      "enabled": true
    },
    "wsdl-definition": {
      "wsdl": "EDI_Realtime_CORE_WS_Security.wsdl",
      "service": "Core",
      "port": "CoreSoapPort",
      "soap-version": "1.2"
    },
    "assembly": {
      "execute": [
        {
          "proxy": {
            "title": "proxy",
            "target-url": "http://URL_OF_WEB_SERVICE"
          }
        }
      ]
    }
  },
  "paths": {
    "/RealTimeTransaction": {
      "post": {
        "summary": "Operation RealTimeTransaction",
        "description": "",
        "operationId": "RealTimeTransaction",
        "x-ibm-soap": {
          "soap-action": "RealTimeTransaction",
          "soap-operation": "{http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd}COREEnvelopeRealTimeRequest"
        },
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/RealTimeTransactionInput"
            }
          }
        ],
        "responses": {
          "default": {
            "description": "",
            "schema": {
              "$ref": "#/definitions/RealTimeTransactionOutput"
            }
          }
        }
      }
    },
    "/BatchSubmitTransaction": {
      "post": {
        "summary": "Operation BatchSubmitTransaction",
        "description": "",
        "operationId": "BatchSubmitTransaction",
        "x-ibm-soap": {
          "soap-action": "BatchSubmitTransaction",
          "soap-operation": "{http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd}COREEnvelopeBatchSubmission"
        },
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/BatchSubmitTransactionInput"
            }
          }
        ],
        "responses": {
          "default": {
            "description": "",
            "schema": {
              "$ref": "#/definitions/BatchSubmitTransactionOutput"
            }
          }
        }
      }
    },
    "/GenericBatchSubmissionTransaction": {
      "post": {
        "summary": "Operation GenericBatchSubmissionTransaction",
        "description": "",
        "operationId": "GenericBatchSubmissionTransaction",
        "x-ibm-soap": {
          "soap-action": "GenericBatchSubmissionTransaction",
          "soap-operation": "{http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd}COREEnvelopeBatchSubmission"
        },
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/GenericBatchSubmissionTransactionInput"
            }
          }
        ],
        "responses": {
          "default": {
            "description": "",
            "schema": {
              "$ref": "#/definitions/GenericBatchSubmissionTransactionOutput"
            }
          }
        }
      }
    },
    "/BatchSubmitAckRetrievalTransaction": {
      "post": {
        "summary": "Operation BatchSubmitAckRetrievalTransaction",
        "description": "",
        "operationId": "BatchSubmitAckRetrievalTransaction",
        "x-ibm-soap": {
          "soap-action": "BatchSubmitAckRetrievalTransaction",
          "soap-operation": "{http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd}COREEnvelopeBatchSubmissionAckRetrievalRequest"
        },
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/BatchSubmitAckRetrievalTransactionInput"
            }
          }
        ],
        "responses": {
          "default": {
            "description": "",
            "schema": {
              "$ref": "#/definitions/BatchSubmitAckRetrievalTransactionOutput"
            }
          }
        }
      }
    },
    "/BatchResultsRetrievalTransaction": {
      "post": {
        "summary": "Operation BatchResultsRetrievalTransaction",
        "description": "",
        "operationId": "BatchResultsRetrievalTransaction",
        "x-ibm-soap": {
          "soap-action": "BatchResultsRetrievalTransaction",
          "soap-operation": "{http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd}COREEnvelopeBatchResultsRetrievalRequest"
        },
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/BatchResultsRetrievalTransactionInput"
            }
          }
        ],
        "responses": {
          "default": {
            "description": "",
            "schema": {
              "$ref": "#/definitions/BatchResultsRetrievalTransactionOutput"
            }
          }
        }
      }
    },
    "/BatchResultsAckSubmitTransaction": {
      "post": {
        "summary": "Operation BatchResultsAckSubmitTransaction",
        "description": "",
        "operationId": "BatchResultsAckSubmitTransaction",
        "x-ibm-soap": {
          "soap-action": "BatchResultsAckSubmitTransaction",
          "soap-operation": "{http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd}COREEnvelopeBatchResultsAckSubmission"
        },
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/BatchResultsAckSubmitTransactionInput"
            }
          }
        ],
        "responses": {
          "default": {
            "description": "",
            "schema": {
              "$ref": "#/definitions/BatchResultsAckSubmitTransactionOutput"
            }
          }
        }
      }
    },
    "/GenericBatchRetrievalTransaction": {
      "post": {
        "summary": "Operation GenericBatchRetrievalTransaction",
        "description": "",
        "operationId": "GenericBatchRetrievalTransaction",
        "x-ibm-soap": {
          "soap-action": "GenericBatchRetrievalTransaction",
          "soap-operation": "{http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd}COREEnvelopeBatchResultsRetrievalRequest"
        },
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/GenericBatchRetrievalTransactionInput"
            }
          }
        ],
        "responses": {
          "default": {
            "description": "",
            "schema": {
              "$ref": "#/definitions/GenericBatchRetrievalTransactionOutput"
            }
          }
        }
      }
    },
    "/GenericBatchReceiptConfirmationTransaction": {
      "post": {
        "summary": "Operation GenericBatchReceiptConfirmationTransaction",
        "description": "",
        "operationId": "GenericBatchReceiptConfirmationTransaction",
        "x-ibm-soap": {
          "soap-action": "GenericBatchReceiptConfirmationTransaction",
          "soap-operation": "{http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd}COREEnvelopeBatchResultsAckSubmission"
        },
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/GenericBatchReceiptConfirmationTransactionInput"
            }
          }
        ],
        "responses": {
          "default": {
            "description": "",
            "schema": {
              "$ref": "#/definitions/GenericBatchReceiptConfirmationTransactionOutput"
            }
          }
        }
      }
    }
  },
  "definitions": {
    "Security": {
      "xml": {
        "namespace": "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd",
        "prefix": "wsse"
      },
      "description": "Header for WS-Security",
      "type": "object",
      "properties": {
        "UsernameToken": {
          "xml": {
            "namespace": "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd",
            "prefix": "wsse"
          },
          "type": "object",
          "properties": {
            "Username": {
              "xml": {
                "namespace": "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd",
                "prefix": "wsse"
              },
              "type": "string"
            },
            "Password": {
              "xml": {
                "namespace": "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd",
                "prefix": "wsse"
              },
              "type": "string"
            },
            "Nonce": {
              "xml": {
                "namespace": "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd",
                "prefix": "wsse"
              },
              "type": "string",
              "properties": {
                "EncodingType": {
                  "xml": {
                    "namespace": "",
                    "attribute": true
                  },
                  "type": "string"
                }
              }
            },
            "Created": {
              "xml": {
                "namespace": "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd",
                "prefix": "wsu"
              },
              "type": "string"
            }
          }
        },
        "Timestamp": {
          "xml": {
            "namespace": "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd",
            "prefix": "wsu"
          },
          "type": "object",
          "properties": {
            "Created": {
              "xml": {
                "namespace": "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd",
                "prefix": "wsu"
              },
              "type": "string"
            },
            "Expires": {
              "xml": {
                "namespace": "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd",
                "prefix": "wsu"
              },
              "type": "string"
            },
            "Id": {
              "xml": {
                "namespace": "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd",
                "prefix": "wsu",
                "attribute": true
              },
              "type": "string"
            }
          }
        }
      }
    },
    "RealTimeTransactionInput": {
      "description": "Input message for wsdl operation COREEnvelopeRealTimeRequest",
      "type": "object",
      "properties": {
        "Envelope": {
          "xml": {
            "namespace": "http://www.w3.org/2003/05/soap-envelope",
            "prefix": "soapenv"
          },
          "type": "object",
          "properties": {
            "Header": {
              "$ref": "#/definitions/RealTimeTransactionHeader"
            },
            "Body": {
              "xml": {
                "namespace": "http://www.w3.org/2003/05/soap-envelope",
                "prefix": "soapenv"
              },
              "type": "object",
              "properties": {
                "COREEnvelopeRealTimeRequest": {
                  "$ref": "#/definitions/COREEnvelopeRealTimeRequest_element_CORE-XSD"
                }
              },
              "required": [
                "COREEnvelopeRealTimeRequest"
              ]
            }
          },
          "required": [
            "Body"
          ]
        }
      },
      "required": [
        "Envelope"
      ],
      "x-ibm-schema": {
        "wsdl-port": "{http://www.caqh.org/SOAP/WSDL/}CoreSoapPort",
        "wsdl-operation": "COREEnvelopeRealTimeRequest",
        "wsdl-message-direction-or-name": "COREEnvelopeRealTimeRequestRequest"
      },
      "example": "\n<soapenv:Envelope xmlns:soapenv=\"http://www.w3.org/2003/05/soap-envelope\">\n <soapenv:Header>\n  <!-- The Security element should be removed if WS-Security is not enabled on the SOAP target-url -->\n  <wsse:Security xmlns:wsse=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\" xmlns:wsu=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\">\n   <wsse:UsernameToken>\n    <wsse:Username>string</wsse:Username>\n    <wsse:Password>string</wsse:Password>\n    <wsse:Nonce EncodingType=\"string\">string</wsse:Nonce>\n    <wsu:Created>string</wsu:Created>\n   </wsse:UsernameToken>\n   <wsu:Timestamp wsu:Id=\"string\">\n    <wsu:Created>string</wsu:Created>\n    <wsu:Expires>string</wsu:Expires>\n   </wsu:Timestamp>\n  </wsse:Security>\n </soapenv:Header>\n <soapenv:Body>\n  <CORE-XSD:COREEnvelopeRealTimeRequest xmlns:CORE-XSD=\"http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd\"><!-- mandatory -->\n   <PayloadType><!-- mandatory -->string</PayloadType>\n   <ProcessingMode><!-- mandatory -->string</ProcessingMode>\n   <PayloadID><!-- mandatory -->string</PayloadID>\n   <TimeStamp><!-- mandatory -->string</TimeStamp>\n   <SenderID><!-- mandatory -->string</SenderID>\n   <ReceiverID><!-- mandatory -->string</ReceiverID>\n   <CORERuleVersion><!-- mandatory -->string</CORERuleVersion>\n   <Payload><!-- mandatory -->string</Payload>\n  </CORE-XSD:COREEnvelopeRealTimeRequest>\n </soapenv:Body>\n</soapenv:Envelope>"
    },
    "RealTimeTransactionHeader": {
      "description": "Input headers for wsdl operation COREEnvelopeRealTimeRequest",
      "type": "object",
      "properties": {
        "Security": {
          "$ref": "#/definitions/Security"
        }
      }
    },
    "RealTimeTransactionOutput": {
      "description": "Output message for wsdl operation COREEnvelopeRealTimeRequest",
      "type": "object",
      "properties": {
        "Envelope": {
          "xml": {
            "namespace": "http://www.w3.org/2003/05/soap-envelope",
            "prefix": "soapenv"
          },
          "type": "object",
          "properties": {
            "Body": {
              "xml": {
                "namespace": "http://www.w3.org/2003/05/soap-envelope",
                "prefix": "soapenv"
              },
              "type": "object",
              "properties": {
                "COREEnvelopeRealTimeResponse": {
                  "$ref": "#/definitions/COREEnvelopeRealTimeResponse_element_CORE-XSD"
                }
              }
            }
          },
          "required": [
            "Body"
          ]
        }
      },
      "required": [
        "Envelope"
      ],
      "x-ibm-schema": {
        "wsdl-port": "{http://www.caqh.org/SOAP/WSDL/}CoreSoapPort",
        "wsdl-operation": "COREEnvelopeRealTimeRequest",
        "wsdl-message-direction-or-name": "COREEnvelopeRealTimeRequestResponse"
      },
      "example": "\n<soapenv:Envelope xmlns:soapenv=\"http://www.w3.org/2003/05/soap-envelope\">\n <soapenv:Body>\n  <CORE-XSD:COREEnvelopeRealTimeResponse xmlns:CORE-XSD=\"http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd\">\n   <PayloadType><!-- mandatory -->string</PayloadType>\n   <ProcessingMode><!-- mandatory -->string</ProcessingMode>\n   <PayloadID><!-- mandatory -->string</PayloadID>\n   <TimeStamp><!-- mandatory -->string</TimeStamp>\n   <SenderID><!-- mandatory -->string</SenderID>\n   <ReceiverID><!-- mandatory -->string</ReceiverID>\n   <CORERuleVersion><!-- mandatory -->string</CORERuleVersion>\n   <Payload>string</Payload>\n   <ErrorCode><!-- mandatory -->string</ErrorCode>\n   <ErrorMessage><!-- mandatory -->string</ErrorMessage>\n  </CORE-XSD:COREEnvelopeRealTimeResponse>\n </soapenv:Body>\n</soapenv:Envelope>"
    },
    "BatchSubmitTransactionInput": {
      "description": "Input message for wsdl operation COREEnvelopeBatchSubmission",
      "type": "object",
      "properties": {
        "Envelope": {
          "xml": {
            "namespace": "http://www.w3.org/2003/05/soap-envelope",
            "prefix": "soapenv"
          },
          "type": "object",
          "properties": {
            "Header": {
              "$ref": "#/definitions/BatchSubmitTransactionHeader"
            },
            "Body": {
              "xml": {
                "namespace": "http://www.w3.org/2003/05/soap-envelope",
                "prefix": "soapenv"
              },
              "type": "object",
              "properties": {
                "COREEnvelopeBatchSubmission": {
                  "$ref": "#/definitions/COREEnvelopeBatchSubmission_element_CORE-XSD"
                }
              },
              "required": [
                "COREEnvelopeBatchSubmission"
              ]
            }
          },
          "required": [
            "Body"
          ]
        }
      },
      "required": [
        "Envelope"
      ],
      "x-ibm-schema": {
        "wsdl-port": "{http://www.caqh.org/SOAP/WSDL/}CoreSoapPort",
        "wsdl-operation": "COREEnvelopeBatchSubmission",
        "wsdl-message-direction-or-name": "COREEnvelopeBatchSubmissionRequest"
      },
      "example": "\n<soapenv:Envelope xmlns:soapenv=\"http://www.w3.org/2003/05/soap-envelope\">\n <soapenv:Header>\n  <!-- The Security element should be removed if WS-Security is not enabled on the SOAP target-url -->\n  <wsse:Security xmlns:wsse=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\" xmlns:wsu=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\">\n   <wsse:UsernameToken>\n    <wsse:Username>string</wsse:Username>\n    <wsse:Password>string</wsse:Password>\n    <wsse:Nonce EncodingType=\"string\">string</wsse:Nonce>\n    <wsu:Created>string</wsu:Created>\n   </wsse:UsernameToken>\n   <wsu:Timestamp wsu:Id=\"string\">\n    <wsu:Created>string</wsu:Created>\n    <wsu:Expires>string</wsu:Expires>\n   </wsu:Timestamp>\n  </wsse:Security>\n </soapenv:Header>\n <soapenv:Body>\n  <CORE-XSD:COREEnvelopeBatchSubmission xmlns:CORE-XSD=\"http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd\"><!-- mandatory -->\n   <PayloadType><!-- mandatory -->string</PayloadType>\n   <ProcessingMode><!-- mandatory -->string</ProcessingMode>\n   <PayloadID><!-- mandatory -->string</PayloadID>\n   <PayloadLength><!-- mandatory -->3</PayloadLength>\n   <TimeStamp><!-- mandatory -->string</TimeStamp>\n   <SenderID><!-- mandatory -->string</SenderID>\n   <ReceiverID><!-- mandatory -->string</ReceiverID>\n   <CORERuleVersion><!-- mandatory -->string</CORERuleVersion>\n   <CheckSum><!-- mandatory -->string</CheckSum>\n   <Payload><!-- mandatory -->abcd</Payload>\n  </CORE-XSD:COREEnvelopeBatchSubmission>\n </soapenv:Body>\n</soapenv:Envelope>"
    },
    "BatchSubmitTransactionHeader": {
      "description": "Input headers for wsdl operation COREEnvelopeBatchSubmission",
      "type": "object",
      "properties": {
        "Security": {
          "$ref": "#/definitions/Security"
        }
      }
    },
    "BatchSubmitTransactionOutput": {
      "description": "Output message for wsdl operation COREEnvelopeBatchSubmission",
      "type": "object",
      "properties": {
        "Envelope": {
          "xml": {
            "namespace": "http://www.w3.org/2003/05/soap-envelope",
            "prefix": "soapenv"
          },
          "type": "object",
          "properties": {
            "Body": {
              "xml": {
                "namespace": "http://www.w3.org/2003/05/soap-envelope",
                "prefix": "soapenv"
              },
              "type": "object",
              "properties": {
                "COREEnvelopeBatchSubmissionResponse": {
                  "$ref": "#/definitions/COREEnvelopeBatchSubmissionResponse_element_CORE-XSD"
                }
              }
            }
          },
          "required": [
            "Body"
          ]
        }
      },
      "required": [
        "Envelope"
      ],
      "x-ibm-schema": {
        "wsdl-port": "{http://www.caqh.org/SOAP/WSDL/}CoreSoapPort",
        "wsdl-operation": "COREEnvelopeBatchSubmission",
        "wsdl-message-direction-or-name": "COREEnvelopeBatchSubmissionResponse"
      },
      "example": "\n<soapenv:Envelope xmlns:soapenv=\"http://www.w3.org/2003/05/soap-envelope\">\n <soapenv:Body>\n  <CORE-XSD:COREEnvelopeBatchSubmissionResponse xmlns:CORE-XSD=\"http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd\">\n   <PayloadType><!-- mandatory -->string</PayloadType>\n   <ProcessingMode><!-- mandatory -->string</ProcessingMode>\n   <PayloadID><!-- mandatory -->string</PayloadID>\n   <PayloadLength>3</PayloadLength>\n   <TimeStamp><!-- mandatory -->string</TimeStamp>\n   <SenderID><!-- mandatory -->string</SenderID>\n   <ReceiverID><!-- mandatory -->string</ReceiverID>\n   <CORERuleVersion><!-- mandatory -->string</CORERuleVersion>\n   <CheckSum>string</CheckSum>\n   <Payload>abcd</Payload>\n   <ErrorCode><!-- mandatory -->string</ErrorCode>\n   <ErrorMessage><!-- mandatory -->string</ErrorMessage>\n  </CORE-XSD:COREEnvelopeBatchSubmissionResponse>\n </soapenv:Body>\n</soapenv:Envelope>"
    },
    "GenericBatchSubmissionTransactionInput": {
      "description": "Input message for wsdl operation COREEnvelopeBatchSubmission",
      "type": "object",
      "properties": {
        "Envelope": {
          "xml": {
            "namespace": "http://www.w3.org/2003/05/soap-envelope",
            "prefix": "soapenv"
          },
          "type": "object",
          "properties": {
            "Header": {
              "$ref": "#/definitions/GenericBatchSubmissionTransactionHeader"
            },
            "Body": {
              "xml": {
                "namespace": "http://www.w3.org/2003/05/soap-envelope",
                "prefix": "soapenv"
              },
              "type": "object",
              "properties": {
                "COREEnvelopeBatchSubmission": {
                  "$ref": "#/definitions/COREEnvelopeBatchSubmission_element_CORE-XSD"
                }
              },
              "required": [
                "COREEnvelopeBatchSubmission"
              ]
            }
          },
          "required": [
            "Body"
          ]
        }
      },
      "required": [
        "Envelope"
      ],
      "x-ibm-schema": {
        "wsdl-port": "{http://www.caqh.org/SOAP/WSDL/}CoreSoapPort",
        "wsdl-operation": "COREEnvelopeBatchSubmission",
        "wsdl-message-direction-or-name": "COREEnvelopeBatchSubmissionRequest"
      },
      "example": "\n<soapenv:Envelope xmlns:soapenv=\"http://www.w3.org/2003/05/soap-envelope\">\n <soapenv:Header>\n  <!-- The Security element should be removed if WS-Security is not enabled on the SOAP target-url -->\n  <wsse:Security xmlns:wsse=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\" xmlns:wsu=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\">\n   <wsse:UsernameToken>\n    <wsse:Username>string</wsse:Username>\n    <wsse:Password>string</wsse:Password>\n    <wsse:Nonce EncodingType=\"string\">string</wsse:Nonce>\n    <wsu:Created>string</wsu:Created>\n   </wsse:UsernameToken>\n   <wsu:Timestamp wsu:Id=\"string\">\n    <wsu:Created>string</wsu:Created>\n    <wsu:Expires>string</wsu:Expires>\n   </wsu:Timestamp>\n  </wsse:Security>\n </soapenv:Header>\n <soapenv:Body>\n  <CORE-XSD:COREEnvelopeBatchSubmission xmlns:CORE-XSD=\"http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd\"><!-- mandatory -->\n   <PayloadType><!-- mandatory -->string</PayloadType>\n   <ProcessingMode><!-- mandatory -->string</ProcessingMode>\n   <PayloadID><!-- mandatory -->string</PayloadID>\n   <PayloadLength><!-- mandatory -->3</PayloadLength>\n   <TimeStamp><!-- mandatory -->string</TimeStamp>\n   <SenderID><!-- mandatory -->string</SenderID>\n   <ReceiverID><!-- mandatory -->string</ReceiverID>\n   <CORERuleVersion><!-- mandatory -->string</CORERuleVersion>\n   <CheckSum><!-- mandatory -->string</CheckSum>\n   <Payload><!-- mandatory -->abcd</Payload>\n  </CORE-XSD:COREEnvelopeBatchSubmission>\n </soapenv:Body>\n</soapenv:Envelope>"
    },
    "GenericBatchSubmissionTransactionHeader": {
      "description": "Input headers for wsdl operation COREEnvelopeBatchSubmission",
      "type": "object",
      "properties": {
        "Security": {
          "$ref": "#/definitions/Security"
        }
      }
    },
    "GenericBatchSubmissionTransactionOutput": {
      "description": "Output message for wsdl operation COREEnvelopeBatchSubmission",
      "type": "object",
      "properties": {
        "Envelope": {
          "xml": {
            "namespace": "http://www.w3.org/2003/05/soap-envelope",
            "prefix": "soapenv"
          },
          "type": "object",
          "properties": {
            "Body": {
              "xml": {
                "namespace": "http://www.w3.org/2003/05/soap-envelope",
                "prefix": "soapenv"
              },
              "type": "object",
              "properties": {
                "COREEnvelopeBatchSubmissionResponse": {
                  "$ref": "#/definitions/COREEnvelopeBatchSubmissionResponse_element_CORE-XSD"
                }
              }
            }
          },
          "required": [
            "Body"
          ]
        }
      },
      "required": [
        "Envelope"
      ],
      "x-ibm-schema": {
        "wsdl-port": "{http://www.caqh.org/SOAP/WSDL/}CoreSoapPort",
        "wsdl-operation": "COREEnvelopeBatchSubmission",
        "wsdl-message-direction-or-name": "COREEnvelopeBatchSubmissionResponse"
      },
      "example": "\n<soapenv:Envelope xmlns:soapenv=\"http://www.w3.org/2003/05/soap-envelope\">\n <soapenv:Body>\n  <CORE-XSD:COREEnvelopeBatchSubmissionResponse xmlns:CORE-XSD=\"http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd\">\n   <PayloadType><!-- mandatory -->string</PayloadType>\n   <ProcessingMode><!-- mandatory -->string</ProcessingMode>\n   <PayloadID><!-- mandatory -->string</PayloadID>\n   <PayloadLength>3</PayloadLength>\n   <TimeStamp><!-- mandatory -->string</TimeStamp>\n   <SenderID><!-- mandatory -->string</SenderID>\n   <ReceiverID><!-- mandatory -->string</ReceiverID>\n   <CORERuleVersion><!-- mandatory -->string</CORERuleVersion>\n   <CheckSum>string</CheckSum>\n   <Payload>abcd</Payload>\n   <ErrorCode><!-- mandatory -->string</ErrorCode>\n   <ErrorMessage><!-- mandatory -->string</ErrorMessage>\n  </CORE-XSD:COREEnvelopeBatchSubmissionResponse>\n </soapenv:Body>\n</soapenv:Envelope>"
    },
    "BatchSubmitAckRetrievalTransactionInput": {
      "description": "Input message for wsdl operation COREEnvelopeBatchSubmissionAckRetrievalRequest",
      "type": "object",
      "properties": {
        "Envelope": {
          "xml": {
            "namespace": "http://www.w3.org/2003/05/soap-envelope",
            "prefix": "soapenv"
          },
          "type": "object",
          "properties": {
            "Header": {
              "$ref": "#/definitions/BatchSubmitAckRetrievalTransactionHeader"
            },
            "Body": {
              "xml": {
                "namespace": "http://www.w3.org/2003/05/soap-envelope",
                "prefix": "soapenv"
              },
              "type": "object",
              "properties": {
                "COREEnvelopeBatchSubmissionAckRetrievalRequest": {
                  "$ref": "#/definitions/COREEnvelopeBatchSubmissionAckRetrievalRequest_element_CORE-XSD"
                }
              },
              "required": [
                "COREEnvelopeBatchSubmissionAckRetrievalRequest"
              ]
            }
          },
          "required": [
            "Body"
          ]
        }
      },
      "required": [
        "Envelope"
      ],
      "x-ibm-schema": {
        "wsdl-port": "{http://www.caqh.org/SOAP/WSDL/}CoreSoapPort",
        "wsdl-operation": "COREEnvelopeBatchSubmissionAckRetrievalRequest",
        "wsdl-message-direction-or-name": "COREEnvelopeBatchSubmissionAckRetrievalRequestRequest"
      },
      "example": "\n<soapenv:Envelope xmlns:soapenv=\"http://www.w3.org/2003/05/soap-envelope\">\n <soapenv:Header>\n  <!-- The Security element should be removed if WS-Security is not enabled on the SOAP target-url -->\n  <wsse:Security xmlns:wsse=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\" xmlns:wsu=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\">\n   <wsse:UsernameToken>\n    <wsse:Username>string</wsse:Username>\n    <wsse:Password>string</wsse:Password>\n    <wsse:Nonce EncodingType=\"string\">string</wsse:Nonce>\n    <wsu:Created>string</wsu:Created>\n   </wsse:UsernameToken>\n   <wsu:Timestamp wsu:Id=\"string\">\n    <wsu:Created>string</wsu:Created>\n    <wsu:Expires>string</wsu:Expires>\n   </wsu:Timestamp>\n  </wsse:Security>\n </soapenv:Header>\n <soapenv:Body>\n  <CORE-XSD:COREEnvelopeBatchSubmissionAckRetrievalRequest xmlns:CORE-XSD=\"http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd\"><!-- mandatory -->\n   <PayloadType><!-- mandatory -->string</PayloadType>\n   <ProcessingMode><!-- mandatory -->string</ProcessingMode>\n   <PayloadID><!-- mandatory -->string</PayloadID>\n   <PayloadLength>3</PayloadLength>\n   <TimeStamp><!-- mandatory -->string</TimeStamp>\n   <SenderID><!-- mandatory -->string</SenderID>\n   <ReceiverID><!-- mandatory -->string</ReceiverID>\n   <CORERuleVersion><!-- mandatory -->string</CORERuleVersion>\n   <CheckSum>string</CheckSum>\n   <Payload>abcd</Payload>\n  </CORE-XSD:COREEnvelopeBatchSubmissionAckRetrievalRequest>\n </soapenv:Body>\n</soapenv:Envelope>"
    },
    "BatchSubmitAckRetrievalTransactionHeader": {
      "description": "Input headers for wsdl operation COREEnvelopeBatchSubmissionAckRetrievalRequest",
      "type": "object",
      "properties": {
        "Security": {
          "$ref": "#/definitions/Security"
        }
      }
    },
    "BatchSubmitAckRetrievalTransactionOutput": {
      "description": "Output message for wsdl operation COREEnvelopeBatchSubmissionAckRetrievalRequest",
      "type": "object",
      "properties": {
        "Envelope": {
          "xml": {
            "namespace": "http://www.w3.org/2003/05/soap-envelope",
            "prefix": "soapenv"
          },
          "type": "object",
          "properties": {
            "Body": {
              "xml": {
                "namespace": "http://www.w3.org/2003/05/soap-envelope",
                "prefix": "soapenv"
              },
              "type": "object",
              "properties": {
                "COREEnvelopeBatchSubmissionAckRetrievalResponse": {
                  "$ref": "#/definitions/COREEnvelopeBatchSubmissionAckRetrievalResponse_element_CORE-XSD"
                }
              }
            }
          },
          "required": [
            "Body"
          ]
        }
      },
      "required": [
        "Envelope"
      ],
      "x-ibm-schema": {
        "wsdl-port": "{http://www.caqh.org/SOAP/WSDL/}CoreSoapPort",
        "wsdl-operation": "COREEnvelopeBatchSubmissionAckRetrievalRequest",
        "wsdl-message-direction-or-name": "COREEnvelopeBatchSubmissionAckRetrievalRequestResponse"
      },
      "example": "\n<soapenv:Envelope xmlns:soapenv=\"http://www.w3.org/2003/05/soap-envelope\">\n <soapenv:Body>\n  <CORE-XSD:COREEnvelopeBatchSubmissionAckRetrievalResponse xmlns:CORE-XSD=\"http://www.caqh.org/SOAP/WSDL/CORERule2.2.0.xsd\">\n   <PayloadType><!-- mandatory -->string</PayloadType>\n   <ProcessingMode><!-- mandatory -->string</ProcessingMode>\n   <PayloadID><!-- mandatory -->string</PayloadID>\n   <PayloadLength>3</PayloadLength>\n   <TimeStamp><!-- mandatory -->string</TimeStamp>\n   <SenderID><!-- mandatory -->string</SenderID>\n   <ReceiverID><!-- mandatory -->string</ReceiverID>\n   <CORERuleVersion><!-- mandatory -->string</CORERuleVersion>\n   <CheckSum>string</CheckSum>\n   <Payload>abcd</Payload>\n   <ErrorCode><!-- mandatory -->string</ErrorCode>\n   <ErrorMessage><!-- mandatory -->string</ErrorMessage>\n  </CORE-XSD:COREEnvelopeBatchSubmissionAckRetrievalResponse>\n </soapenv:Body>\n</soapenv:Envelope>"
    },
    "BatchResultsRetrievalTr

# --- truncated at 32 KB (79 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/centene/refs/heads/main/openapi/centene-edi-core-realtime-openapi.json