09-08-05 05:25 PM
I have an "Operation" that where the request consumes a message of type Sy
stem.Xml.XmlDocument and the response sends out a message of the same type.
In the client, I am calling this web method and passing the XmlDocument obje
ct, which contains the xml string.
In the orchestration I want to take this XmlDocument and compare it with a s
chema I have. Then transform the incoming schema to another schema(which I k
now can be done with a map), then convert back this to System.Xml.XmlDocumen
t object and send it back.
Can anyone help me with this?? I am very desperate.
[ Post a follow-up to this message ]
|