S
sean rogers
hi
1. i have a biztalk orchestration that calls my web service.
2. My web service receives the BTS message and deserializes it
3. My webservice then takes the deserialized object and re-serializes it
into an XmlDocument before sending it to another component to be processed.
My question is - is there anyway to remove step 2 - the unnecessary
deserialization from the BTS message into my object.
Can i hack the deserialization code out of the webservice?
thanks
1. i have a biztalk orchestration that calls my web service.
2. My web service receives the BTS message and deserializes it
3. My webservice then takes the deserialized object and re-serializes it
into an XmlDocument before sending it to another component to be processed.
My question is - is there anyway to remove step 2 - the unnecessary
deserialization from the BTS message into my object.
Can i hack the deserialization code out of the webservice?
thanks