• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

sopa exception

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using SOAP-2_3_1 with JRun3.1 and Xerces1.3,
When I try to deploy the sample service urn:AddressFetcher using the ServiceManagerClient, I get the following error:
java org.apache.soap.server.ServiceManagerClient \
http://localhost:9000/soap/servlet/rpcrouter deploy DeploymentDescriptor.xml
Ouch, the call failed:
Fault Code = SOAP-ENV:Server.Exception:
Fault String = java.lang.NoSuchMethodError
I almost end up getting the above error for anything I do with servlet/rpcrouter in Lieu with sample applications. I could deploy same service using the soap application deployed on the admin server(I had porblem deploying on the default server).
Any pointer would be appreciated.
 
thakur thakur
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After digging into the docs for soap I found that I need a namespace aware parser and xercer1.3.1 is certainly not (after trying the testjsp page provided by http://ws.apache.org/soap/faq/faq_chawke.html#Q1_2). Could someone point me to the site for downloading xerces parser that is name space aware, I tired Xerces1.4.1 but the problem persists. Or, is there any setting tha tI am missing to make the parser NameSpace aware?
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://xml.apache.org/xerces2-j/index.html
 
reply
    Bookmark Topic Watch Topic
  • New Topic