Prev | Current Page 135 | Next

Binildas A Christudas

"Service-Oriented Java Business Integration"

xml as shown above. The most important
thing to note here is the jndi-name whose value we have configured as
sample-statelessSession-TraderHome.
Apache SOAP Binding: The DeploymentDescriptor.xml contains entries as
shown in the following code:

id="urn:ejbhello">
scope="Application"
methods="hello">
value="sample-statelessSession-TraderHome"/>
value="samples.HelloServiceHome" />
value="t3://localhost:7001" />
value="weblogic.jndi.WLInitialContextFactory" />


org.apache.soap.server.DOMFaultListener


Here, we can note that we have given the value sample-statelessSession-
TraderHome for the key JNDIName. So, here we are referring to the EJB service
we deployed previously. We have configured weblogic.jndi.


Pages:
123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147