|
JohnD -> RE: Web service schema (4 March 2008)
|
Siva, to assign a value to an element of the schema, you need to create a message instance of the schema. For example, when you perform a map transformation you have to supply an incoming message instance, and an outgoing message. Once you have the instance you can then use an expresison shape to assign a value to the element you want - either by using an xpath expression or by promoting an lement of the message. Basically, your error is telling you you need to construct a message instance before you can assign something to it. You can do this, for example by using a map, or by a construct message shape. John D.
|
|
|
|