Er,, 
SOAP requests are sent over HTTP. So, its just like any other request. 
The tapestry filter should be able to intercept these, AFAIK. 


-----Original Message-----
From: Andreas Pursian [mailto:[EMAIL PROTECTED] 
Sent: 11 July 2008 15:12
To: Tapestry users
Subject: Re: T5: Integrating T5 webapp with Axis2 webservice framework

Thanks for your responses!

@kanga: thanks for the hint, i never heard about Apache CXF before. But the 
webservice itself is already running fine, at least as long as i don't use any 
T5 services.

@Mahen: I also thought in this direction. But i think while Axis2 just handles 
soap request, just altering the filter order won't help because tapestryFilter 
don't know anything about soap requests.  But maybe it is a possibilty to 
modify the tapestryFilter to propagate the service to the AxisServlet.

hmmm ... further suggestions?


Thanks a lot 

Andreas


-------- Original-Nachricht --------
> Datum: Fri, 11 Jul 2008 08:11:33 -0400
> Von: "kranga" <[EMAIL PROTECTED]>
> An: "Tapestry users" <users@tapestry.apache.org>
> Betreff: Re: T5: Integrating T5 webapp with Axis2 webservice framework

> Also checkout Apache CXF - with its full Jaxws annotations support and 
> spring integration, it is silly easy to turn a class into a web service.
> 
> ----- Original Message ----- 
> From: "Mahen Perera" <[EMAIL PROTECTED]>
> To: "Tapestry users" <users@tapestry.apache.org>
> Sent: Friday, July 11, 2008 6:44 AM
> Subject: RE: T5: Integrating T5 webapp with Axis2 webservice framework
> 
> 
> Not sure if this helps..
> >From what I know, Tapestry does its core of work in the Tapestry
> Filter,.
> 
> So, if you add this filter in to the filter list of the Axis Servlet,
> ,,, so that the Tapestry filter kicks in before the request goes to
> Axis,
> Then you should be able to get the Tapestry features ..
> 
> I might be missing something here tho.
> 
> 
> -----Original Message-----
> From: Andreas Pursian [mailto:[EMAIL PROTECTED]
> Sent: 11 July 2008 11:21
> To: Tapestry users
> Subject: T5: Integrating T5 webapp with Axis2 webservice framework
> 
> Dear list,
> 
> i'am working on a webapp which should be accessible through a normal
> html based interface and a webservice component. I use a couple of
> business delegate classes to seperate presentation and domain layer
> which i @Inject as a service into my page classes on the one hand and
> into my webservice skeleton classes on the other hand. So the problem
> is, while all webservice requests are handled by the AxisServlet, T5 IoC
> can't handle the injection for the businessdelegate classes.
> So my question is, if somebody knows a elegant solution for integrating
> T5 and Axis2 to give webservice skeletons access to T5 services.
> 
> thank you in advance
> 
> Andreas
> -- 
> GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
> Jetzt dabei sein:
> http://www.shortview.de/[EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> The information contained in this email is strictly confidential and for
> the 
> use of the addressee only, unless otherwise indicated. If you are not the 
> intended recipient, please do not read, copy, use or disclose to others
> this 
> message or any attachment. Please also notify the sender by replying to
> this 
> email or by telephone (+44 (0)20 7896 0011) and then delete the email and 
> any copies of it. Opinions, conclusions (etc.) that do not relate to the 
> official business of this company shall be understood as neither given nor
> endorsed by it. IG Index plc is a company registered in England and Wales 
> under number 01190902. VAT registration number 761 2978 07. Registered 
> Office: Friars House, 157-168 Blackfriars Road, London SE1 8EZ. Authorised
> and regulated by the Financial Services Authority. FSA Register number 
> 114059.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Psssst! Schon das coole Video vom GMX MultiMessenger gesehen?
Der Eine für Alle: http://www.gmx.net/de/go/messenger03

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

The information contained in this email is strictly confidential and for the 
use of the addressee only, unless otherwise indicated. If you are not the 
intended recipient, please do not read, copy, use or disclose to others this 
message or any attachment. Please also notify the sender by replying to this 
email or by telephone (+44 (0)20 7896 0011) and then delete the email and any 
copies of it. Opinions, conclusions (etc.) that do not relate to the official 
business of this company shall be understood as neither given nor endorsed by 
it. IG Index plc is a company registered in England and Wales under number 
01190902. VAT registration number 761 2978 07. Registered Office: Friars House, 
157-168 Blackfriars Road, London SE1 8EZ. Authorised and regulated by the 
Financial Services Authority. FSA Register number 114059.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to