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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  soapHTTP error: com.wm.app.b2b.client.ns.NSRuntimeException

    Posted 08/29/07 04:29 PM

    When I invoke soapHTTP, I got the following error:

    com.wm.app.b2b.client.ns.NSRuntimeException

    I have set the following params:
    soapRequestData = a soapdata object
    address = string that contains url
    auth.user = administrator
    auth.pass = manage
    SOAPAction = a string

    Is there any missing parts?

    Thanks.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


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

    Posted 08/30/07 04:11 PM

    What version of IS? Have you installed the latest WebSvcs and ServerProtocol patches?

    Are you attempting to invoke an operation provided by a .Net client over HTTPS?

    Mark


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


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

    Posted 10/18/07 05:52 AM

    I get the same error in 6.5 when stepping through a web service connector.
    Stepping through I get a com.wm.app.b2b.client.ns.NSRuntimeException in pub.client.soapHTTP

    Running it through (not stepping) I get a java.lang.NullPointerException
    at com.wm.util.coder.IDataBinCoder._encode(IDataBinCoder.java:489)
    at com.wm.util.coder.IDataBinCoder._encode(IDataBinCoder.java:467)
    at com.wm.util.coder.IDataBinCoder.encode(IDataBinCoder.java:280)
    at com.wm.data.IDataUtil.deepClone(IDataUtil.java:411)
    at com.wm.app.b2b.server.ErrorManager.handleError(ErrorManager.java:375)
    at com.wm.app.b2b.server.ErrorManager.processError(ErrorManager.java:174)
    at com.wm.app.b2b.server.AuditLogManager.process(AuditLogManager.java:479)
    at com.wm.app.b2b.server.invoke.InvokeManager.invoke(InvokeManager.java:521)
    at com.wm.app.b2b.server.invoke.InvokeManager.invoke(InvokeManager.java:369)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:246)
    at com.wm.app.b2b.server.comm.DefaultServerRequestHandler.handleMessage(DefaultServerRequestHandler.java:129)
    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:534)

    any ideas?


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods