EasyManua.ls Logo

IBM BJ0NJML - Service And Asset Management - UDDI Registration; Integration Web Service Invocations

IBM BJ0NJML - Service And Asset Management
330 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...
UDDI Registration
256
Integration Guide
UDDI Registration
You can register deployed Web services in a UDDI registry by configuring the
following global properties in the System Properties application:
If you specify values for the UDDI registry publish URL and inquiry URL
properties, the system registers the Web service in the UDDI registry. To bypass
UDDI registration, do not specify any values for these properties.
Only the tModel for the Web Service Definition Language is registered in the
UDDI registry. The businessEntity, businessService, and bindingTemplate are not
registered. The UDDI registration entry contains the URL to the Web Service
Definition Language document.
Integration Web Service Invocations
You can invoke integration Web services by using Dynamic Invocation Interface
(DII) that uses the JAX-RPC API. You can also generate client stub programs by
using a Web services tool of your choice, such as IBM WebSphere Application
Server or Microsoft
®
.NET Framework. The Web service tool must reference the
system generated Web Service Definition Language and schema files. The
WebSphere Application Server provides the tool WSDL2Java.
When a Web service is invoked, the response is synchronous. A successful
response returns an HTTP response code of 200.
By default, SOAP faults that are returned do not contain the server side stack
trace, as it represents a potential security risk. However, you can change this
function by changing the following parameter value in the axis2.xml file from
false to true. You can access the axis2.xml file in the global directory/axis2 directory.
parameter name="sendStacktraceDetailsWithFaults"
locked="false">true</parameter>
When invoking any of the integration Web services, the system processes the
message to the business objects. The system then returns a response to the
invoker.
If you have configured the enterprise service to use a JMS queue, the system does
not return any content with the response. As soon as the message is dropped into
the queue, the system returns a response to the invoker and asynchronously
moves the message from the queue to the business objects.
System Property Description
mxe.int.uddipuburl Integration UDDI Registry Publish URL
mxe.int.uddiinqurl Integration UDDI Registry Inquiry URL
mxe.int.uddiname Integration UDDI Registry User ID
mxe.int.uddipassword Integration UDDI Registry Password

Table of Contents

Related product manuals