WebSphere Application Server Network Deployment, Version 6.0.x   Operating Systems: AIX, HP-UX, Linux, Solaris, Windows
             [TIP: Focusing the table of contents and search results]

Web services enabled module - deployment descriptor settings (ibm-webservices-bnd.xmi file)

This article is an introduction to the ibm-webservices-bnd.xmi deployment descriptor file.

The ibm-webservices-bnd.xmi file is a deployment descriptor for a Web services-enabled Web module or an Enterprise JavaBeans (EJB) module. This file contains information for the Web services run time that is required by WebSphere Application Server.

You can edit these properties using an assembly tool. See Configuring the ibm-webservices-bnd.xmi deployment descriptor for instructions.

The following user-defined assembly properties are supported: You can change scope value for a deployed Web service using the administrative console. Click Enterprise Applications > application > Web modules or EJB modules > module > Web Services Implementation Scope.

Bindings file examples

The following examples demonstrate the spelling and position of the various attributes. You cannot cut and paste these examples because they do not contain the required ID attributes. If you add elements to a binding file template generated by the WSDL2Java command, you must confirm that each element has an ID attribute with a unique string value. Review the template xmi files generated by the WSDL2Java command for examples of ID strings.

<com.ibm.etools.webservice.wsbnd:WSBinding xmi:version="2.0" xmlns:xmi=
"http://www.omg.org/XMI" xmlns:com.ibm.etools.webservice.wsbnd=
"http://www.ibm.com/websphere/appserver/schemas/5.0.2/wsbnd.xmi">
	<wsdescBindings wsDescNameLink="AddressBookService">
		<pcBindings pcNameLink="AddressBook" scope="Application"/>
	</wsdescBindings>
</com.ibm.etools.webservice.wsbnd:WSBinding>



Related tasks
Configuring the ibm-webservices-bnd.xmi deployment descriptor
Configuring the webservices.xml deployment descriptor
Configuring the webservices.xml deployment descriptor for handler classes
Assembling Web services applications
Reference topic    

Terms of Use | Feedback

Last updated: Mar 8, 2007 8:14:28 PM CST
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/rwbs_assembprop.html

© Copyright IBM Corporation 2005, 2006. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)