
| <soap:body> <checkSongExists> <artist></artist> <song></song> </checkSongExists> </soap:body> | checkSongExists | <soap:body> <return></return> </soap:body> |
| soapAction = urn:LyricWiki#checkSongExists | ||
| <soap:body> <searchArtists> <searchString></searchString> </searchArtists> </soap:body> | searchArtists | <soap:body> <return></return> </soap:body> |
| soapAction = urn:LyricWiki#searchArtists | ||
| <soap:body> <searchAlbums> <artist></artist> <album></album> <year></year> </searchAlbums> </soap:body> | searchAlbums | <soap:body> <return></return> </soap:body> |
| soapAction = urn:LyricWiki#searchAlbums | ||
| <soap:body> <searchSongs> <artist></artist> <song></song> </searchSongs> </soap:body> | searchSongs | <soap:body> <return></return> </soap:body> |
| soapAction = urn:LyricWiki#searchSongs | ||
| <soap:body> <getSOTD> </getSOTD> </soap:body> | getSOTD | <soap:body> <return></return> </soap:body> |
| soapAction = urn:LyricWiki#getSOTD | ||
| <soap:body> <getSong> <artist></artist> <song></song> </getSong> </soap:body> | getSong | <soap:body> <return></return> </soap:body> |
| soapAction = urn:LyricWiki#getSong | ||
| <soap:body> <getSongResult> <artist></artist> <song></song> </getSongResult> </soap:body> | getSongResult | <soap:body> <songResult></songResult> </soap:body> |
| soapAction = urn:LyricWiki#getSongResult | ||
| <soap:body> <getArtist> <artist></artist> </getArtist> </soap:body> | getArtist | <soap:body> <artist></artist> <albums></albums> </soap:body> |
| soapAction = urn:LyricWiki#getArtist | ||
| <soap:body> <getAlbum> <artist></artist> <album></album> <year></year> </getAlbum> </soap:body> | getAlbum | <soap:body> <artist></artist> <album></album> <year></year> <amazonLink></amazonLink> <imgUrl></imgUrl> <url></url> <songs></songs> </soap:body> |
| soapAction = urn:LyricWiki#getAlbum | ||
| <soap:body> <getHometown> <artist></artist> </getHometown> </soap:body> | getHometown | <soap:body> <country></country> <state></state> <hometown></hometown> </soap:body> |
| soapAction = urn:LyricWiki#getHometown | ||
| <soap:body> <getTopSongs> <limit></limit> </getTopSongs> </soap:body> | getTopSongs | <soap:body> <topSongs></topSongs> </soap:body> |
| soapAction = urn:LyricWiki#getTopSongs | ||
| <soap:body> <postArtist> <overwriteIfExists> </overwriteIfExists> <artist></artist> <albums></albums> </postArtist> </soap:body> | postArtist | <soap:body> <artist></artist> <dataUsed></dataUsed> <message></message> </soap:body> |
| soapAction = urn:LyricWiki#postArtist | ||
| <soap:body> <postAlbum> <overwriteIfExists> </overwriteIfExists> <artist></artist> <album></album> <year></year> <asin></asin> <songs></songs> </postAlbum> </soap:body> | postAlbum | <soap:body> <artist></artist> <album></album> <year></year> <dataUsed></dataUsed> <message></message> </soap:body> |
| soapAction = urn:LyricWiki#postAlbum | ||
| <soap:body> <postSong> <overwriteIfExists> </overwriteIfExists> <artist></artist> <song></song> <lyrics></lyrics> <onAlbums></onAlbums> </postSong> </soap:body> | postSong | <soap:body> <artist></artist> <song></song> <dataUsed></dataUsed> <message></message> </soap:body> |
| soapAction = urn:LyricWiki#postSong | ||
| <soap:body> <postSong_flags> <overwriteIfExists> </overwriteIfExists> <artist></artist> <song></song> <lyrics></lyrics> <onAlbums></onAlbums> <flags></flags> </postSong_flags> </soap:body> | postSong_flags | <soap:body> <artist></artist> <song></song> <dataUsed></dataUsed> <message></message> </soap:body> |
| soapAction = urn:LyricWiki#postSong_flags | ||