http://social.msdn.microsoft.com/Forums/da-DK/biztalkgeneral/thread/3275834d-7dff-43a2-9a85-872f66079242
As I can see there is an error "'WPER_PK' in namespace 'http://omni'." error. The element 'WPER_PK' in your file has "" namespace.
Error in namespaces.
I would trace the source message before map, store it and use it to test the map.
Schema generated instance and adding value.
<ns01: myroot xmlns:="http://dfkdfjjkfjdk.com>
<ns01:firstelement>value1</ns01:firstelement>
<ns01:secondelement>value2</ns01:secondelement>
</ns01:myroot>
Above test message throws error.
Use follwoing test message
<ns01: myroot xmlns:="http://dfkdfjjkfjdk.com>
<firstelement>value1<firstelement>
<secondelement>value2<secondelement>
</ns01:myroot>
As I can see there is an error "'WPER_PK' in namespace 'http://omni'." error. The element 'WPER_PK' in your file has "" namespace.
Error in namespaces.
I would trace the source message before map, store it and use it to test the map.
Schema generated instance and adding value.
<ns01: myroot xmlns:="http://dfkdfjjkfjdk.com>
<ns01:firstelement>value1</ns01:firstelement>
<ns01:secondelement>value2</ns01:secondelement>
</ns01:myroot>
Above test message throws error.
Use follwoing test message
<ns01: myroot xmlns:="http://dfkdfjjkfjdk.com>
<firstelement>value1<firstelement>
<secondelement>value2<secondelement>
</ns01:myroot>
No comments:
Post a Comment