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.  Soap request interface question in wm 46

    Posted 01/14/04 04:29 PM

    I am working on wm 4.6, my company parner sends a soap request to one of my services(getSoapReq).
    What I did is register a soap custom processor with directive as “partnerreq” & svcname as
    “processSoap:getSoapReq”.

    Then I have given (http://servername:port/soap/partnerreq) url to my company partner to send
    their request to wm server, is it correct way of doing?.

    can any body know What is the use of wsd file.

    Thanks


    #webMethods
    #API-Management
    #soa


  • 2.  RE: Soap request interface question in wm 46

    Posted 01/14/04 07:16 PM

    The wsd is the WSDL file that can be given to the partner. If will have the appropriate URL for them to talk to inside as the address of the “portType” of the “operation” that you want then to call. That is WSDLspeak for “they have the URL of the IS service”.

    If the partner has IS they can use Developer to generate a Web Service Connector - a service that is the client to your service. Most other SOAP toolkits have an analog tool like wsdl2java which will generate the appropriate client for them.

    HTH,
    Fred


    #soa
    #API-Management
    #webMethods