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.  client not able to receive SOAP Response

    Posted 03/01/07 03:57 PM

    I’ve set up a Web Serivce on wM IS 6.1 using the defualt SOAP processor (soap/default). I’m able to see the SOAP Request and the SOAP Response through tpmon and other tools like it, so I know the SOAP Response is being generated by wM. However the .Net client that is making the SOAP Request is never receiving the SOAP Response.

    Has anyone experienced this before?

    • Jason

    #API-Management
    #webMethods
    #soa


  • 2.  RE: client not able to receive SOAP Response

    Posted 03/01/07 04:20 PM

    Can you post the C# or VB.Net code that the client is using to invoke the web service operation? I assume that the response being returned is not a soap fault but a soap response containing the results.

    What happens when you use other web services testing tools to invoke the operation you are hosting in IS? SOAPSonar from CrossCheck Networks has a personal edition that will read a WSDL to generate a test request message or you can paste in the literal XML containing the request.

    Mark


    #soa
    #webMethods
    #API-Management


  • 3.  RE: client not able to receive SOAP Response

    Posted 03/02/07 10:15 PM

    I ended up following the advice throughout the site and creating a WSDL on my own instead of relying on wM to generate one. The first one took a bit of time, but everything worked great once I got that one working.


    #API-Management
    #webMethods
    #soa