SOA Basic Authentcation

Submitted by code_admin on Fri, 07/20/2018 - 16:07

Add password to reference

<binding.ws port="http://www.service-now.com#wsdl.endpoint(ServiceNow_u_openaccesssoa/Ser…"
location="https://imperialdev.service-now.com/u_openaccesssoa.do?WSDL"
soapVersion="1.1">
orawsp:category="security" orawsp:status="enabled"/>

type="xs:string" many="false">WSDLDriven ServNow

    <property  name="oracle.webservices.preemptiveBasicAuth"  many="false"  override="may">true</property>
    <property  name="javax.xml.ws.security.auth.username"  many="false"  override="may">****</property>
    <property  name="javax.xml.ws.security.auth.password"  many="false"  override="may">****</property>
    <property  name="weblogic.wsee.wsat.transaction.version"  type="xs:string"  many="false">DEFAULT</property>      
</binding.ws>

RJM Article Type
Work Notes