Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

parsing xml text

Status
Not open for further replies.

baajour

Programmer
Jan 12, 2009
4
I have the following xml file and I want to parse the text of the xml element in order to get the values of the email, firstname, interest etc. any help will be appreciated.

<?xml version="1.0" encoding="UTF-8" ?>
- <soapenv:Envelope xmlns:soapenv=" xmlns:xsd=" xmlns:xsi="- <soapenv:Body>
- <getProfileResponse soapenv:encodingStyle=" <getProfileReturn xsi:type="soapenc:string" xmlns:soapenc=" </getProfileResponse>
</soapenv:Body>
</soapenv:Envelope>
 
That's a WSDL file/spec you are showing. Get SoapUI or a tool like that (from to receive the proper data, and/or setup a webservices client program to connect to the service, as it was meant to be. NetBeans/Eclipse can help you with that.

HTH
TonHu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top