I do not know what JASWS2.1.7-20090419.jar is, but a WS client in
appserver worked for me without including any additional WS jar files.

On Aug 28, 5:14 pm, Deepak Singh <[email protected]> wrote:
> Any workaround pls..
>
> On Sun, Aug 28, 2011 at 2:15 PM, Deepak Singh <[email protected]>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 exception
>
> > javax.xml.transform.TransformerFactoryConfigurationError: Provider
> > org.apache.xalan.processor.TransformerFactoryImpl not found
>
> > and when i add
>
> > System.setProperty("javax.xml.transform.TransformerFactory","com.sun.org.ap 
> > ache.xalan.internal.xsltc.trax.TransformerFactoryImpl");
>
> > It simply fails always with timeout exception.
>
> > Can anyone suggest me the solution.
>
> > Regards
> > Deepak
>
> > On Fri, Dec 10, 2010 at 1:05 AM, ben <[email protected]> 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 <[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.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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-appengine?hl=en.

Reply via email to