fetchLimit rule: Insight Please
fetchLimit rule: Insight Please
- Subject: fetchLimit rule: Insight Please
- From: email@hidden
- Date: Fri, 02 Nov 2007 00:12:42 -0400
Been really stuck on how to properly do a fetchLimit rule in D2WS. Without a fetchLimit rule in place I get only 100 records returned. When I put the fetchLimit rule in place it breaks the service. I think I am doing the right hand side value wrong. I've tried quoting it "2000" or "0" and though it works locally it won't work properly from the server - it gives a string for int error which makes sense. I've also tried simply putting it in parenthesis (0) and this results in an odd error:
- Report from 'DISCO Document' is 'Discovery document at the URL http://216.139.221.142/Apps/WebObjects/twcWS.woa/ws/Dealers?WSDL could not be found.'.
- The document format is not recognized.
- Report from 'WSDL Document' is 'There is an error in XML document (29, 18).'.
Could someone PLEASE lend some insight here?
The operation is a search. The LHS rule looks like this:
((serviceName = 'Dealers') and (operationName = 'ActiveDealers') and (task = 'search'))
The RHS rule looks like this:
Key=fetchLimit
Priority=50
Value=(0)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden