You can't "debug" the code on the NS Server - they...
# suitetalkapi
t
You can't "debug" the code on the NS Server - they don't support that. VisualStudio doesn't know that you don't own or manage the server side code, so it's trying to debug that as well. I'm guessing that you're trying to step into the actual SOAP call back to NS. Just step over that line and your response object should contain the results.