• 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

JCA Consuming legacy System WebService

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Experts:
I have webservice ready small legacy system.
I wish to consume webservice in Resource adapter.
But I am facing some remote exception while consuming webservice in resource adapter.

expert comments please.

Shekhar
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Surely you have some more information than that - exactly what remote exception? What error is recorded in the web service logs? What is the version of the webservice? the hardware? the operating system?
My mindreading only extends to the next room.
 
Shekhar Chiplunkar
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you William for your reply.
All exception are occured on client part (EJB) and j2ee server where resource adapter/and RAR client(EJB)
I have installed Apache Axis. Axis example sample has echo service running properly.
I am now trying to consume above echo service in resource adapter.

EJB is client for resource adapter.
Following log is created in J2EE log where EJB and resource adapter are deployed.


Following log is created on command prompt.


Please Comment regarding
1. above errors/exceptions ,
2. approch to consume webservice through resource adapter.
3. additional things to be consider to consume webservice through RAR
thanks in advance
Shekhar
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic