am calling a basic method of a SOAP service from VS2012 just to test connectivity with service host server. my Visual studio goes hang while calling any method of the web service. i tried to run my project in release mode rather then debug but still facing
this problem. i also tried to do some change in project property window but still its not resolved. as i have spend huge time to find any solution to fix this but not found anything so please suggest me a quick solution for this problem.
Steps to reproduce
add web reference to "http://publisher.copernica.nl/?SOAPAPI=WSDL "
call any method of this service would hang visual studio.
<div>
Actual results
<div>Visual studio hang, huge system memory consumed 99% memory in use while calling any method of web service.</div> </div> <div>
Expected results
<div>successful call to web service method without visual studio hang.</div> </div>
I posted this to Visual studio forums but they said its related to web service not visual studio.
here's link for full discussion with visual studio team
It's a very specific issue. I am afraid you need to figure out yourself. Have you tried using Analyze tools inside VS. There is a menu item, next to Test.
You can follow complete guide on how to use it here:
I have solved this issue, what you have to do is you have to go first on Property page of your project then go to Build Section then in Output Section on right bottom there is a drop down "Generate Serialization Assembly" set this to "On" and Mark Check
box of XML Documentation file. & in Output Path specify your folder like "bin\Release\" if its Release mode & "bin\Debug\" if its Debug mode. by this problem would be solve.
None
0 Points
2 Posts
VS2012 hang while calling large size wsdl webservice
Jul 16, 2014 05:33 AM|volvsoft|LINK
Hi,
am calling a basic method of a SOAP service from VS2012 just to test connectivity with service host server. my Visual studio goes hang while calling any method of the web service. i tried to run my project in release mode rather then debug but still facing this problem. i also tried to do some change in project property window but still its not resolved. as i have spend huge time to find any solution to fix this but not found anything so please suggest me a quick solution for this problem.
Steps to reproduce
add web reference to "http://publisher.copernica.nl/?SOAPAPI=WSDL "
<div>call any method of this service would hang visual studio.
Actual results
<div>Visual studio hang, huge system memory consumed 99% memory in use while calling any method of web service.</div> </div> <div>Expected results
<div>successful call to web service method without visual studio hang.</div> </div>I posted this to Visual studio forums but they said its related to web service not visual studio.
here's link for full discussion with visual studio team
http://social.msdn.microsoft.com/Forums/vstudio/en-US/55c2621d-05c4-4a5c-bec6-8ed36a62bffe/vs2012-hang-while-calling-large-size-wsdl-webservice?forum=visualstudiogeneral
Regards
Parm
</div>
webservice largewsdl visualstudiohang copernica
Parm
Contributor
6865 Points
1752 Posts
Re: VS2012 hang while calling large size wsdl webservice
Jul 16, 2014 09:51 AM|SSA|LINK
It's a very specific issue. I am afraid you need to figure out yourself. Have you tried using Analyze tools inside VS. There is a menu item, next to Test.
You can follow complete guide on how to use it here:
http://blogs.msdn.com/b/dotnet/archive/2013/04/04/net-memory-allocation-profiling-with-visual-studio-2012.aspx
target the method which is causing 99% memory issue and see if you can figure out where it's going mad.
webservice largewsdl visualstudiohang copernica
None
0 Points
2 Posts
Re: VS2012 hang while calling large size wsdl webservice
Jul 18, 2014 02:33 AM|volvsoft|LINK
I have solved this issue, what you have to do is you have to go first on Property page of your project then go to Build Section then in Output Section on right bottom there is a drop down "Generate Serialization Assembly" set this to "On" and Mark Check box of XML Documentation file. & in Output Path specify your folder like "bin\Release\" if its Release mode & "bin\Debug\" if its Debug mode. by this problem would be solve.
webservice largewsdl visualstudiohang copernica
Parm