Web Service functions parameters
-
when i pass XmlDocument object (which is not null) as paramenter to a web service function from front end But it remains null when i see it by debuggin in the web service function What can be the cause. Passing class object as parameter to web services RSONS
-
when i pass XmlDocument object (which is not null) as paramenter to a web service function from front end But it remains null when i see it by debuggin in the web service function What can be the cause. Passing class object as parameter to web services RSONS
-
same problem here while calling asp.net web service in PHP any help :(
Ravi Kant Srivastava (System Analyst) HandsOn Technology & Engineering Gurgaon (India) e-mail:ravikant@hte.co.in
Hi I have solved the problem by sending XmlNode instead of XMLDocument as parameter to function From client side i am sending objXmlDoument.DocumentElement to ws function Plz check it in your asp.net and php I think it ll also help you