This is a sample header of a SOAP message containing an object ID for the object specified in the sample WSDL, using the WSDL-defined <OrderInfoID> SOAP element:
Thus, for all Web service objects that require object IDs, your client application must parse out the object ID value in the <UUID> element contained by the object ID element (<OrderInfoID> in the example) and returned in the SOAP response header at object creation, whether it happens automatically or you must program it explicitly. Similarly, for every SOAP request sent by a method invoked on this same object, your client application must create an object ID element containing a <UUID> element that holds this identical object ID value in the SOAP header of the request message.
For examples of SOAP headers that contain object IDs and sample code that handles object IDs, see the following chapters:
For examples of client applications that handle object IDs, see the sample OpenEdge Web service applications available on the Documentation and Samples (
doc_samples) directory of the OpenEdge product DVD. For information on how to access these applications, see
Sample SOAP Web service applications.