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

Exception in parser on wsdl:input not having namespace in message #29

Closed
markr79 opened this issue Aug 16, 2013 · 4 comments
Closed

Exception in parser on wsdl:input not having namespace in message #29

markr79 opened this issue Aug 16, 2013 · 4 comments

Comments

@markr79
Copy link

markr79 commented Aug 16, 2013

Message attribute in input/output may not have namespace id

port_message_ns_id, port_message_type = port_type_input_output.attribute("message").to_s.split(':')

in this case will cause exception a bit later in

message = @messages[port_message_type]

as port_message_type will be nil as actual type will be stored in port_message_ns_id

@markr79
Copy link
Author

markr79 commented Aug 16, 2013

Sample element

<wsdl:input message="myActionInput"></wsdl:input>

@rubiii
Copy link
Contributor

rubiii commented Aug 26, 2013

can you provide your wsdl for testing?

@tjarratt
Copy link
Contributor

Hey @markr79, I think this issue was just closed by pull request #38. Would you mind checking out the latest version on the master branch and let me know?

Closing this for now, but please re-open if this bug is still present.

@markr79
Copy link
Author

markr79 commented Dec 19, 2013

Problem is fixed with the master branch. Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants