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
  • 1.  Problem in Web Service call

    Posted Wed January 19, 2011 03:06 PM

    Hi ,
    I have exposed a service as web service and when i try to call that service from an another service using web service connector am getting the below error mesage:

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

    <SOAP-ENV:Envelope xmlns:SOAP-ENV=“[URL]http://schemas.xmlsoap.org/soap/envelope/[/URL]” xmlns:xsi=“[URL]http://www.w3.org/2001/XMLSchema-instance[/URL]” xmlns:xsd=“[URL]http://www.w3.org/2001/XMLSchema[/URL]”>
    SOAP-ENV:Body
    SOAP-ENV:Fault
    SOAP-ENV:Client
    [ISS.0088.9134] Exception occurred while processing the body of the message
    http://soap/rpc

    webM:exception
    webM:classNamejava.lang.NoClassDefFoundError</webM:className>
    <webM:message xml:lang=“”>com/wm/util/SOAPUtil</webM:message>
    </webM:exception>

    </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>

    Can anyone help on this?

    Thanks in advance.


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 2.  RE: Problem in Web Service call

    Posted Wed January 19, 2011 07:48 PM

    Probably this error code might be related to some ACL issue:

    Please check the end service’s ACL settings in the Properties tab and retry.

    Also have this in the IS Extended Settings and restart IS:
    watt.server.SOAP.enforceMsgPartNS=false

    Also article:
    [url]http://advantage.webmethods.com/article/?id=1610637523[/url]

    HTH,
    RMG


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Problem in Web Service call

    Posted Thu January 20, 2011 10:52 AM

    Thanks RMG.

    I tried by setting the Execute ACL property as “Anonymous” and by updating the Extended Settings specified.

    But it didn’t work.


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 4.  RE: Problem in Web Service call

    Posted Thu January 20, 2011 05:21 PM

    Check this article also:
    [url]http://advantage.webmethods.com/article/?id=SR-1-53371391[/url]

    I know its old thread but try that option also:

    Restarted IS after extended settings update?

    HTH,
    RMG


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 5.  RE: Problem in Web Service call

    Posted Thu January 20, 2011 06:15 PM

    Yes RMG.

    I restarted the IS after updating the settings. Eventhough it didn’t work.

    I developed a simple flow service with pub.flow:debugLog flowstep. That also failing with the same error. I hope, am missing some jar files here.


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General