On Sun, Aug 28, 2011 at 2:15 PM, Deepak Singh <deepaksingh.kr@gmail.com> wrote:
Hi All,Even these days with app engine 1.5.3, JAS-WS client is not working even after they have added the supprt for this.I used JASWS2.1.7-20090419.jar. Created a client and run the app without GAE. Worked fine.But when i do the same thing by creating a project with GAE, i got the following exceptionjavax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not foundand when i addSystem.setProperty("javax.xml.transform.TransformerFactory","com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl");It simply fails always with timeout exception.Can anyone suggest me the solution.RegardsDeepakOn Fri, Dec 10, 2010 at 1:05 AM, ben <bentagger@googlemail.com> wrote:
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 <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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
--
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment