I’m attempting to enable SSL on an EntireX webservice. At this point I only want Transport-level security enabled so I’ve selected that in the .aar file
The service deploys and I can access the WSDL via https. However when I attempt to call/test the service in a testing tool like SoapUI, I cannot call the service.
The Request looks like this:
<soap:Envelope xmlns:soap=“http://www.w3.org/2003/05/soap-envelope” xmlns:urn=“urn:com-softwareag-entirex-rpc:RSSA”>
soap:Header/
soap:Body
urn:RSSA000S/
</soap:Body>
</soap:Envelope>
And the response is the following:
<soapenv:Envelope xmlns:soapenv=“http://www.w3.org/2003/05/soap-envelope”>
soapenv:Body
soapenv:Fault
soapenv:Code
soapenv:ValueSender</soapenv:Value>
</soapenv:Code>
soapenv:Reason
<soapenv:Text xml:lang=“en-US”>SOAP Envelope can not have children other than SOAP Header and Body</soapenv:Text>
</soapenv:Reason>
soapenv:Detail/
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
I’m not sure if I’ve misconfigured something? I’ve reviewed the documentation to no avail.
Any help is appreciated.
#EntireX#webMethods#Mainframe-Integration