• 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

CXF Dynamic WS Client

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

i am looking to create ws dynamic client like below



The problem what i am facing here is that for one of the property like part doesn't have the SetPart() in the service, so it producing the error as follow

"Exception in thread "main" java.beans.IntrospectionException: Method not found SetPart();

i have checked my service implementation SetPart() is not there and also it states that for adding the part i need to use GetPart() as below:

RequestTypevalue.GetPart().add(List);

If somebody provides information on how to solve, it would be helpful.

Thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic