Introduction - SOAP API

Table of Contents

  1. Introduction
  2. Access Details
  3. Common Input and Output Parameters

1.0 Introduction

eFiling provides an Incorporation SOAP API that will allow developers to incorporate Limited Companies and still retain functionality of the eFiling management portal

2.0 Access Details

You can request access to this API by contacting support@efiling.co.uk.

You need to send requests to our API end point which is defined in our WSDL.

  • WSDL URL: http://api.efiling.co.uk/wsdl
  • End Point URL: http://api.efiling.co.uk/service

3.0 Common Inputs and Outputs

Every function request you make must have the following specified and will return the following common parameters.

Inputs

Parameter Key Description
Key string This is the api key, this grants you access to the eFiling API. You must keep this key secure and treat it like any other username and password you use.

Output

'Simple Object'

Parameter Key Description
Code string This is a status code relating to the call you made. If negative, this usually indicates the call was unsuccessful.
Text string This is a descriptive message indicating the status of the call you made. This may provide helpful debugging information when the call was unsuccessful.