Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XML
|
XML General XML discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XML section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 1st, 2006, 02:29 AM
Authorized User
 
Join Date: Oct 2005
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to monuindia2002
Default how to write multiple namespaces in soap envelope

Hi

I am writing a soap message manually by using XMlTextWriter, in which i want to write this line.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

i am writing these lines to construct this envelope element
Private iSoapSchema As String = http://schemas.xmlsoap.org/soap/envelope/

iSoapEnvelope.AppendChild(iSoapEnvelope.CreateElem ent("soapenv", "Envelope", iSoapSchema))

with these 2 lines i am getting only this

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

how can i add more namespaces in this envelope element manually

Please help me,




regards

Mahesh


Mahesh
__________________
Mahesh





Similar Threads
Thread Thread Starter Forum Replies Last Post
SOAP envelope namespace not shown anboss XSLT 5 August 25th, 2008 04:43 PM
Processing MS Dynamics XML Envelope Neal XSLT 2 May 22nd, 2008 05:57 AM
CMS Envelope problem chapter 9 luke.koziol BOOK: Beginning Cryptography with Java 1 May 6th, 2007 05:15 PM
Envelope-To: kg Pro PHP 4 November 10th, 2004 05:17 PM
Accessing XML Node with multiple namespaces bamirzada C# 0 August 14th, 2003 07:41 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.