This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 146451 - [saas][zillow] invalid parameter name for GetRegionChildren
Summary: [saas][zillow] invalid parameter name for GetRegionChildren
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P3 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-07 23:22 UTC by Lukas Jungmann
Modified: 2008-09-09 14:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2008-09-07 23:22:43 UTC
-d'n'd getRegionChildren into a javaapp, fill in "rid" parameter and run javaapp

=> server returns:

...
<message>
   <text>Error: invalid set of parameters</text>
   <code>501</code>
</message>
...

which is correct because it expects "regionid" parameter instead

needs to be fixed also in RegionChildren.xsd - the original one at http://www.zillow.com/static/xsd/RegionChildren.xsd
has "regionid" parameter instead of "rid"
Comment 1 Peter Liu 2008-09-08 21:02:40 UTC
fixed.
Comment 2 Lukas Jungmann 2008-09-09 14:29:02 UTC
v.