我是新用的Spring肥皂。我遵循了许多教程,并试图使我的需求适应这个示例,但一直没有成功,我收到了这样一条消息:没有为[saajsoapmessage]找到端点Map{http://example/efatura}文件请求
这是终点
@PayloadRoot(namespace = "http://example/eFatura", localPart = "DocumentType")
@ResponsePayload
public DocumentReturnType sendDocument(@RequestPayload DocumentType request) {
DocumentReturnType response = new DocumentReturnType();
response.setHash("Hash-123");
response.setMsg("Mesaj-SemaDeneme");
return response;
}
暂无答案!
目前还没有任何答案,快来回答吧!