Configuring FMW URLs for Inbound Web Services
URL-based authentication is disabled by default. SOAP Header authentication is recommended. An example of the new URL is as follows:
http://sdchs20n513.corp.siebel.com/eai_enu/
start.swe?SWEExtSource=WebService&SWEExtCmd=Execute&WSSOAP=1
An example of the SOAP Header is as follows:
<soapenv:Header>
<ns1:SessionType xmlns:ns1="http://siebel.com/webservices">none</ns1:SessionType>
<ns2:UsernameToken xmlns:ns2="http://siebel.com/webservices">SADMIN</
ns2:UsernameToken>
<ns3:PasswordText xmlns:ns3="http://siebel.com/webservices">MSSQL</
ns3:PasswordText>
</soapenv:Header>
To configure FMW URLs for the inbound Web services, follow this procedure.
To configure FMW URLs for inbound Web services
In the Administration - Web Services screen, then the Inbound Web Services view, run the following query:
*ISS *; * Update Order *; SWI*
In the middle Inbound Service Ports list applet, change the address to the following:
http://localhost/eai_lang/start.swe?SWEExtSource=WebService&SWEExtCmd=Execute&WSSOAP=1
Note: Replace the string localhost, lang with the correct information from your Web server.Repeat the preceding steps for all inbound Web services.
For more information, see the Siebel Enterprise Application Integration (EAI) guides.