2017-12-12 59 views
0

이 내가 실행하는 데 조금 너무 까다 롭습니다 비슷한 질문을 찾을 수 있어요 내 샘플 코드스프링 WS를 사용하여 동일한 네임 스페이스 및 로컬 파트로 요청에 대해 여러 끝점을 작성하는 방법은 무엇입니까?

@Endpoint 
public class NotificationEndPoint { 

    private static final String NAMESPACE_URI = "http://soap.sforce.com/2005/09/outbound"; 


    @PayloadRoot(namespace = NAMESPACE_URI, localPart = "notifications") 
    @SoapAction("Events") 
    @ResponsePayload 
    public NotificationsResponse handleEventRequest(@RequestPayload Notifications notificationsRequest) throws Exception {} 

} 
+0

그들은 당신이 그것을 실행하기 위해 어떤 방법을 식별 할 수없는 다른 다른 무언가가 있어야 할 수없는 정말 동일합니다. –

답변