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.  com.wm.app.b2b.client.ns. NSRuntimeException

    Posted Wed October 24, 2007 09:58 AM

    Dear All,

    I have a web service greated by WM7.0, please see the attached WSDL file ,
    I create a ws conector by the wsdl. i try to debug the ws conector, I get a exception com.wm.app.b2b.client.ns.NSRuntimeException when pub.client:soapHTTP executes. but I can make sure business logic in the target web service is executed. please help. Thanks a lot.
    createECA.wsdl (3.02 KB)


    #webMethods
    #soa
    #API-Management


  • 2.  RE: com.wm.app.b2b.client.ns. NSRuntimeException

    Posted Wed October 24, 2007 10:19 AM

    service name:
    wm.server.flow:stepFlow

    Error message:
    com.wm.io.comm.CommException: [BAC.0002.0000] Wrapped Exception: java.lang.NullPointerException

    Stack Trace
    java.lang.NullPointerException
    com.wm.io.comm.CommException: [BAC.0002.0000] Wrapped Exception: java.lang.NullPointerException
    at com.wm.app.b2b.server.ServerHTTPLink.send(ServerHTTPLink.java:72)
    at com.wm.app.b2b.server.comm.DefaultServerRequestHandler.handleMessage(DefaultServerRequestHandler.java:153)
    at com.wm.app.b2b.server.HTTPMessageHandler.process(HTTPMessageHandler.java:168)
    at com.wm.app.b2b.server.Dispatch.run(Dispatch.java:312)
    at com.wm.util.pool.PooledThread.run(PooledThread.java:105)
    at java.lang.Thread.run(Thread.java:595)


    #API-Management
    #soa
    #webMethods


  • 3.  RE: com.wm.app.b2b.client.ns. NSRuntimeException

    Posted Wed January 02, 2008 05:30 PM

    Did you ever get this resolved? I’m having teh same issue with a WSDL call in WM 6.5?

    thanks


    #soa
    #API-Management
    #webMethods


  • 4.  RE: com.wm.app.b2b.client.ns. NSRuntimeException

    Posted Wed February 13, 2008 07:27 PM

    Guys,

    Just in case that someone else faces the same problem
    This is a known issue in wM 6.5 IS SP2.
    You need to have IS_6-5_SP2_SrvPrtcl_Fix1 applied to solve this problem.

    Cheers


    #webMethods
    #soa
    #API-Management


  • 5.  RE: com.wm.app.b2b.client.ns. NSRuntimeException

    Posted Wed February 13, 2008 07:53 PM

    Guys - I was able to fix this on my side: In the weservice call pub.client.soapHTTP the load as was not filled in. I changed it to load as stream and the problem went away.


    #soa
    #webMethods
    #API-Management


  • 6.  RE: com.wm.app.b2b.client.ns. NSRuntimeException

    Posted Wed February 13, 2008 08:33 PM

    Also the fix mentioned by zort seems to do the same thing by restoring what should have been the default behaviour for this parameter.

    1-1AK14Z (IS_6-5_SP2_SrvPrtcl_Fix1)
    loadAs parameter of pub.client:soapHTTP service must be set
    manually.


    #soa
    #API-Management
    #webMethods