Click here to Skip to main content
15,881,248 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: can i format xml file, suggestion please ? Pin
annathor10-Aug-09 21:21
annathor10-Aug-09 21:21 
GeneralRe: can i format xml file, suggestion please ? Pin
lazy_dude16-Aug-09 18:39
lazy_dude16-Aug-09 18:39 
QuestionHelp Pin
MrMcIntyre1-Aug-09 4:54
MrMcIntyre1-Aug-09 4:54 
AnswerRe: Help Pin
Mike Ellison1-Aug-09 10:52
Mike Ellison1-Aug-09 10:52 
AnswerRe: Help Pin
MrMcIntyre2-Aug-09 10:25
MrMcIntyre2-Aug-09 10:25 
GeneralRe: Help Pin
Mike Ellison3-Aug-09 3:28
Mike Ellison3-Aug-09 3:28 
AnswerRe: Help Pin
Richard MacCutchan31-Aug-09 23:37
mveRichard MacCutchan31-Aug-09 23:37 
AnswerRe: Help - Further Information Pin
Richard MacCutchan1-Sep-09 5:47
mveRichard MacCutchan1-Sep-09 5:47 
QuestionHow to response XMl format using SOAP protocol Pin
Sasmi_Office30-Jul-09 22:55
Sasmi_Office30-Jul-09 22:55 
Hi Friends,

I have created one Web Service which give output in following format.


<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlnsoap="http://schemas.xmlsoap.org/soap/envelope/" xmlnssi="http://www.w3.org/2001/XMLSchema-instance" xmlnssd="http://www.w3.org/2001/XMLSchema">
<soapody>
<ShowResponse xmlns="http://abc.com/WS/service.asmx">
<ShowResult>
<xschema id="NewDataSet" xmlns="" xmlnss="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urnchemas-microsoft-comml-msdata">
<xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded"><xs:element name="ShowResponse">
<xs:complexType>
<xsequence>
<xs:element name="ShowReturn" msdata:Caption="ShowDetail" type="xstring" minOccurs "0" maxOccurs="unbounded">
<xs:element name="ShowResponse">
<xs:complexType>
<xsequence>
<xs:element name="ShowReturn" msdata:Caption="ShowDetail" type="xstring" minOccurs="0" />
</xsequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xschema>
<diffgriffgram xmlns:msdata="urnchemas-microsoft-comml-msdata" xmlnsiffgr="urnchemas-microsoft-comml-diffgram-v1">
<NewDataSet xmlns="">
<ShowResponse diffgr:id="ShowResponse1" msdata:rowOrder="0" diffgr:hasChanges="inserted">
<ShowReturn>11iou3zzj1vfsy55lsietz45|3</ShowReturn>
</ShowResponse>
</NewDataSet>
</diffgriffgram>
</ShowResult>
</ShowResponse>
</soap>



want to show the same output in following format

<?xml version='1.0' encoding='UTF-8'?>
<S:Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
<Sody>
<ns2showResponse xmlns:ns2="http://ws"> <ShowReturn>1248759429159ARY2265657989;/ShowReturn>
</ns2showResponse>
</Sody>

Please help me regarding the same and tell me how to format soap message request response using Visual Studio 2005 IDE...

Thanks and regards

Sasmi
QuestionxmlTextWriter error Pin
newXMLdeveloper28-Jul-09 6:57
newXMLdeveloper28-Jul-09 6:57 
QuestionRegarding the SOAP message Request and Response Pin
Sasmi_Office27-Jul-09 20:01
Sasmi_Office27-Jul-09 20:01 
Questioncreate xml .. [modified] Pin
Rajeshwar Code- Developer27-Jul-09 4:35
Rajeshwar Code- Developer27-Jul-09 4:35 
QuestionThe XML parse error 0xc00ce556 occurred on line number 1 Pin
Vimalsoft(Pty) Ltd24-Jul-09 0:59
professionalVimalsoft(Pty) Ltd24-Jul-09 0:59 
AnswerRe: The XML parse error 0xc00ce556 occurred on line number 1 Pin
DoctorMick24-Jul-09 1:17
DoctorMick24-Jul-09 1:17 
GeneralRe: The XML parse error 0xc00ce556 occurred on line number 1 Pin
Vimalsoft(Pty) Ltd24-Jul-09 1:24
professionalVimalsoft(Pty) Ltd24-Jul-09 1:24 
Questionweb application with XML Pin
ashwika4923-Jul-09 1:35
ashwika4923-Jul-09 1:35 
AnswerRe: web application with XML Pin
Muhammad Mazhar23-Jul-09 2:10
Muhammad Mazhar23-Jul-09 2:10 
AnswerRe: web application with XML Pin
Mike Ellison27-Jul-09 2:42
Mike Ellison27-Jul-09 2:42 
QuestionSpecifying unqiueness of an attribute in xsd. Pin
Comp_Users21-Jul-09 10:16
Comp_Users21-Jul-09 10:16 
AnswerRe: Specifying unqiueness of an attribute in xsd. Pin
Stuart Dootson21-Jul-09 11:15
professionalStuart Dootson21-Jul-09 11:15 
GeneralRe: Specifying unqiueness of an attribute in xsd. Pin
Comp_Users21-Jul-09 22:45
Comp_Users21-Jul-09 22:45 
QuestionHow to ignore tags ? Pin
matty2desmara17-Jul-09 5:06
matty2desmara17-Jul-09 5:06 
AnswerRe: How to ignore tags ? Pin
Stuart Dootson17-Jul-09 13:18
professionalStuart Dootson17-Jul-09 13:18 
QuestionShould I be using XSLT to transform XML to Multiple EDI formats and vice versa? Pin
tig281015-Jul-09 23:57
tig281015-Jul-09 23:57 
AnswerRe: Should I be using XSLT to transform XML to Multiple EDI formats and vice versa? Pin
Stuart Dootson16-Jul-09 0:39
professionalStuart Dootson16-Jul-09 0:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.