The WSDL should be at: http://localhost:8080/services/UserService?wsdl
Matt On 8/13/07, fadhli <[EMAIL PROTECTED]> wrote: > Hi Matt, > > A newbie question on webservices. How exactly do we access the UserService? > > > On 8/14/07, fadhli < [EMAIL PROTECTED]> wrote: > > Hello, > > > > Thanks Matt, I just found out about this, I didn't notice the UserService > class before. I'll try it out. > > > > > > > > > > On 8/14/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > > What version of AppFuse are you using? If it's 2.0 M5, it's as simple > > > as adding a @WebService annotation to your interface and something > > > like the following to your implementation: > > > > > > @WebService(serviceName = "UserService", endpointInterface = > > > "org.appfuse.service.UserManager") > > > > > > Here's the issue we used to track XFire integration in M5: > > > > > > http://issues.appfuse.org/browse/APF-488 > > > > > > Here's the integration steps from Luke McLean: > > > > > > > http://www.nabble.com/Re%3A-xFire-1.2.4-integration-steps---Corrected-p10025579s2369.html > > > > > > We should probably write up a "Web Services" tutorial as part of the > > > Services tutorial. If you'd like to enter an issue for this, I'll make > > > sure it happens before RC1. If you want RC1 to happen faster, feel > > > free to create the page yourself and I'll be happy to review it. > > > > > > Matt > > > > > > On 8/12/07, fadhli < [EMAIL PROTECTED]> wrote: > > > > Hello everyone, > > > > > > > > I noticed that there's an interface that is expose as a web service. > > > > > > > > How do I do that to other services? What are the steps involved? > > > > > > > > > > > > > > > > -- > > > > /fadhli > > > > > > > > > -- > > > http://raibledesigns.com > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > -- > > /fadhli > > > > -- > /fadhli -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
