I want to create a web part that calls a .asmx from another domain. I know I can't do this client side only due to cross site scripting restrictions that browsers enforce, so it must be server side. How should I do this with a web part? Is it simple as adding the service reference to my project and when I deploy, all that info will go and work just fine?
And I don't want to use a Data View web part or anything, this would be a Visual Web Part created with Visual Studio 2010.