c# - Web Service Client(Console App) not working on Windows Server 2008 R2 Standard Edition -
i trying consume asmx web service in console app, working fine in windows 7,windows server 2012 standard,windows server 2008 r2 datacenter,windows server 2008 r2 enterprise, not working in windows server 2008 r2 standard edition deployment server.
i tried consuming asmx web service using web reference , service reference not helping. throwing following error,
message:there error in xml document (1, 331491).
inner exception : system.xml.xmlexception: '.', hexadecimal value 0x00, invalid character. line 1, position 331491.
the scenario call web service , returns me xml not able receive xml on windows server 2008 r2 standard edition.
please provide suggestions on need resolve asap.
this caused due missing certificate on windows server 2008 r2 standard edition had figured out looking @ certificate in ie while web service site opened , web service changed wcf getting different errors , when authorized myself connect internet client app threw exception saying certificate not trusted installed necessary certificates , solved.
Comments
Post a Comment