Well this is what i'm doing

page.onEngineCreation = function(engine) {
engine.connection.setUserName("user123");
engine.connection.setPassword("password");
engine.connection.setAdapterName("PROXY_HELLOWORLD ");
engine.changeStatus("STREAMING");
}

Still it doesn't work. I'm using the class provides in C# in the sample project for MetaDataProvider. Do i need to change something in adapter.xml? I haven;t changed anything, but I noticed, that the 'Init' do get called when i run my sample project, which means that my class is getting initialized, but nothing works after that.

Can you please mention me the steps to make it work, or what else do i need to check?

thanks
Rekhender