- This topic has 9 replies, 5 voices, and was last updated 14 years ago by
support-swapna.
-
AuthorPosts
-
scotta1022MemberVersion: 8.5 Blue
Build id: 8.5-Blue-20100319We’re evaluating EclispseBlue. We’ve converted an app and am trying to run some tests. We’ve had trouble trying to generate WSDL from our EJB Session beans. We can do this is RAD via bottom the up or top down EJB web service option in the wizard.
In myEclipse all I see is a top down/bottom up java bean web service option, and it doesn’t work on session beans.
I understand I could front my session beans with a POJO and create the web service from that, but I need to confirm if myEclipse can work with session beans to generate working wsdl.
May 21, 2010 at 3:25 am #308543
support-shaliniMemberscotta1022,
I shall escalate this to the dev team member. They will get back to you on this.May 24, 2010 at 5:34 am #308580
scotta1022MemberThanks. Also – if Blue can’t generate web services from a session bean, is the a plugin that will do so.
June 3, 2010 at 6:20 am #308813
scotta1022MemberShalini, can I get a response to my question please?
June 9, 2010 at 5:16 pm #308955
Brian FernandesModeratorscott,
Sorry for the delayed response, I missed the note from Shalini on this subject.
Unfortunately MyEclipse cannot create a bottom up webservice from an EJB session bean. For the long term, I would recommend the use of a WSDL file to generate a top down webservice as the bottom up webservice generation process is not too flexible.
Incidentally – are you interested in developing JAX-WS web services or JAX-RPC web services?
June 15, 2010 at 1:09 pm #309113
scotta1022MemberHi Brian, thanks for the response.
We don’t do any top down development in my area, and we definitely need the ability to produce wsdls off of pre-existing implementations. It sounds like if we are to use Blue then we will need to introduce pojo business delegates and create our wsdls from that. We are currently using EJB 2.1. Using EJB 3, can you use bottom up using a java class or would we still need to introduce a delegate? Let me know if you have other options in mind.
We are currently developing JAX-RPC web services. I think eventually we will switch to JAX-WS.
June 15, 2010 at 4:46 pm #309119
Brian FernandesModeratorscott,
Following your request, we are going to add the ability to create web services directly off session beans in the MyEclipse 9 timeframe. Unfortunately, until then – the approach you suggested is correct for both EJB2 and EJB3 projects.
June 16, 2010 at 5:41 am #309145
scotta1022MemberSounds good Brian, thanks for the info.
June 6, 2011 at 12:22 pm #317325
drpMemberHi Brian,
Was this feature added to MyEclipse Blue 9?
Thanks,
DanielJune 7, 2011 at 2:53 am #317338
support-swapnaModeratordrp,
Due to certain other priorities we were not able to target it to MyEclipse Blue 9. We are going to work on it in MyEclipse 10 with increased priority.
Sorry for the inconvenience caused.
-
AuthorPosts