The callback service appears in a separate WSDL from the forward service. For the simple-callback-ws example that I converted to use dynamically generated WSDL, the dynamically generated callback WSDL is available at http://localhost:8085/MyClientComponent?wsdl
The service name for the callback is "myService" but this does not appear in the above URI because of the SCA rule that components with a single service have URIs that don't include the service name. The component "MyClientComponent" has a single callback service "myService". Simon Nishant Joshi wrote:
I want to add something more in this topic that, I have generated wsdl on the fly but i can't see callback service method in the wsdl as it was there in sample simple-callback-ws. So is it possible to generated wsdl on the fly with callback service methods in wsdl? Is it necessary that callback service method be there in wsdl?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
