null

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Error Types/Response

1) Could not get any response

Ensure you have confirmed that your end point matches required destination

Consult Status Oneflow to ensure all services are running

  1. http://status.oneflo.com.au/

2) 404 Not Found

Ensure you have confirmed that your end point matches required destination

Consult Status Oneflow to ensure all services are running

  1. http://status.oneflo.com.au

Solution

After reviewing taking the above steps it is likely that your endpoint does not match one of our 2 suggested destinations

3) 415 Cannot Process the Message

Review your Headers Ensure that you have declared the right content-type:

  • Key: content-type 
  • Value: text/xml

4) 500 Internal Server Error

    1. Error in your Payload (not meeting the payload validation requirements)
      1. Element String Length
    2. Error in your soapAction/Header that has been declared

5) 200 OK (with no visible action taking place)

  1. Only validation performed on contents is to meet the Element requirements 
    1. This means that you will receive false positives (200 OK) in instances where your information meets the validation requirements, but is not found within the system. i.e
      1. <AccountID></AccountID>
        <DistributorID></DistributorID>
        <Expires></Expires>
        <Key></Key>
        <UserID></UserID>

Filter by label

There are no items with the selected labels at this time.



  • No labels