I get this message while trying to run a webservice on the browser. Note that the source code is a windows file and can\'t be changed for my need.
Com
You can fully qualify the class name when you declare your variable.
Don't do
Message msg = new Message();
Do:
ThreeDSeekUtils.Message msg = new ThreeDSeekUtils.Message();