I have been working with the MUSE and the WSRF WSDL
templates and have been getting the same exception. Why doesn't the Template contain the ScheduledResourceTerminationRP in the templates? Where can I find the specification for ScheduledResourceTerminationRP in my WSDL Asaf
Lahav VP
R&D, Prima Grid LTD. Cellular:
972-54-4717955 Phone:
972-3-6540255 Fax:
972-3-6540254 From: Campana Jr., Salvatore J
[mailto:[EMAIL PROTECTED] The output is telling you that your wsdl is not
complete...Based on the specs, when you add certain operations to your wsdl,
you are required to add certain resource properties to your RP document....This
has told you that your are missing the resource property ScheduledResourceTerminationRP...Until you add that,
your wsdl is not correct as per spec.. From: Asaf
Lahav [mailto: Hi, I am getting this exception in the
process of running the "generate" ant task. Caused by: org.apache.ws.resource.InvalidWsrfWsdlException: Unable to locate the
ResourceProperties document element with QName
{http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd}ScheduledResourceTerminationRP
at org.apache.ws.util.WsrfWsdlUtils.getResourcePropertyNames(WsrfWsdlUtils.java:147)
at org.apache.ws.resource.impl.ResourceCapabilityImpl.initPropertyNames(ResourceCapabilityImpl.java:561)
at org.apache.ws.resource.impl.ResourceCapabilityImpl.<init>(ResourceCapabilityImpl.java:75)
at org.apache.ws.resource.impl.ResourceCapabilityImpl.getImportedResourceDefinitions(ResourceCapabilityImpl.java:396)
at org.apache.ws.resource.impl.ResourceCapabilityImpl.initImplementedPortTypes(ResourceCapabilityImpl.java:545)
at org.apache.ws.resource.impl.ResourceCapabilityImpl.<init>(ResourceCapabilityImpl.java:73)
at org.apache.ws.resource.impl.ResourceDefinitionImpl.<init>(ResourceDefinitionImpl.java:56)
at org.apache.ws.resource.tool.Wsdl2Java.processWsdlFile(Wsdl2Java.java:896)
at org.apache.ws.resource.tool.Wsdl2Java.generate(Wsdl2Java.java:180)
at org.apache.ws.resource.tool.Wsdl2JavaTask.execute(Wsdl2JavaTask.java:228) Any help would be appreciated. Asaf
Lahav VP
R&D, Prima Grid LTD. Cellular: 972-54-4717955 Phone:
972-3-6540255 Fax:
972-3-6540254 |