• 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

Exception thrown While Running a Client

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI all,

I wrote small helloworld webservice. While I try to execute the client it throwing Exceptions.

My Code is Following

Hello.java
-----------



HelloBean
---------



HelloClient.java
----------------



The following Exception is throws While I'm running my client


I'm Using JBoss4.2.0 as an application server. The soap url in the application server generated wsdl file is


Help me, resolve this problem.
Thanks & Regards,
Maheshwaran Devaraj
 
reply
    Bookmark Topic Watch Topic
  • New Topic