2.4.3.2 Maple
Order:=6; 
ode:=x*diff(y(x),x)+y(x) = 0; 
ic:=[y(0) = 1]; 
dsolve([ode,op(ic)],y(x),type='series',x=0);
 
\[ \text {No solution found} \]

Maple trace

Methods for first order ODEs: 
--- Trying classification methods --- 
trying a quadrature 
trying 1st order linear 
<- 1st order linear successful