• 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

return complex typ

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to return java class in web service but web service return null. This is what i have done.




CLIENT





I should do anything else please help. Thanks in advance for help
[ August 05, 2008: Message edited by: argol diomolpol ]
 
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
Where is the code that catches exceptions and reports them?

If this was my problem I would use TCPMON to examine the exact text of request and response. Client side code can easily hide the real problem.

Bill
 
argol diomolpol
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Whene i invoke web service in client i have java.lang.NullPointerException.
I ma using Jboss and i have uncomment logging SOAP messages. In this message there are values and this values are correct so somthing must be wrong with client but what?
 
reply
    Bookmark Topic Watch Topic
  • New Topic