I have a line feature class and point feature class in a gdb that is hosted on our server.
I want to utilize these in a webapp using the REST url.
I want to ultimately be able to only display a line feature and be able to select it to display both line and point attributes.
After doing some searching, I think I need to create a relationship class in the gdb.
Can anyone lend some expertise on best way to accomplish this?