The
default port is 9080.
Default HTTPS Port Number: The port number for inbound SOAP requests
when HTTPS is being used as the transport mechanism instead of HTTP. The
default port is 9181.
Non proxy hosts: This is a pipe | separated list that contains all the hosts
that will be contacted directly instead of through a proxy server if a proxy
is enabled.
Proxy Host: The specifies the name of the proxy server for outbound SOAP
requests. If the proxy server requires authentication, then the Proxy user
name and Proxy user password properties can be specified. The port number
of the proxy server can be specified using the Proxy port property.
???
???
???
???
Binding Components
[ 66 ]
JDBC Binding Component
In some situations, you will find that you need to interact with a database as part
of your JBI applications. When interacting with the database, we can use the SQL
Service Engine as described in Chapter 3. Alternatively, if you have more limited
database needs, you can use the JDBC binding component.
The JDBC binding component can act as a provider or a consumer. When acting as a
provider, the component can issue these different DML commands to the database
either to select information from the database or to change data:
Select
Insert
Update
Delete
When acting as a consumer, the component can poll specified tables on the database
to find newly inserted data.
Pages:
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78