Another XML in an XML?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi,
i have developed a Microsoft .Net Webservice. Another company, which is developing Oracle Forms is using this existing Webservice. The send an fromatted XML to my WebService URL. This works fine, but we have now a Problem! We need n-Elements which should
be send to my Webservice.
In this case i know that a Webservice can only handle simple Types like String, Integer, Boolean etc.
I am thinkin about to generate another XML with these n-Elements and put it into a String Field inside the WSDL XML.
Is this possible? I read about encoding this second XML as Binary Data (Base64). Would this be a possible solution or is there another possible way?
<hr class="sig Best regards,<br/>
Yavuz B.<br/>
<br/>
My Sharepoint and Enterprise 2.0 Blog http://www.starcoder.net http://www.starcoder.net <br/>
http://www.starcoder.net/sharepoint-resources Microsoft Sharepoint Resources & Blogs List

View the full article
 
Back
Top