Hi Martin, Thanks for your reply. I am not creating the WSDL as the web service I am using is a 3rd party WS and I use their WSDL to generate Client Java stub (WSDL2Java)
mgainty wrote: > > > did you try > > Java2WSDL -dlb -cn FullyQualofiedPackageAndClass > to create doc/lit wsdl > > Martin Gainty > ______________________________________________ > Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité > > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht > dient lediglich dem Austausch von Informationen und entfaltet keine > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le > destinataire prévu, nous te demandons avec bonté que pour satisfaire > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la > copie de ceci est interdite. Ce message sert à l'information seulement et > n'aura pas n'importe quel effet légalement obligatoire. Étant donné que > les email peuvent facilement être sujets à la manipulation, nous ne > pouvons accepter aucune responsabilité pour le contenu fourni. > > > > >> Date: Thu, 13 Aug 2009 07:01:47 -0700 >> From: [email protected] >> To: [email protected] >> Subject: Re: Axis2 Client in Weblogic: >> org.apache.axis2.deployment.DeploymentException >> >> >> Guys, Any takers for this? >> >> >> IamSam wrote: >> > >> > Hello Members, >> > >> > I am using Stub generated by Axis2 1.4 (WSDL2java) in a TimerTask >> > scheduled inside Weblogic 9.0. It works normally but some times throws >> > this exceptions and then onwards stops working >> > >> > org.apache.axis2.deployment.DeploymentException: The following error >> > occurred during schema generation: Class Not found : >> > sample.axisversion.Version >> > >> > at >> > >> > ctx = >> > >> ConfigurationContextFactory.createConfigurationContextFromFileSystem("Axis2_14_DIR\\repository","Axis2_14_DIR\\conf\\axis2.xml"); >> > >> > >> > >> > Here are the details, >> > >> > WebService: .net based webservice >> > Client: Java Thread scheduled by Timer (inside Weblogic. Its a Webapp) >> > Version: Axis2 1.4, Rampart 1.3 >> > >> > I have not deployed Axis2 inside weblogic but have copied the jars >> inside >> > the lib folder of my project and create the Context using the path of >> > Axis2.xml. >> > >> > Is it happening because I create a new Object everytime in each thread >> and >> > something is messing up because of that. >> > >> > Thanks, >> > Sameer >> > >> >> -- >> View this message in context: >> http://www.nabble.com/Axis2-Client-in-Weblogic%3A-org.apache.axis2.deployment.DeploymentException-tp24943227p24954652.html >> Sent from the Axis - User mailing list archive at Nabble.com. >> > > _________________________________________________________________ > Express your personality in color! Preview and select themes for Hotmail®. > http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=PID23391::T:WLMTAGL:ON:WL:en-US:WM_HYGN_express:082009 > -- View this message in context: http://www.nabble.com/Axis2-Client-in-Weblogic%3A-org.apache.axis2.deployment.DeploymentException-tp24943227p24957646.html Sent from the Axis - User mailing list archive at Nabble.com.
