-
Notifications
You must be signed in to change notification settings - Fork 322
Description
Hello!
The call to owa_util.get_cgi_env('SOAP_BODY') in your example ora/soap_server_pkg.pkb is returning null.
I'm running modowa version 2.11.17.
Could you tell if it is necessary to install or customize something to have this cgi variable filled?
This is the request:
curl --location 'https://{my-server}/servidor_soap_cdc_cobranca.handle_request'
--header 'Accept-Encoding: gzip,deflate'
--header 'Content-Type: text/xml;charset=UTF-8'
--header 'SOAPAction: "http://hst4.omni.com.br/ws_cob/ws_cdc_cobranca/get_token"'
--data '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://hst4.omni.com.br/ws_cob">
soapenv:Header/
soapenv:Body
ws:GetToken
12345678901011
1
1.0
</ws:GetToken>
</soapenv:Body>
</soapenv:Envelope>'