![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
To import the WSDL files into TIBCO BusinessConnect configuration, navigate to the TIBCO_HOME/bc/version_number/protocols/soap/tools/wsdl directory and run the following commands:
− Windows wsdlimport.exe
− Unix ./wsdlimport
• Operation bindings are created for the operations imported through the WSDL by selecting BusinessConnect > Business Agreement > Agreement Name > SOAP > Host X can initiate of that particular host and partner mentioned in the wsdlimport.tra file. Business agreement is created if it is not present before the import process. The Override Transports check box in the Transports tab of these operation bindings is selected, and primary transport is set to the transport created under partner for this particular operation.
• The Require Digital Signature, Require Content Encryption, and Require UsernameToken Authentication check boxes for that operation in Operations Editor are always unselected after the import process if at least one schema for that operation is in WSDL. The Validate Message check box for that operation in Operations Editor is always selected.TIBCO BusinessConnect SOAP Protocol WSDL import tool uses the wsdlimport.tra file in the TIBCO_HOME/bc/version_number/protocols/soap/tools/wsdl directory for configuration and command line arguments.Table 50 and Table 51 describe the properties in the wsdlimport.tra file that you can use to modify for WSDL import process.
java.property.bc.repo.db.user=database userjava.property.bc.repo.db.password=database password java.property.bc.repo.db.url=JDBC URLjava.property.bc.repo.db.driver=JDBC Driver
java.property.wsdlfilename=WSDL filename java.property.tradingpartner=trading partner name java.property.hostname=host name java.property.wsdl.soap.version=SOAP version Specify the SOAP version of the imported WSDL file, such as SOAP1.1 or SOAP1.2. You can use this parameter to update the SOAP version of a trading partner in configuration store.The default SOAP version is SOAP1.1.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |