I'm implementing a web service that uses the callback mechanism to deal with client-authentication. I've set the webservices and my own client up to implement the callback stuff and everything is working as expected.
The question I have is this: is there some way, if a person out there in the world browsed and found my wsdl, they would know they need to implement the callback functionality to successfully invoke my web services? Or, perhaps, do I need to tell each and every client about needing to invoke the callback functionality? Another quick question: I've implemented my client-side classes using Java; is there anything special about implementing implementing callback functionality in .NET client-side classes? -- View this message in context: http://old.nabble.com/How-does-client-know-it-needs-to-implement-a-callbackhandler--tp27344498p27344498.html Sent from the cxf-user mailing list archive at Nabble.com.
