hi everyone. I have microservises template. and I am trying to implement commutication between servises vie Integration Services. Do you have same sample how to implement it? In documentation (https://abp.io/docs/latest/solution-templates/microservice/http-api-calls) i can see that on client side we have to use HttpClient. Does it mean we have to use this one (https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=net-8.0) or something from ABP?
Thank you in advance.
29 Answer(s)
-
0
please share the
<YourServiceUrl>/api/abp/api-definition?IncludeTypes=true
result with memy email is shiwei.liang@volosoft.com
-
0
The CLI expects the DTOs namespace to start with or be consistent with the application service's namespace.
xxx.IdentityService.Controllers
xxx.IdentityService.Interfaces.Services
xxx.IdentityService.Dtos
change them to :
xxx.IdentityService.Services
xxx.IdentityService.Services
xxx.IdentityService.Services.Dtos
-
0
Thank you so much! Please add this information into documentation
-
0
Hi,
okay, we will consider this