Open Closed

Integration Services #7777


User avatar
0
AbpRaven created

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)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    please share the <YourServiceUrl>/api/abp/api-definition?IncludeTypes=true result with me

    my email is shiwei.liang@volosoft.com

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    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

  • User Avatar
    0
    AbpRaven created

    Thank you so much! Please add this information into documentation

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    okay, we will consider this

Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13