Yes, but i can't remember all the step that i followed.

Take a look to this, it is similar in some way to your needs
http://stackoverflow.com/questions/2629297/is-it-possible-to-debug-gwt-client-code-on-a-remote-server-using-intellij-9-commu

The first step is the different one, where you must configure your
project to use Tomcat.

Let me know if this helped you :)

On 6 dic, 13:17, bond <daniele.re...@gmail.com> wrote:
> Hi nancho. I've a similar problem.
> I've a web project made with eclipse plugin that run on embedded
> jetty. I want to create a ws with axis2 but the axis2 plugin don't
> permit me to add a webservice because my project has not a server
> (Tomcat).
> Have you created a gwt project that can run on Tomcat with eclipse +
> gwt eclipse plugin?
>
> Can you give me some suggestions?
>
> Thanks very much
>
> Daniele
>
> On 5 Dic, 14:50, nacho <vela.igna...@gmail.com> wrote:
>
> > What i did was interact to the ws in my gwt app server code.
>
> > What i mean is, for example, if you are using RPC to comunicate to
> > your server, that you need to call to your ws in your MyServiceImpl
> > class and that's all.
>
> > But i have to say to you, that i needed to use JAX-WS and this lib is
> > not supported with appengine, so i had to run and deploy my app in a
> > Tomcat server. I don't know if this your case too.
>
> > On 4 dic, 04:36, satti <vsatish....@gmail.com> wrote:
>
> > > hi,
>
> > >        can any one help how to intract with webservice in GWT.
> > > actually i genarated Java code from WSDL by using apache axis2, so
> > > that where i hav to add that code in my GWT application, can u please
> > > tell me step by step because i m new to GWT........ can any one help
> > > me pls...
>
> > > Thank in advance....

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to