Hi 
 
 
 I have created one app for wsdl file reading it is working fine on my 
compluter ....i am deploying in to app engine it is not working .please help
 

DocumentBuilderFactory dbf = DocumentBuilderFactory.*newInstance*();

DocumentBuilder db = dbf.newDocumentBuilder();

Document doc = db.parse(xmlUrl);

 doc.getDocumentElement().normalize();

 NodeList nodelist = doc.getElementsByTagName(

"xsd:complexType");

NodeList nodelist1 = doc.getElementsByTagName(

"xsd:sequence");

 

Thank You

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to