Il mio problema è che mi restituisce fisso l'errore di token:
"WSEC5075E: No security token found which satisfies any one of
AuthMethods"
Parlando con i tecnici fornitori del WS mi hanno mandato un esempio di
come deve essere fatta la richiesta:
Vi mando la parte incriminata:
<soapenv:Envelope xmlns:soapenc="http://schemas.xmlsoap.org/soap/
encoding/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance">
<soapenv:Header>
<wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/
ws/2003/06/secext" soapenv:mustUnderstand="1">
<wsse:UsernameToken>
<wsse:Username>xxxx</wsse:Username>
<wsse:Password>xxxxxxxx</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
Testando il WS con SOAPUI ho notato che lo username e la password
devono essere in chiaro.
Avrei bisogno di passare nel post della richiesta username e password
in chiaro. Come posso fare?
Grazie mille per l'aiuto
Stai postando su un newsgroup morto come puoi leggere dal mio messaggio
di qualche tempo fa.
Ti consiglio di ripostare su it.comp.dotnet
--
Raffaele Rialdi http://www.iamraf.net
Weblog: http://blogs.ugidotnet.org/raffaele
Microsoft MVP profile
https://mvp.support.microsoft.com/profile/raffaele
UGIdotNET - http://www.ugidotnet.org/