Dawid Rzeszutek
Dawid Rzeszutek
Well, not really, I know how to configure and register "Caller" or "Calee" but I still can't figure out how to retrieve query parameters from http context in the way...
First of all I think I misled you a little bit, I want to expose `CALLEE`, not `CALLER`. So lets assume that I have super simple service ping-ponging the server...
> I'm having the same issue with an AIF Dynamics Service only in .net core, do you know how to set in code the userPrincipalName? or the needed service indentity...
Well, I've set my identity with `new UpnEndpointIdentity("[email protected]")` (I guess UPN = UserPrincipalName) and now it works, thanks for good willings anyway @naojamg :)
I don't know how, but it looks like you predicted my next problem and your advice with switching the ports was soooo helpful. But why is AX generating "wrong" port?...
@chessdr This is part of my code with **TimesheetService** running. ```csharp using AxServices.Timesheet; // I "scrapped" my WSDL model to this namespace var timesheetServiceUrl = "net.tcp://:8201/DynamicsAx/Services/TimesheetServices"; // My binding, note...
@mconnew Point me to the issue in HttpClient, I will look at it in free time
That feature looks so cool! Is there any timeline when the next major version of SRT will be published along with this?