Hello there,
I've got an Orchestration which receives an XML message through a
webservice (generated by the Biztalk Web Services Publi****ng Wizard).
Nothing special there. Once the message is in the orchestration i
want to transform the message in a mapper to another XML format. All of
this
works great on my development box but not so great in the testing
environment
because all the elements of type xs:dateTime are lost when or before the
message enters the Orchestration. Also 1 element of type xs:boolean gets
lost
while other elements of type xs:boolean process as intended.
I created a trace listener that listens on IIS and i can see that the
message enters IIS with the xs:dateTime elements intact so it seems they
get
lost between IIS and Biztalk maybe during serialization? I tried al kinds
of
stuff to get my hands around the problem but i'm out of inspiration so i
hope
one of you might have a clou.
Thanks for your thoughts,
Erik