Search code examples
c#asp.netweb-servicessiebel

To use Siebel web service with C# ASP.NET applications(Web Services)


Since I am a newbie to Siebel web services,Could anyone please give me information about how to invoke a Siebel web service(inbound and Outbound) in C# .NET application and using them with web service or windows services?


Solution

  • Simple steps are:

    1. Select the mode (inbound or outbound)
    2. Configure the business logic in Workflow or Business Service
    3. Configure the Web service in application (go to site map > web services)
    4. In application, make sure configure the port url correctly
    5. From the application, generate the WSDL
    6. From .Net or Java or any consumer call the WS using the WSDL contract.

    For details please refer the Bookshelf.

    Remember if logic is ready then consuming or exposing a business logic is required 10 minutes configuration. :)