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.  Registering SOAP Header Handler?

    Posted 07/21/10 11:06 PM

    I have WmSOAPSamples.zip package and tried to create a java service same as present (headersample.HandlerSetup:registerHandler) in this package.

    If I recompile registerHandler service that already exist in this package, it re compiles fine but when I copy same code to another service then recompilation:confused: gives following error,

    cannot find symbol
    symbol : class ProviderHandler
    location: class makhaa.test.headerHandler
    ProviderHandler providerHandler = new ProviderHandler();

    It seems classpath issue? anyone guide me how to resolve please.

    Thanks


    #soa
    #webMethods
    #API-Management


  • 2.  RE: Registering SOAP Header Handler?

    Posted 07/24/10 12:09 PM

    I am able to register soap header handler but facing an issue which is a provider service is not able to get header document. When I am trying to use header document at provider side, it is giving null value.

    Consumer service is getting header values.

    Anyone help please.

    Thanks


    #soa
    #API-Management
    #webMethods


  • 3.  RE: Registering SOAP Header Handler?

    Posted 08/29/10 05:11 PM

    Could anybody successfully access/pass SOAP headers in request/response using SOAP header handlers? The documentation didn’t make much sense to me. I tried to play with the code by using the WmSOAPSamples package as reference, but it didn’t help either.


    #webMethods
    #API-Management
    #soa