• 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

how to specify the element in the xsd?

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an method in which I need to pass parameters value some like this in the publish methods.



Instead of passing it as three parameters, I am trying to pass it as object storing these three parameters in the object record.

eg:



so that in publish method , I can get this



I am trying to create an xsd for these parameters. Kindly guide me how to do it. for me/events I can create an element in the xsd as

and refer it in an object



Kindly guide me, how to specify the element type for FacebookType.class in xsd so that I can give it as input in the wsdl operation publish record?

how to specify the element type for the function call in the publish method Parameter.with("name", "Party"))? Is it possible to define it as element in the xsd or need to do some other tricks?
 
reply
    Bookmark Topic Watch Topic
  • New Topic