• 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

Error on sending a request to webservice.

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I developed a webservice which is working good and giving expected result. But when I deploy the same application on Weblogic server (Production mode). When I give a request is failing giving following one line error.

[2013-04-08T19:42:19.664-07:00] [AdminServer] [ERROR] [] [oracle.webservices.jaxws] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: b1ca14b79d182439:398de59e:13dd71aa453:-8000-00000000000004b7,0] [ODL_TRACE_ID: E##S###ceTrace] [APP: em] Error while invoking endpoint "http://10.128.0.219:56011/E##S##ce/E##S###iceImplService" from client; Security Subject: Administrators


On the Soap UI client I am getting soap fault Nullpointer.

How can I make this service work?

Regards,

Swaroop Kunduru.
reply
    Bookmark Topic Watch Topic
  • New Topic