cnzakii commented on issue #14023:
URL: https://github.com/apache/dubbo/issues/14023#issuecomment-2032168181

   This is a misunderstanding caused by habitual thinking, perhaps because 
you're accustomed to data being passed in JSON format.
   ![2024-04-02_22 08 
27](https://github.com/apache/dubbo/assets/91261012/3c9df4d0-5108-46de-a8f8-187b832ff3a6)
   ![2024-04-02_22 09 
52](https://github.com/apache/dubbo/assets/91261012/60bc2a56-6284-4bc2-8e02-fa75d95ff196)
   
   The PojoGreeter interface definition explicitly specifies the parameter type 
as String. Therefore, the method receives a string as data. In the 
implementation class PojoGreeterImpl, the received parameter is simply 
concatenated. Hence, the response you obtained is completely correct.
   
   Below is the result obtained by calling the operation using the 
TriPojoClient from the provided sample, and the response matches yours exactly.
   
   ![2024-04-02_22 11 
06](https://github.com/apache/dubbo/assets/91261012/2c8fc004-3625-42aa-baa1-57878e130c07)
   ![2024-04-02_22 11 
45](https://github.com/apache/dubbo/assets/91261012/a2f3f9fa-2d9b-4120-9bd5-91791f0092df)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to