Hi,
I have a similar issue than this post :
I’m using a routing rule where i initially go thought a Binary transformer to the ITS Create Customer order and then to the LoadInboxMessage.
When using a String Transformer , everything works fine .
When i’m using a Binary transformer this message appears :
XMLPARSE_NAME:View name mismatch: BINARY_PARAMETER != ORDERS_REQUEST at Q2:1]
Both tests have the same xml format and data as the ouput of the transformer.
The main difference is the usage of a byte array as the ouput of the binary transformer.
Are their any modifications to the output XML format of my transformer ( or XML input format of the bizapi) that is different when using a binary transformer ?
Should my output data contains more information/ XML tags in my output byte array ?
Is their any specific encoding format that should be used on those bizAPI ? ( encoding base 64 , utf-8 etc )
What i’m i missing ?
I’m using IFS 10 UDP3 .
Thank you ,