Results 1 to 4 of 4
Thread: StringBuilder
- 09-09-2010, 11:46 AM #1
Member
- Join Date
- Mar 2010
- Posts
- 17
- Rep Power
- 0
StringBuilder
Hi Guys
I want to append/ strore this XML into a String Builder..please help
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="http://webservices.server.vit.za.mfgad.com/">
<soapenv:Header/>
<soapenv:Body>
<web:newOutboundVoiceRouteRequest>
<requestDetail>
<assignedUser>?</assignedUser>
<externalCorrIdentifier>?</externalCorrIdentifier>
<externalIdentifier>?</externalIdentifier>
<interactionSource>?</interactionSource>
<mediaChannelRouteIdentifier>?</mediaChannelRouteIdentifier>
<dialNumbers>?</dialNumbers>
<displayInformation>?</displayInformation>
<externalPartyIdentifier>?</externalPartyIdentifier>
<externalPartyName>?</externalPartyName>
</requestDetail>
</web:newOutboundVoiceRouteRequest>
</soapenv:Body>
</soapenv:Envelope>
Thanks
- 09-09-2010, 11:50 AM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,423
- Blog Entries
- 7
- Rep Power
- 17
- 09-11-2010, 01:42 AM #3
Senior Member
- Join Date
- Feb 2010
- Location
- Waterford, Ireland
- Posts
- 748
- Rep Power
- 4
umm read in the file and assign each line to Stringbuilder instance. using .append() ...am I missing something? other than your next question which I will not say now :)
- 09-13-2010, 08:07 AM #4
Member
- Join Date
- Mar 2010
- Posts
- 17
- Rep Power
- 0
Similar Threads
-
StringBuilder v/s StringBuffer
By Pooja Deshpande in forum New To JavaReplies: 9Last Post: 04-11-2008, 09:38 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks