It is known how to calculate stochastic integrals of the kind, e.g., $\int_0^T W_t \, dW_t$ or $\int_0^T W_t^2 \,dW_t$, where $W_t$ is the Wiener process, aka Brownian motion.
Question: How about the same but with white noise? Let the continuous time white noise $\dot{W}_t$ be the formal derivative of the Wiener process, where $d{W}_t=\dot{W}_t \, dt$ (see the note below). Is it possible to give a meaning to random variables $Y_\alpha(T)$ of the kind
$$ Y_\alpha(T) = \int_0^T (\dot{W}_t)^\alpha \, dW_t = \int_0^T (\dot{W}_t)^{\alpha+1} \, dt $$
for a fixed integer $\alpha>0$ and $T>0$? The trivial case $\alpha =0$ is $Y_0(T)=W_T$, given that $W_0 = 0$.
Note: By continuous time white noise, I mean the formal derivative of the Wiener process, $\dot{W}_t=dW_t/dt$. Its autocovariance is distributed according to a Dirac delta, $\langle \dot{W}_t \dot{W}_s \rangle = \delta(t-s)$, while for the Wiener process, we have $\langle {W}_t {W}_s\rangle = \min(t,s)$. Complementary approaches for the white noise may be found in this question, this, this, this or this. For reference, a discussion of integration with respect to the Brownian motion and white noise can be found here.