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.


#TechXchangePresenter
 View Only
  • 1.  SOAPHTTP Error

    Posted Mon May 23, 2005 04:17 PM

    I created a connector for a web service running on Websphere the transport for this is SOAP HTTP when I try to execute the connector I am getting the following error.

    “soapenv:Server.generalException”
    "Couldn’t find an appropriate operation for XML QName "

    I am using IS 4.6.

    Thanks for your help.


    #webMethods
    #API-Management
    #soa


  • 2.  RE: SOAPHTTP Error

    Posted Tue May 24, 2005 01:42 AM

    Muru,

    Is the error being generated by Websphere (and returned to IS as a soap fault) or is it occurring before the pub.client.soap:soapHTTP call is invoked?

    Mark


    #soa
    #API-Management
    #webMethods


  • 3.  RE: SOAPHTTP Error

    Posted Tue May 24, 2005 07:26 AM

    hi,

        Please check whether u have given a universal name (external and internal). 
    

    Thanks


    #soa
    #webMethods
    #API-Management


  • 4.  RE: SOAPHTTP Error

    Posted Tue May 24, 2005 03:02 PM

    Mark,

    Error is generated by Websphere and returned as soap fault. However I have a java client which can connect to the web service and able to post the data into it without any problem.

    Munner,

    I got the WSDL from the group which developed the webservice, I am hoping that their WSDL is in sync with their webservice. They used Axis 1.2 Beta to generate the WSDL, is there any known issues?.

    Thanks for your time.


    #soa
    #API-Management
    #webMethods


  • 5.  RE: SOAPHTTP Error

    Posted Tue May 24, 2005 04:10 PM

    Since you have a working example and a non-working one, use a tool such as the Axis TCPMonitor or equivalent to capture the two soap messages. When the messages are identical the behavior will be.

    My guess is that you’ll see something missing from the IS-generated message, probably because of something weird in the Websphere WSDL.

    Mark


    #API-Management
    #webMethods
    #soa