Re: [appfuse-user] web service client.

2008-06-09 Thread Ben Avery
I've used the Spring Web Service client instead, where the class WebServiceTemplate does all the work. here's a basic test method using basic auth on a secured service. you'll probably want to check what comes back more thoroughly, I was just testing the security on it. public void testGetA

Re: [appfuse-user] web service client.

2008-03-07 Thread Matt Raible
Since XFire is already included, you could use XFire's client. http://xfire.codehaus.org/Client+API Matt On 3/7/08, Flavio Froes <[EMAIL PROTECTED]> wrote: > What is the recomended web service client library for appfuse? Does anybody > have examples on how to implement a web service clients in a

[appfuse-user] web service client.

2008-03-07 Thread Flavio Froes
What is the recomended web service client library for appfuse? Does anybody have examples on how to implement a web service clients in appfuse? Kind regards, Flávio Oliva