EasyManua.ls Logo

BEA WebLogic - Identity Propagation

BEA WebLogic
294 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Creating Integration Business Services
4-24 BEA Systems, Inc.
<documentation>BAPI_MATERIAL_GET_DETAIL
</documentation>
<port binding="tns:BAPI_MATERIAL_GET_DETAILSoap"
name="BAPI_MATERIAL_GET_DETAILSoap1">
<soap:address
location="http://GERBER-2K.ibi.com:7001/ibse/IBSEServlet
/XDSOAPRouter"/>
</port>
</service>
</definitions>
Identity Propagation
If you test or execute a Web service using a third-party XML editor, for example, XMLSPY,
the user name and password values that you specify in the SOAP header must be valid. The
values are used to connect to SAP. The user name and password values that you provided
for SAP when you created a target using Application Explorer are overwritten for this Web
service request.
The following is a sample SOAP header that is included in the WSDL file for a Web service:
<SOAP-ENV:Header>
<m:ibsinfo xmlns:m="urn:schemas-iwaysoftware-com:iwse">
<m:service>String</m:service>
<m:method>String</m:method>
<m:license>String</m:license>
<m:disposition>String</m:disposition>
<m:Username>String</m:Username>
<m:Password>String</m:Password>
<m:language>String</m:language>
</m:ibsinfo>
</SOAP-ENV:Header>
Note: You can remove the following tags from the SOAP header, since they are not
required:
<m:disposition>String</m:disposition>
<m:language>String</m:language>

Table of Contents