i hav one flow service , i expose it as webservice. later i modified the flow service... how can it reflect the exsting webservice ?
its a interview question.......
I believe there is no need to make any changes unless you are changing the signature of the service(input/output) and the location(path), else you should generate a new WSDL and expose it
If u hav not worked on web services tell the interviewer that u hav not worked on web services. If u wana kno what happens really then try implementing the scenario so that u will never forget
golimipygy
i hav one flow service , i expose it as webservice. later i modified the flow service... how can it reflect the exsting webservice ?
its a interview question.......
Pradip
I believe there is no need to make any changes unless you are changing the signature of the service(input/output) and the location(path), else you should generate a new WSDL and expose it
Hawk
Unless input/output changed no need to recreate the wild
Asadul
It will work fine .. it will auto reflect to the existing web-service.
Hawk
If u hav not worked on web services tell the interviewer that u hav not worked on web services. If u wana kno what happens really then try implementing the scenario so that u will never forget
golimipygy
Pradip,asadul,hawk, thanks