Hello!
Need some ideas for following problem:
I have designed two forms which are provided based on an id to different stores.
The people in the store fill out the form and send them back by outlook to our system.
The system receives the message and reads the attached form and parses the xml with a simple transformation and saves the data to database.
Now my problem is, that these two forms need now different transformations. How can i find out, which form is attached in the message to choose the right simple transformation? Because i want to use the same inbound process for both forms.
My only idea is, to convert the xstring to string and search for some special characters like formname to find out, wich form is incoming. Does anybody have an idea for my problem?