Bugzilla – Bug 3570
wsdl error while extending IndexPortType
Last modified: 2005-07-18 15:53:40
You need to log in before you can comment on or make changes to this bug.
The current porttype definition is: <portType name="IndexPortType" wsrp:ResourceProperties="IndexPortTypeGTWSDLResourceProperties"> While extending from IndexPortType, I ran into this error: ERROR: Unable to resolve resource properties {http://schemas.xmlsoap.org/wsdl/}IndexPortTypeGTWSDLResourceProperties Changing the porttype definition to: <portType name="IndexPortType" wsrp:ResourceProperties="tns:IndexPortTypeGTWSDLResourceProperties"> works.
I think this is fixable for 4.0.1 release. If anyone disagrees please comment.