[JBoss-user] [JBossWS] - Re: WS Beginner needs help with ejb ws endpoints and wsdl

2005-02-27 Thread [EMAIL PROTECTED]
You can use any decent IDE like IntelliJ to extract an interface from your SLSB 
implementation. For a service endpoint, the SEI is not something you generate 
it is an artifact you start off with.

If you expose the same set of methods through the SLSB's local or remote 
interface, then that can be your SEI (with minor modifications)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868116#3868116

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868116


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] [JBossWS] - Re: WS Beginner needs help with ejb ws endpoints and wsdl

2005-02-27 Thread balteo
Thanks,
Yes. I do have the  SEI but only for my hello world web service. I don't have 
the SEI for the ejb with over 120 methods. Can you tell me what is the tool I 
need in order to generate the SEI?
Julien.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868109#3868109

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868109


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: WS Beginner needs help with ejb ws endpoints and wsdl

2005-02-27 Thread [EMAIL PROTECTED]
There are two approaches in WS4EE deployment artifact generation.

A client usually uses "top down" and generates the SEI, SI, User types, 
jaxrpc-mapping.xml from a remote WSDL.

A service endpoint usually uses "bottom up" and generates the WSDL, 
jaxrpc-mapping.xml from a SEI.

If you managed to generate the WSDL you must have had a SEI, no?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868096#3868096

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868096


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: WS Beginner needs help with ejb ws endpoints and wsdl

2005-02-26 Thread balteo
Hello Dhaval,
Thanks for the tip. I managed to generate the wsdl using the jwsdp. Now I am 
left to write the service endpoint by hand. Can you point me in any direction 
to generate the service enpoint inteface automatically???
Thanks in advance,
Julien.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868061#3868061

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868061


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: WS Beginner needs help with ejb ws endpoints and wsdl

2005-02-24 Thread dhaval_shah_m
First of all you might want to familiarize yourself with the content in the 
following wikis for approaches :

http://www.jboss.org/wiki/Wiki.jsp?page=WSRPCServiceStepByStep
http://www.jboss.org/wiki/Wiki.jsp?page=WSRPCClientStepByStep
http://www.jboss.org/wiki/Wiki.jsp?page=WSClientDII

I will leave it up to you to find the wikis for WS based on Document Literals.

Also go through the posts to get a feel for the issues and questions. 

To answer your question in short, you have to use the wscompile that is 
currently bundled with jwsdp. There are several options to the wscompile and 
the above examples will hopefully help you out.

Thanks
Dhaval



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867808#3867808

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867808


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user