I need to consume a WCF webservice via SOAP under Android. I am doing
this by using KSOAP2.5.2. Now as we are not allowed to edit the WCF in
any way, I am currently not able to change the output which the WCF
service returns. That is my main problem. To solve the problem, I need
to take what I get from the WCF (workaround):
anyType{schema=anyType{element=anyType{complexType=anyType{choice=anyType{element=anyType{complexType=anyType{sequence=anyType{element=anyType{simpleType=anyType{restriction=anyType{maxLength=anyType{};
}; }; };
element=anyType{simpleType=anyType{restriction=anyType{maxLength=anyType{}; };
}; };
element=anyType{simpleType=anyType{restriction=anyType{maxLength=anyType{}; };
}; };
element=anyType{simpleType=anyType{restriction=anyType{maxLength=anyType{}; };
}; };
element=anyType{simpleType=anyType{restriction=anyType{maxLength=anyType{}; };
}; };
element=anyType{simpleType=anyType{restriction=anyType{maxLength=anyType{}; };
}; };
element=anyType{simpleType=anyType{restriction=anyType{maxLength=anyType{}; };
}; };
element=anyType{simpleType=anyType{restriction=anyType{maxLength=anyType{}; };
}; };
element=anyType{};
element=anyType{simpleType=anyType{restriction=anyType{maxLength=anyType{}; };
}; };
element=anyType{}; element=anyType{}; element=anyType{};
element=anyType{simpleType=anyType{restriction=anyType{maxLength=anyType{}; };
}; };
element=anyType{}; element=anyType{}; element=anyType{};
element=anyType{simpleType=anyType{restriction=anyType{maxLength=anyType{}; };
}; }; }; }; }; }; }; }; };
diffgram=anyType{DocumentElement=anyType{CL_9_2_4_DestInfo=anyType{DESTINATION=....
plus LOTs of other data.
Now, as it seems this is some Microsoft propretary code which is in
fact a full dataset/xsd(?) How can I parse this thing into a working
dataset or at least make it somehow readable to my little Android?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en