WiiSOAP is a server designed specifically to handle Wii Shop Channel SOAP - more specifically, that of the ECommerce library. Ideally, one day this will become feature complete enough to handle other titles utilizing EC, such as DLCs or other purchases.
It aims to implement everything necessary to provide title tickets, manage authentication, and everything between.
WiiSOAP operates on the assumption that you run a PostgreSQL database holding existing tickets.
- Ensure that your PostgreSQL database contains the schema within
database.sql
. - Copy
config.example.xml
toconfig.xml
and edit accordingly.- Similar to WSC-Patcher, you may use a base URL of
a.taur.cloud
for localhost development, i.e. via Dolphin.
- Similar to WSC-Patcher, you may use a base URL of
go build
to create an executable.- Run the resulting executable, such as
./WiiSOAP
.
Ensure you have run gofmt
on your changes.