Work Context (work:WorkContext) In SOAP Header Is Generated And Sent Despite Configuration
(Doc ID 1954578.1)
Last updated on AUGUST 18, 2023
Applies to:
Web Services - Version 1.0.1 and laterOracle WebLogic Server - Version 10.3 to 12.2.1.3.0
Information in this document applies to any platform.
Symptoms
Work context (work:WorkContext) in SOAP header is generated and are being sent despite configuration.
This is not successful:
Changes
This is not a SOA oob adapter. It is just a java class file that uses the ws client jar and serves all outgoing traffic.
The client jar is built using ant 1.7.1 and clientgen (weblogic.wsee.tools.anttasks.ClientGenTask) command as follows:
<clientgen
autoDetectWrapped="false"
wsdl="${basedir}/src/OSB/NP_OSB/WSDL/NPInboundWS.wsdl"
copyWsdl="true"
destFile="${service.dest}/${jar_file}"
type="JAXWS"/>
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |