0
임 2 일 동안 고생하고 인터넷에서 발견 한 거의 모든 것을 시도합니다. header securityContext에 username과 password가있는 SOAP 서비스가 있지만 PHP에서 해당 양식의 데이터를 제공하는 방법을 모릅니다.헤더 securityContext의 PHP SOAP 자격 증명
이 필요 헤더 XML :
<soap:Header>
<SecurityContext xmlns="http://tempuri.org/">
<userName>string</userName>
<password>string</password>
</SecurityContext>
</soap:Header>