There is a BS named Web Service Publisher. It can be used to get Web Service list and generate WSDL of a web Service. It is very useful if you want to integrate Siebel Web Services with Service Repository via exposing this BS as a Inbound Web Service.
You can find Business service simulator samples below,
Simulator Input
<?xml version=”1.0″ encoding=”UTF-8″?><?Siebel-Property-Set EscapeNames=”true”?><Test_spcService
Service_spcName=”Web Service Publisher”
Method_spcName=”GetWebServiceList”
Iterations=”1″
></Test_spcService>
Input Arguments Input
<?xml version=”1.0″ encoding=”UTF-8″?><?Siebel-Property-Set EscapeNames=”true”?><PropertySet
Namespace=”*”
WebService=”*”
></PropertySet>