Hi
i find the problem that for
http://www.c-sharpcorner.com/Forums/Thread/170896/javaaxis-null-response-in-windows-phone-7.aspx
it occur because in java/axis service they set minOccur ="0" as i find in related post
https://issues.apache.org/jira/browse/AXIS-2870
https://issues.apache.org/jira/browse/AXIS2-3300
finally i find source of problem and now i want to solve this.
can any one help me solve this from client end (from .net or through code)
Loading
Ankit ShivnakrPosted May 11, 2012, 7:47 AM
my main prob was that at time of login our server was given proper response but at our end (code lvl) we was not able to catch these values by object.
just because at time of Service addition added namespace was wrong i make it right and now its working .
namespace is
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://easyvhello.api.yes")]