webMethods

webMethods

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
  • 1.  A WattEvaluationException was thrown by the XQL Query engine

    Posted Tue March 16, 2004 06:28 PM

    After sending a IDoc to BC and during processing of idoc and creation of XML , BC is throwing above exception and in SM58 (RFC Queue) also, that particular idoc is errored out saying “<?xml> <SOAP-ENV:Envelope xmlns:SOAP”.

    Couldn’t decipher anything…
    Is there any one who could throw some light on this ?


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 2.  RE: A WattEvaluationException was thrown by the XQL Query engine

    Posted Mon September 13, 2004 06:19 PM

    Did you, by any chance, solved this problem? I’m having the same and SAP doesn’t give me an answer.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: A WattEvaluationException was thrown by the XQL Query engine

    Posted Mon September 13, 2004 06:50 PM

    Hey
    i too had this problem… let me explain my scenario :

    SAP -> SAP BC -> MSB(JAVA PLATFORM)

    here SAP BC calls a web service in MSB upon the receipt ofa idoc from SAP.

    when MSB platform was down, and during that time when SAP BC tries to call htat web service, BC would shoot this error msg.

    hope this would be helpful…

    cheers
    Sreedhar Kurella


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: A WattEvaluationException was thrown by the XQL Query engine

    Posted Thu April 28, 2005 01:53 PM

    Hi,
    Me too facing the same error. But my scenario is different. I am invoking a webservice through a web service connector which is expected to return a document list of records for my further processing. ANy light on this willo be very helpful.

    Thanks In Advance,
    Pradeep.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 5.  RE: A WattEvaluationException was thrown by the XQL Query engine

    Posted Thu April 28, 2005 07:20 PM

    Pradeep,

    Make sure that source is sending as Array in the webService request as per the WSDL signatures.When you load the WSDL to create webservice connector did i created documentTypes with documentlists nodes or did you set input connector services input signatures documentlist(DocumentReference).

    Please clarify us.

    HTH,
    RMG


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 6.  RE: A WattEvaluationException was thrown by the XQL Query engine

    Posted Fri April 29, 2005 03:57 PM

    Hi RMG,

    We are getting the error with more than 1000 records in the docList. Actually an application would populate webservice. Our connector will pick up data from the webservice and the output of the connector is a docList containg all the records as docs under it. when the no of records in the docList is exceeding 1000…its popping out his error…otherwise everything is fine. I hope there is some parameter for time out. Can you throw us some light on that please.

    Regards,
    Pradeep.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 7.  RE: A WattEvaluationException was thrown by the XQL Query engine

    Posted Wed March 07, 2007 11:33 AM

    Does your web connector utilize https to interact with the web service?

    I ran into this problem as well (making a web service soap call over https), and I needed to set the pub.client:soapHTTP’s loadAs parameter to byteArrayStream to remedy this error.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB