• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

web service composition with owl-s and protege

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I have a problem with a web service composition with owl-s.
Este es el archivo wsdl que describe el servicio web:



The service does nothing special, just returns a complex data type.

Semantic markup was done with protege 3.2, but when running throws this error:

Preparing the input parameters.
Executing the service.
Creating the execution engine.
Execution started, with input value map:.
{http://www.localhost:8080/PersonaService.owl#personaInput=http://www.localhost:8080/PersonaService.owl#Persona_21}
[http://www.localhost:8080/PersonaService.owl#personaInput]
[http://www.localhost:8080/PersonaService.owl#Persona_21]
Error occured during execution.
org.mindswap.exceptions.ExecutionException: Cannot find dispatch method for {}PersonaServiceOperation

Someone could tell me how I can fix this error. Thank you very much.

Sorry for my English

 
reply
    Bookmark Topic Watch Topic
  • New Topic