For anyone facing the same issue, the description of how to do this is here
http://xfire.codehaus.org/Spring+Remoting

As well as creating interface and implementation, you have to add
appropriate mappings in xfire-servlet.xml and of course define the bean in
the application context.


fadhlirahim wrote:
> 
> Have you created a new service interface and implementation class and
> expose
> it as a webservice? Xfire will pick it up and it will be automatically
> expose as a web service.
> 
> On 10/10/07, George.Francis <[EMAIL PROTECTED]> wrote:
>>
>>
>> Yes, I have been through that tutorial.  Unless I'm missing something, as
>> my
>> original question asserts, this procedure explains how to expose existing
>> Beans to the built-in X-Fire implementation.
>>
>> What I'm trying to do is implement a second, separate webservice in my AF
>> application.
>>
>>
>> mraible wrote:
>> >
>> > Which version of AppFuse are you using? If it's 2.0, the following
>> might
>> > help:
>> >
>> > http://appfuse.org/display/APF/Web+Services
>> >
>> > Matt
>> >
>> > On 10/9/07, George.Francis <[EMAIL PROTECTED]> wrote:
>> >>
>> >> Hello All,
>> >> I am a relative new-comer to AppFuse but have been doing Java/Web Dev
>> for
>> >> years.  I just completed the AppFuse tutorials and have my basic
>> Spring
>> >> MVC
>> >> web-app up and CRUD-ing.
>> >> Now, I want to add a WebService to the application.  I'm aware that AF
>> >> has
>> >> X-Fire built in which it uses to expose the classes I create for CRUD,
>> >> but
>> >> this new webservice will offer different functionality (the AF
>> database
>> >> will
>> >> be used to configure this webservice).
>> >> I've looked at the XFire guide and tried to find the AppFuse
>> equivalent
>> >> to
>> >> /META-INF/xfire/services.xml in my own application, but without
>> success.
>> >> Can someone give me a hint how to configure a separate autonomous
>> >> WebService
>> >> within my AppFuse web-app:ninja:?
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/Implementing-a-second-web-service-tf4596578s2369.html#a13123568
>> >> Sent from the AppFuse - User mailing list archive at Nabble.com.
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >>
>> >>
>> >
>> >
>> > --
>> > http://raibledesigns.com
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Implementing-a-second-web-service-tf4596578s2369.html#a13124208
>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> /fadhli
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Implementing-a-second-web-service-tf4596578s2369.html#a13139951
Sent from the AppFuse - User mailing list archive at Nabble.com.

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

Reply via email to