Como criar um webservice AXIS com Oracle

Fala Galera blz?!

Minha dúvida é o seguinte, como criar um webservice AXIS com conexao com banco de dados oracle
O que quero fazer algo bem sim!
O web service chama uma package onde passo dois parametros para fazer o insert na tabela
No meu caso que fiz deu erro:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">  
   <soapenv:Body>  
      <soapenv:Fault>  
         <faultcode>soapenv:Server</faultcode>  
         <faultstring>Class Not found : oracle.jdbc.OracleDriver</faultstring>  
         <detail>  
            <ns:WebDSClassNotFoundException xmlns:ns="http://org.ws/xsd">  
               <ClassNotFoundException xsi:type="axis2ns3:anyType" xmlns="http://org.ws/xsd" xmlns:ax21="http://sql.java/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">  
                  <cause xsi:nil="true" xmlns="http://www.w3.org/2001/XMLSchema"/>  
                  <exception xsi:nil="true" xmlns="http://www.w3.org/2001/XMLSchema"/>  
               </ClassNotFoundException>  
            </ns:WebDSClassNotFoundException>  
         </detail>  
      </soapenv:Fault>  
   </soapenv:Body>  
</soapenv:Envelope>  

como posso resolver isso?!