Go Back   CodingForums.com > :: Client side development > XML

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-12-2012, 12:18 PM   PM User | #1
Arafamdfun
New to the CF scene

 
Join Date: Dec 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Arafamdfun is an unknown quantity at this point
Add preformatted XMl block in a XML tag

Hi All,

I am using a web service to get response.

This is the request and response SoAP envelope

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<EDT_AddDocumentXML xmlns="EDTwebns">
<rsKey>string</rsKey>
<rsXML>string</rsXML>
<rsExtension>string</rsExtension>
<reStatus>int</reStatus>
<rsNewDocID>string</rsNewDocID>
<rsErr>string</rsErr>
</EDT_AddDocumentXML>
</soap:Body>
</soap:Envelope>

The requirement is in <rsXML> tag i need to insert preformatted XML block.
EX: <rsXML> <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE ReportMsg SYSTEM "XML\ReportMsg_EDT_03.DTD">
<ReportMsg MsgStatus="Live" MsgUrgency="Normal" MsgRcptAckRequest="Always">
<MsgId>00000001</MsgId>
<MsgIssueDate>200905031022</MsgIssueDate> </rsXML>

is this the right way to add XML block or do i need to specify something else?
Arafamdfun is offline   Reply With Quote
Reply

Bookmarks

Tags
blocks, embedded, soap, xml

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:45 AM.


Advertisement
Log in to turn off these ads.