Hi All,
I am trying the standard example 'Consuming B1if Webservices by Dotnet'. The problem is that in debugging I receive 'b1if http request forbidden client authentication anonymous'.
The source is the following:
Imports WindowsApplication1.B1ifWSTest
PublicClassForm1
PrivateSub btnGetDocList_Click(sender As System.Object, e As System.EventArgs) Handles btnGetDocList.Click
Dim request As B1ifWSTest.GetDocListType = New B1ifWSTest.GetDocListType
request.TableName = "ORDR"
Dim response As B1ifWSTest.GetDocsListResponseType = New B1ifWSTest.GetDocsListResponseType
Try
Dim Service Asipostep_vP0010000144in_WCSX_comsapb1ivplatformruntime_INB_WS_CALL_SYNC_XPT_INB_WS_CALL_SYNC_XPTipo_procClient = _
Newipostep_vP0010000144in_WCSX_comsapb1ivplatformruntime_INB_WS_CALL_SYNC_XPT_INB_WS_CALL_SYNC_XPTipo_procClient
response = Service.ZGetDocList(request)
Needless tosay that Authentication is set to: No Authentication
Thanks,
Vangelis