Hi,
I consumed a web service in 8.2. While creating the webservice descriptor i received the below warning as
[b]ISS.0085.9262-[ISS.0085.9262] No registered handler found for Header QName:{http://xmlns.oracle.com/apps/fnd/ServiceBean}ServiceBean_Header
There are no assigned handlers for the headers
OrgCustomerService_CreateOrgCustomer_InputMessage_header
OrgCustomerService_GetOrgCustomer_InputMessage_header
OrgCustomerService_GetOrgCustsCreated_InputMessage_header
OrgCustomerService_GetOrgCustsUpdated_InputMessage_header
OrgCustomerService_SaveOrgCustomer_InputMessage_header
OrgCustomerService_UpdateOrgCustomer_InputMessage_header[/b]
I added manually the handler WSSecurityHandler in webService Descriptor.
While running the one of the connector i received the below error message:
[ISS.0088.9431] Handler processing failed on the consumer: com.webMethods.ws.security.SecurityException:
Request does not contain required Security header: [{XML-Signature Syntax and Processing}Signature].
So to verify i consumed it in SOAP UI and run it gives soap repose as
<env:Envelope xmlns:env=“http://schemas.xmlsoap.org/soap/envelope/”>
env:Header/
env:Body
<env:Fault xmlns:wsse=“http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd”>
wsse:InvalidSecurity
Missing wsse:Security in SOAP Header
</env:Fault>
</env:Body>
</env:Envelope>
I provided with userName & Password in request.
#Integration-Server-and-ESB#webMethods