Introduction
The Wii Shop Channel was an online software store made for the Wii. As this service shut down most functionality during January 2019, we've chosen to do our best to make our own documentation in hopes that this service could possibly be revived.
JavaScript
The Wii Shop Channel has several JavaScript APIs exposed to Opera. This allows a webpage to more easily interact with the console, primarily via underlying SDKs.
There are 8 major components of this integration:
SOAP
EC, short for ECommerce, is a library that assists the console with title management and authentication. Many exposed functions via JavaScript interact with a corresponding EC library function to accomplish their task.
When contacting the configured server, the ECommerce library communicates via SOAP, a protocol utilizing XML.
There are three separate SOAP services, each handling a separate task:
Cataloging SOAP, abbreviated as CAS
Identity Authentication SOAP, abbreviated as IAS
ECommerce SOAP, abbreviated as ECS
The majority of requests within the Wii Shop Channel are IAS or ECS. CAS is most heavily used for titles handling DLCs, or video on demand services. As such, documentation for this service type should not be considered as exhaustive.
An example of a NotifyETicketsSynced request is as follows. See Base Format for more information about these values.
Opera
The browser used in the Wii Shop Channel is powered by Opera. The browser is limited to HTML 4.1 and does not support flash. It only takes a 4:3 space in the middle of the screen - or the entire screen if on a 4:3 monitor / TV.
Improving this documentation
This documentation is beyond incomplete. We'll need to go into more detail about the JS part, as well as include other components that WSC may use.
Last updated