Buon giorno a tutti.
Scusate, non essendo molto pratico dell'argomento in oggetto, servirebbe capire come effettuare il consumer di un WS utilizzando vb.net 2017.
Ho un esempio della chiamata utilizzando SoapUI, gentilmente qualcuno potrebbe aiutarmi magari con qualche esempio come poter effettuare la richiesta con codice vb net 2017???
<soapenv:Envelope xmlns:soapenv="
http://schemas.xmlsoap.org/soap/envelope" xmlns:tem="
http://tempuri.org">
<soapenv:Header/>
<soapenv:Body>
<tem:getSAMLAssertion>
<tem:cf>xxxxxxxxxxxxxxxx</tem:cf>
<tem:password>11111111</tem:password>
<tem:pin>22222222</tem:pin>
<tem:otp>33333333</tem:otp>
</tem:getSAMLAssertion>
</soapenv:Body>
</soapenv:Envelope>
Spero di aver bene indicato la mia esigenza.
Ringrazio tutti per l'attenzione.