You can work with SOAP(Client) services only through JAX-WS. If there is something which JAX-WS does not support, GAE will also not support.
Here JAX-WS does not support RPC style, so gae will also not. Can you generate client code using JAX-WS for the wsdl i have mentioned below ? Thanks Deepak On Sat, Feb 4, 2012 at 12:31 PM, Robert Kluin <[email protected]>wrote: > Hey Deepak, > Are you saying there's no way to work with SOAP services? I doubt > that is the case, I'd suggest you google a bit. > > > Robert > > > > On Fri, Feb 3, 2012 at 12:57, Deepak Singh <[email protected]> > wrote: > > Since GAE supports only JAX-WS client. > > It does not support Axis client. So i cant use axis to generate client. > > > > Thanks > > Deepak > > > > > > On Fri, Feb 3, 2012 at 12:05 PM, Robert Kluin <[email protected]> > > wrote: > >> > >> Hi Deepak, > >> What prevents you from using another client? > >> > >> > >> > >> Robert > >> > >> > >> > >> On Thu, Feb 2, 2012 at 14:42, Deepak Singh <[email protected]> > >> wrote: > >> > Hi All, > >> > > >> > We know that GAE supports web services client with JAX-WS 2.1.6 for > >> > document > >> > type wsdl. > >> > > >> > Now, I have a wsdl as mentioned below > >> > > >> > http://staging.ticketgoose.com/bookbustickets/services/TGSWS?wsdl > >> > > >> > and i want to create client on gae. Since this wsdl is RPC style and > >> > JAX-WS > >> > client does not support RPC style, so is it possible to generate > client > >> > for > >> > the same using jax-ws ? > >> > > >> > We are not left with any option as how to create client for this wsdl > as > >> > GAE > >> > does not support aything else other than JAX-WS. > >> > > >> > Thanks > >> > Deepak Singh > >> > > >> > -- > >> > 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. > >> > >> -- > >> 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. > >> > > > > > > > > -- > > Deepak Singh > > > > -- > > 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. > > -- > 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. > > -- Deepak Singh -- 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.
