You may have to whitelist the web service you are trying to invoke. This can be done from the gwr server vm argument/options in eclipse.
On Dec 6, 11:17 am, bond <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
