• 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

@WebServiceProvider Questions

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

i am planning to create a web service endpoint using the provider interface ( @WebServiceProvider ) and right now i am tryieng to evaluate this approach . for that can any one please give me answers to the following questions

1) can we use @WebServiceProvider to create a web service from an existing statless session bean . meaning can i use bothe @WebServiceProvidrer and @Stateless at the same time

2) i have tried to make a web service using the provider interface but the container never generates a WSDL file and by the way i am using glassfish v3.1 . so why it cant generate a WSDL file

3) do you know any disadvantages for using this approach

thanks in advance
 
Does this tiny ad smell okay to you?
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic