SOAP request doesnt get a respone

1
Hi, I’m new to webservices and I have to do a SOAP request for getting some information about customers from my microsoft CRM. I have used the import web service from the domain model and i have tried to configure everything but something is not working and i dont know what.   Below I give you some screens: this is the microflow… where i create the entity for the request body. this is my response import mapping     this is my export mapping…   And this is the web services:           The POST method is working but it seems there’s an infinite loop or the search is not working. Can someone help me with this?   Luca    
asked
1 answers
1

I think Dynamics CRM uses a non standard SOAP Request, the problem is the authentication with Aouth2. I use a .NET WebService through Mendix and CRM

 

answered