Hi Peter, I am testing another web service method and getting the fault code again. This method is similar to the previous one (base64 encoded). I tried to use view result tree, but it still doesn't work this time. The method works fine with soap scope. Any suggestion?
<soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>Se rver was unable to process request. ---> The requested exception policy 'TorstarDigital.Tops.Web.Services.Utility.LookupHelper' could not be found.</faultstring><detail /></soap:Fault></soap:Body> Thanks a lot, Jenny -----Original Message----- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 2:11 PM To: JMeter Users List Subject: Re: Got fault code in web service response well any bugs in the SOAP webservice sampler is my fault, since I wrote it :) glad that helped peter On 1/30/06, Fan, Jenny <[EMAIL PROTECTED]> wrote: > > Hi Peter, > > No, I tried it in aggregate report. Now I add View result tree report, > it works. You rock!!! It's strange to me that the result content > recorded differently in different listener. > > Thanks, > > Jenny > > -----Original Message----- > From: Peter Lin [mailto:[EMAIL PROTECTED] > Sent: Monday, January 30, 2006 1:57 PM > To: JMeter Users List > Subject: Re: Got fault code in web service response > > apache soap supports base64 encoding, but the current SOAP webservice > sampler doesn't really do anything special with base64 encoded data. > are > you trying to view the result in the result tree? > > peter > > > On 1/30/06, Fan, Jenny <[EMAIL PROTECTED]> wrote: > > > > Hi Guys, > > > > > > > > I just started using JMeter to test web service request. It did work > > with some sample web services. But I got error message in the > responses > > when testing a web service which include a base64 encoded in response. > > The web service works fine with soap scope. > > > > Response I get in soap scope: > > ...<soap:Body> > > + <javascript:showNode('1.1.2.1');> <GetDomainsResponse > > <http://localhost:7103/tide/main/[EMAIL PROTECTED]:> > > xmlns="http://cmsservices.torstardigital.com/Tops2.0"> > > + <javascript:showNode('1.1.2.1.1');> > > > <GetDomainsResult>77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbm...</GetDomainsResul > > t> > > </GetDomainsResponse> > > </soap:Body>.. > > Response I get in JMeter: > > > > ... > > > ><soap:Body><soap:Fault><faultcode>soap:Server</ > > faultcode><faultstring>Server was unable to process request. > > ---&gt; The given key was not present in the > > dictionary.</faultstring><detail > > /></soap:Fault></soap:Body><... > > > > > > > > Any idea what's the cause? > > > > > > > > Thanks, > > > > > > > > Jenny > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

