Web service invocation generates StackOverflowException
hello everybody,
when call remote web service, stackoverflowexception occurs.
the proxy client web service auto-generated on usual way retrieving wsdl file. invocation of web service method done through soaphttpclientprotocol class , invoke method. when execute read method xmlreader of response object, can see answer of called web service method. above-named exception give me no chance ready filled response object.
does know how call web service? way debug scenario? how become more detailed information abot overflow occurs? it's because stackoverflowexception returns no stacktrace.
regards,
paulrem
any particular reason calling web service through soaphttpclientprotocol? if no, can call web service simple instantiating web service class , invoke method name want call. refer link http://msdn.microsoft.com/en-us/library/6h0yh8f9%28vs.90%29.aspx
jagatheesan
Archived Forums A-B > ASMX Web Services and XML Serialization
Comments
Post a Comment