Hi
I am new to MS Dynamics CRM. I am trying to create proxy software (in the middle) between user's web browser (or mobile phone) and MS servers which access data that user submits to MS Dynamics CRM. In other words:
user <-> my app <-> MS Dynamics CRM
When I use firebug to inspect what kind of requests/responses comes from / to user's browser I can see that request SOAP body is encoded in some strange way:
instead of "<" there is & #60;
this makes parsing of SOAP body difficult for me. But even if I do decode those entities and change some content then I need to encode it in a correct way back before sending it to the server.
My question: is this somewhere documented how SOAP body should be encoded in MS Dynamics CRM requests?
*This post is locked for comments
I have the same question (0)