Skip to content
New issue

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

owa_util.get_cgi_env('SOAP_BODY') is null #86

Open
eloimendesomni opened this issue Jun 28, 2023 · 0 comments
Open

owa_util.get_cgi_env('SOAP_BODY') is null #86

eloimendesomni opened this issue Jun 28, 2023 · 0 comments

Comments

@eloimendesomni
Copy link

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>'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant