Oh.... It is so simple and really I did it as a demo for myself.
The webservice consumer provides the call with the same parameters as the GENERATE_PWD function in aware.
The webservice provider.... that app... should receive the parameters into a BO IncomingParameters, it should then calculate a password using
the GENERATE_PWD function and return the result to the webservice consumer in a BO called CalculatedResult.
Is that what you mean?
The bsv does nothing else other than that.