How to host middle ware or website on iis manager for Siebel

Go to web server and paste the published code on below path (you can chose any path):

C:\inetpub\wwwroot

mw01


Now from Start  (press windows key) type iis and open "Internet Information Services (IIS) Manager".

mw02
mw03


Right click on "Site" folder and from menu click on "Add Website.."

mw04
mw05


Provide the "Site name", "Physical path" (from step 1) and "Port" and click "OK" button. All done.

mw07


For testing right click on newly added and from menu go to "Mange Website" and from its child menu click on "Browse". Site will be open in default browser.

mw08

In my case I need to access the asmx page so I added my asmx page path (after the default folder selected in physical path).

mw09

In case if it is middle ware for external service, from "Service Description" link get the wsdl definition (copy the code from <wsdl:definitions to </wsdl:definitions> and save as ".wsdl" using notepad) and import in Siebel.


See also:

How to import wsdl in Siebel Tools
How to create and publish Inbound Web Service in Siebel based on Workflow

← Back to Home

Comments

Post a Comment