IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Error consuming web service

  • 1.  Error consuming web service

    Posted Wed October 27, 2010 11:20 PM

    Hello,
    I am getting the following SOAP fault while consuming a client web service:

    <?xml version="1.0" encoding="UTF-8"?>

    <SOAP-ENV:Envelope xmlns:SOAP-ENV=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:SOAP-ENC=“http://schemas.xmlsoap.org/soap/encoding/” xmlns:xsd=“XML Schema” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance”>
    <SOAP-ENV:Header xmlns:SOAP-ENV=“http://schemas.xmlsoap.org/soap/envelope/”></SOAP-ENV:Header>SOAP-ENV:BodySOAP-ENV:Fault
    SOAP-ENV:Client
    [ISS.0088.9251] JAX-RPC Handler failed to process the message
    http://schemas.xmlsoap.org/soap/actor/next
    <webM:detailEntry xmlns:webM=“API Integration Platform | Software AG” xmlns:xml=“The "xml:" Namespace”>
    <webM:message xml:lang=“”>com.webMethods.ws.security.SecurityException: WS Security processing failed : Unable to resolve private key for signing or decrypting the message</webM:message>
    </webM:detailEntry>
    </SOAP-ENV:Fault></SOAP-ENV:Body>
    </SOAP-ENV:Envelope>

    I am using security policy Sign_Auth_for_consumer.xml. Our client provided us a certificate to validate the connection to their server and another certificate for the web service. I added both in the definition of the web service end point.
    Even though I am getting that SOAP response I am not sure of is if I am hitting their web service or that message comes from our IS.
    Any help is appreciated.
    Thank you.


    #webMethods
    #API-Management
    #soa


  • 2.  RE: Error consuming web service

    Posted Wed November 03, 2010 10:07 PM

    Check if the private key path mentioned in the endpoint is correct.


    #API-Management
    #soa
    #webMethods