Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I am making a call to a third party web service (JAVA service) from my asmx file. When I am returning the response from asmx web service to my .NET UI (.VSTO Excel Plugin) I am gettign the following exception.

at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at ServiceCommunication.Service.GenerateScorecardReport(CAT_SnapshotDetails objSnapshotDetails, String strDRMLanguage, String strUserID)
at ServiceCommunication.Proxy.RunScorecardReport(CAT_SnapshotDetails objSnapshotDetails, String strDRMLanguage)
at CAT.ThisWorkbook.btnGenerateReportClick(Args arg, String reportFlag)


I have went through the logs and everythign from both the sides (Java and .NEt) but no success.

Please Help !!

"Happy Coding" - Though I am not happy because of this, these days :(
Posted
Comments
thatraja 22-Aug-13 4:30am    
Include complete exception message & also error screenshot
TapasU 23-Aug-13 1:01am    
Hi.. THis is the only exception I am getting. The inner exception is null in this case.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900