| Andre Voth 2006-01-27, 9:27 pm |
| Hello,
today I ran into a big problem using BizTalk 2006 Beta 2. One of our
customers is sending XML data over HTTP. But the way he does it is a bit
tricky. He uses the following format:
HTTP POST
http://servername/btshttpreceive.dl..._DATA_GOES_HERE
Now I have to find a way to read (parse) the different values out of the
calling string and then put the value "data" into a schema I can use to
transform the message and send it to CRM 3.0.
I searched a lot, but nowhere I can find information about parsing the url.
Our customer is using this kind of XML transport because he also uses php to
receive the XML data and says, that this way is easier under PHP.
Can anybody tell me how to geht the "URL XML value" into a beautiful schema
to map it?
Thank you very much!
Andre
|