We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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>'
The text was updated successfully, but these errors were encountered: