Mqtt over websocket ec200u

I am facing issue in setting up a mqtt over websocket.

May I ask you what the specific question is?

i am setting up the mqtt connection over websocket for example ws://broker.hivemq.com/8000 and I have to publish the data over particular topic.

What exact steps are you performing ?

Standard MQTT works over TCP / TLS

Websocket delivers over an HTTP(S) bearer

Both are supported with HiveMQ

But for anyone to advise yo on how to do this we would need to know what commands you have tried so far.