尝试呼叫时出现以下异常:
ManagementServiceV1X0 managementService = (ManagementServiceV1X0)factory.getPort(ManagementServiceV1X0.class, ManagementServiceV1.class);
Exception Class Name: org.springframework.context.NoSuchMessageException
Error Code: null - Screen Code: null - Description: ID - Teknical Error - Detail: org.springframework.context.NoSuchMessageException: No message found under code 'com.test.product.management.v1x0.ManagementServiceV1X0.endpoint' for locale 'en_US'.
答案 0 :(得分:1)
org.springframework.context.NoSuchMessageException: No message found under code 'com.test.product.management.v1x0.ManagementServiceV1X0.endpoint' for locale 'en_US'.
看起来缺少消息属性文件,或者消息文件中未定义密钥com.test.product.management.v1x0.ManagementServiceV1X0.endpoint
。