Web Service on WinCE
-
Hi, I have to host WebService in WinCE .NET. I have written ATL COM Component in embedded VC++ ,and generated WSDl/WSML files using tool wsdlstb_ce.exe . I am using ComplexTypes in my WebMethods,for that i have written COM Component implementing ISoapTypeMapper. Modified WSML file accordingly e.g. ------------------------------------ ------------------------------------ Now when i call WebMethod from client on PC (sending Complex Types as a parameters)It goes in Constructors of all the COM Components (e.g. Service,ComplexTypeMapper,StatusMapper) after that it throws the Exception of type "System.Web.Services.Protocols.SoapExceptions" "Additional Information:Error Source :Server" How can i see, where this exception is occuring on WinCE hardware?? what is this exception????? Thanks Tushar Mahajan.