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

soapHTTP + HTTPS + null pointer exception

  • 1.  soapHTTP + HTTPS + null pointer exception

    Posted Tue February 19, 2008 11:25 AM

    Hi all,

    I have a problem to send SOAP messages via HTTPS using soapHTTP service.
    Everytime I am trying to send any message I get error: null pointer exception.

    I am using wM 6.5 with SP2.
    I have applied all fixes for SP2 and webservice I found on Advantage site.

    I am sure I have all fields populated correctly for soapHTTP service.
    I have installed all necessary certificates for outbound ssl connection.
    I tested connection with openssl and certificates are ok.

    In this thread I found possible solution but for me its very hard to get sign off for any changes on our servers.
    [url]wmusers.com

    The same problem I have also with service soapRPC using HTTPS connection.

    Did anybody face this problem before?
    Could you confirm solution from above thread?

    thanks for any suggestions
    pipone


    #API-Management
    #webMethods
    #soa


  • 2.  RE: soapHTTP + HTTPS + null pointer exception

    Posted Wed February 20, 2008 06:06 AM

    It seems to be similar issue related to “loadAs”.


    #soa
    #API-Management
    #webMethods


  • 3.  RE: soapHTTP + HTTPS + null pointer exception

    Posted Wed February 20, 2008 08:33 AM

    Hi Ajaynaina,

    before I applied SP2 with other fixes I could not see 2 input parameters for service soapHTTP:
    -loadAs
    -timeout

    Now they are there and I am using “byteArrayStream” in loadAs parameter.

    I applied also fixes for function documentToXMLString because I found out there is possible another problem - it returns XML as object and not as string.

    But all this didn’t help.


    #webMethods
    #soa
    #API-Management