Namespace definitions

XML namespaces are used for providing uniquely named elements and attributes in an XML document

The following section of the Service Manager IncidentManagement wsdl shows the namespace definitions.

- <definitions targetNamespace="http://servicecenter.peregrine.com/PWS" 
xmlns="http://schemas.xmlsoap.org/wsdl/" 
xmlns:cmn="http://servicecenter.peregrine.com/PWS/Common" 
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" 
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" 
xmlns:ns="http://servicecenter.peregrine.com/PWS" 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://schemas.xmlsoap.org/wsdl/ 
  http://schemas.xmlsoap.org/wsdl/">