This is a quick start guide - http://goopen.org/confluence/display/SM/1.+Quick+start
Looks like it references the wsdl differently, but I'm not sure what deployment method is being used. Good luck, Brice -----Original Message----- From: Christopher Moesel [mailto:[EMAIL PROTECTED] Sent: Monday, December 18, 2006 2:16 PM To: [email protected] Subject: RE: [xfire-user] RE: exposing a jsr181-annotated service to external clients I'm sorry-- I didn't read your original email close enough. Please forgive me. The target namespace really doesn't have anything to do with where the WSDL is published. Again, I don't know how it works with service mix, but in xfire it is: http://hostname:port/appname/services/MusicService?wsdl So-- in the link above you would probably change hostname to "localhost". As for port name, if service mix really listens for http on 1099, then I guess that's it-- but in JBoss, 1099 is used for RMI. Port 8080 tends to often be the default for http on java app servers. Not sure what appname would be in your case-- perhaps "servicemix"? Again, I'm not familiar with service mix configuration. You could also try it without using an app name (in case service mix deploys at the root). Sorry I can't be more helpful. Maybe someone else on the list has more experience w/ service mix. -Chris -----Original Message----- From: moraleslos [mailto:[EMAIL PROTECTED] Sent: Monday, December 18, 2006 2:57 PM To: [email protected] Subject: [xfire-user] RE: exposing a jsr181-annotated service to external clients Hi Chris, I've actually tried that and then change the target namespace to use localhost, i.e. http://localhost:1099/MusicService, while putting http://localhost:1099/MusicService?wsdl in my web browser. Still get an empty page. -los Christopher Moesel wrote: > > Los, > > I don't know if this is different on ServiceMix, but without ServiceMix, > you'd find the WSDL at: > http://ws.test.music.com/music/service/MusicService?wsdl > > Give it a try! > Chris > > -----Original Message----- > From: moraleslos [mailto:[EMAIL PROTECTED] > Sent: Monday, December 18, 2006 2:34 PM > To: [email protected] > Subject: [xfire-user] exposing a jsr181-annotated service to external > clients > > > I've deployed my jsr181-annotated service with the service name of > "MusicService" and a targetnamespace of > "http://ws.test.music.com/music/service/MusicService". Now what uri > must I > type to get the WSDL? BTW, I'm deploying this on Servicemix which uses > XFire internally. Thanks in advance. > > -los > -- > View this message in context: > http://www.nabble.com/exposing-a-jsr181-annotated-service-to-external-cl > ients-tf2841886.html#a7935033 > Sent from the XFire - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > > -- View this message in context: http://www.nabble.com/exposing-a-jsr181-annotated-service-to-external-cl ients-tf2841886.html#a7935392 Sent from the XFire - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
