|
@@ -22,9 +22,9 @@ |
|
|
block discarded – undo |
|
22
|
22
|
{ |
|
23
|
23
|
$xml = ' |
|
24
|
24
|
<wsse:Security SOAP-ENV:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> |
|
25
|
|
- <wsse:UsernameToken atd:clientId="' . $client . '" xmlns:atd="http://api.atdconnect.com/atd"> |
|
26
|
|
- <wsse:Username>' . $user . '</wsse:Username> |
|
27
|
|
- <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">' . $pass . '</wsse:Password> |
|
|
25
|
+ <wsse:UsernameToken atd:clientId="' . $client.'" xmlns:atd="http://api.atdconnect.com/atd"> |
|
|
26
|
+ <wsse:Username>' . $user.'</wsse:Username> |
|
|
27
|
+ <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">' . $pass.'</wsse:Password> |
|
28
|
28
|
</wsse:UsernameToken> |
|
29
|
29
|
</wsse:Security> |
|
30
|
30
|
'; |
Please login to merge, or discard this patch.