Tim, I'm assuming that you have Yukon installed. If so, go execute the following line of T-SQL: create endpoint MyService state = started as http ( path = '/bob' , authentication =( Integrated ), ports = ( CLEAR ), clear_port = 8086 ) for soap ( schema...