0 Replies Latest reply on Aug 7, 2014 11:23 AM by rikyraghuvanshi

    Migration from Websphere to Jboss

    rikyraghuvanshi

      We developed a rpc service in websphere and migrated it to jboss. But still we are using the ibm thinclient to resolve the compile time dependencies.

      Service migrated successfully but we are trying to hit any webservice(response is mocked) we are getting below exception:

       

      JBWS025009: Error processing web service request: org.jboss.ws.WSException: org.jboss.xb.binding.JBossXBRuntimeException: Failed to find read method or field for property 'criteria' in class com.sun.xml.messaging.saaj.soap.ver1_1.Envelope1_1Impl


      Mocked response is:

      <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:bus="http://buspremier.service.provider.vsp.com" xmlns:ser="http://service.ancillary.vsp.com">

         <soapenv:Header/>

         <soapenv:Body>

            <bus:CreateFrame success="?">

           

               <!--Zero or more repetitions:-->

               <bus:criteria skey="?" startDate="?" endDate="?" level="?" low="?" high="?" minLocCnt="?" maxLocCnt="?" month="?"/>

            </bus:CreateFrame>

         </soapenv:Body>

      </soapenv:Envelope>