this my service code which is used to consume my service
Collapse | Copy Code Dim cc As New ServiceReference1.InvokeHealthIndiaDetailsExternal
cc.UserName = ""; cc.Password = ""; Dim cc1 As New ServiceReference1.HealthProposalProcess_IClient Dim re As New ServiceReference1.InvokeHealthIndiaDetailsExternalRequest Dim cx As New ServiceReference1.InvokeHealthIndiaDetailsExternalResponse1 cc1.ClientCredentials.UserName.UserName = "HealthIndia" cc1.ClientCredentials.UserName.Password = "HealthIndia" Dim res As New ServiceReference1.InvokeHealthIndiaDetailsExternalResponse cc1.InvokeHealthIndiaDetailsExternal(cc, cx.InvokeHealthIndiaDetailsExternalResponse)
this is error i get od xml document
there is an error in xml document (1,3000)
and i am accessing it through another web servisce link