The Artima Developer Community
Sponsored Link

Web Services Forum
getting issue when i am calling web service from my application

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
rajesh Choudhury

Posts: 1
Nickname: rchoudhu
Registered: Dec, 2007

getting issue when i am calling web service from my application Posted: Dec 19, 2007 12:04 AM
Reply to this message Reply
Advertisement
i have written a sample web service using axis1.2 alpha and deployed in apache tomcat . Usind axis tool i created wsdl.again in RAD i am using axis1.2alpha i made wsdl2java.I got the 3 main interfaces class using these classes i can call the web service .I have written a stand alone class in RAD . It is working properly and i am getting the response back from web service .

But same peice of code what i have written in stand alone class i have written in my application but it is throwing exception . My application runs on RAD6.0 internal web sphere 6.0 server . What ever jars i used in stand alone class i used the same jars in my application.

Please Can any one help me to resolve this issue .

Below is the exception
E org.apache.axis.AxisEngine getTypeMappingRegistry ConfigurationException:
org.apache.axis.deployment.wsdd.WSDDException: javax.xml.rpc.JAXRPCException: Null serializer factory specified.
javax.xml.rpc.JAXRPCException: Null serializer factory specified.
at org.apache.axis.encoding.TypeMappingImpl.register(TypeMappingImpl.java:257)
at org.apache.axis.deployment.wsdd.WSDDDeployment.deployMapping(WSDDDeployment.jav a:354)
at org.apache.axis.deployment.wsdd.WSDDDeployment.getTypeMappingRegistry(WSDDDeplo yment.java:520)
at org.apache.axis.configuration.FileProvider.getTypeMappingRegistry(FileProvider. java:292)
at org.apache.axis.AxisEngine.getTypeMappingRegistry(AxisEngine.java:359)
at org.apache.axis.MessageContext.getTypeMappingRegistry(MessageContext.java:452)
at org.apache.axis.client.Call.getTypeMapping(Call.java:2156)
at org.apache.axis.client.Call.registerTypeMapping(Call.java:2191)
at org.apache.axis.client.Call.registerTypeMapping(Call.java:2234)
at userservices.UrnUserservicesSoapBindingStub.createCall(UrnUserservicesSoapBindi ngStub.java:138)
at userservices.UrnUserservicesSoapBindingStub.processOrder(UrnUserservicesSoapBin dingStub.java:158)
at com.s1.pso.sso.services.PSOBBNTSSOImpl.userMaintenanceOperation(PSOBBNTSSOImpl. java:98)
at com.s1.pso.web.sam.personnel.PSOAddSupportUpdateAction.execute(PSOAddSupportUpd ateAction.java:142)
at com.s1.arch.ui.action.CustomRequestProcessor.processActionPerform(CustomRequest Processor.java:200)
at com.s1.arch.ui.action.CustomRequestProcessor.process(CustomRequestProcessor.jav a:505)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
at com.s1.arch.ui.action.CustomActionServlet.process(CustomActionServlet.java:195)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at com.s1.arch.ui.action.CustomActionServlet.postFilter(CustomActionServlet.java:2 36)
at com.s1.arch.ui.filter.ServletChainLink.doFilter(ServletChainLink.java:23)

Topic: 08IEEE wireless communication  conference Previous Topic   Next Topic Topic: diff

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use