Please triple-check to make sure that you have properly masked out user credentials like usernames, passwords and API keys before submitting your issue
NOTE: Minor issue, but didn't want to forget it since we did discover it.
Expected Behavior
call BluePages_Search.findBluePagesProflile method with email address should return bluepages profile info:
search_results = search_client.call('BluePages_Search', 'findBluePagesProfile', search_email)
Actual Behavior
'service does not exist' exception for 'SoftLayer_BluePages_Search' service.
It appears our client prepends 'SoftLayer_' to every service, but 2 services do not begin with 'SoftLayer_'
Do not prepend 'SoftLayer_' to these 2 services:
BluePages_Search
IntegratedOfferingTeam_Region
Environment Information
Operating System: Windows 7
softlayer-python version (slcli --version): 5.2.15