How To Pass a XML Document as an Argument to a Web Service
(Doc ID 467825.1)
Last updated on FEBRUARY 18, 2025
Applies to:
Web Services - Version 10.1.3.0.0 and laterInformation in this document applies to any platform.
Goal
This sample code explains how to use the XmlDocument as an argument for the Web Services.
In this example you will send the following xml document as a argument to the Web Services:
This Web Services returns the parsed contents of the above XML file as a String variable.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |