Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

publishing WSRM procedures results in an invalid /services.wsdl #85

Open
chile12 opened this issue Aug 30, 2013 · 0 comments
Open

publishing WSRM procedures results in an invalid /services.wsdl #85

chile12 opened this issue Aug 30, 2013 · 0 comments
Assignees

Comments

@chile12
Copy link

chile12 commented Aug 30, 2013

(using Virtuoso 7.0.0 64-bit (x86_64) prebuild version)

Hello,

when publishing thr procedures:

WSRMSequence
WSRMSequenceTerminate
WSRMAckRequested

as shown in the example here: http://docs.openlinksw.com/virtuoso/warm.html#17.7.4. WS-RM Protocol Endpoint Configuration

create user WSRMR;
grant execute on WSRMSequence to WSRMR;
grant execute on WSRMSequenceTerminate to WSRMR;
grant execute on WSRMAckRequested to WSRMR;
vhost_define (lpath=>'/wsrm', ppath=>'/SOAP/', soap_user=>'WSRMR');

the resulting endpoint wsdl becomes an invalid xml.

XML spy:
File http://localhost:8890/EventFrameworkProcedures/services.wsdl is not valid.
attribute 'element' in message part 'parameters' (message 'WSRMAckRequestedResponse') refers to element 'dl:WSRMAckRequestedResponse' which is not defined within the WSDL file!
Error location: definitions / message / part / @element
Details

Greetings

@ghost ghost assigned imitko Sep 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants