Scene7 API asset export fails due to incorrect regional IPS API endpoint
Scene7 API asset export failures occur when APIrequests target the wrong regionalIPS endpoint or use an unsupported APIoperation. This mismatch causes authentication errors or server faults even when credentials are valid. The issue also occurs when SOAPendpoints are used incorrectly for file download operations. Correcting the regional endpoint and using the appropriate APImethod resolves the problem. Ensure the correct endpoint and APIusage to restore successful asset export.
Description description
Environment
- AEM Dynamic Media
- Adobe Experience Manager as a Cloud Service
- Adobe Developer App Builder
Issue/Symptoms
- Authentication errors such as
10001 Invalid username/password - AxisFault error indicating operation not found with
WSA Action = GetFile HTTP 500Internal Server Error related toSOAPnamespace mismatch
Root cause
Scene7 IPS API uses region-specific endpoints. Authentication and API calls fail when requests are sent to an endpoint that does not match the account’s region or when SOAPoperations are used instead of the HTTP GetFile endpoint for file downloads.
How to confirm
- Verify login works in the Dynamic Media Classic application using the same credentials.
- Confirm the
IPS APIendpoint is reachable by sending a request to the service URL and receiving anHTTPresponse. - Run a
getCompanyInfo APIrequest and verify that a valid company handle is returned.
Resolution resolution
Follow these steps to resolve
-
Identify the correct Scene7 region associated with the account.
-
Use the region-specific IPS`` API host:
- North America:
s7sps1apissl.scene7.com - EMEA:
s7sps3apissl.scene7.com - APAC / Japan:
s7sps5apissl.scene7.com
- North America:
-
Update API requests to use the correct regional endpoint.
-
Validate authentication using a
getCompanyInforequest. -
Confirm a valid company handle is returned.
-
Use the
HTTP /scene7/GetFileendpoint to download original assets instead of SOAPbased requests. -
For bulk export operations, ensure the
submitJobrequest uses the correctWSDLversion and properly structured parameters. -
Retrieve asset paths using the appropriate API``method.
-
Confirm that returned paths match the asset locations before initiating downloads.