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

Prefix can't begin with XML: xmlmime #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vinyanalista
Copy link

I'm using BeSimpleSoap at work and testing the webservice with SoapUI the response was never validated. Validation failed with the error:

line -1: error: Prefix can't begin with XML: xmlmime
line -1: Prefix can't begin with XML: xmlmime

Googling around, I found this page:

https://www.w3.org/TR/xml-media-types/

Which states one should use:

xmlns:xmime="http://www.w3.org/2005/05/xmlmime"

BeSimpleSoap was using:

xmlns:xmlmime="http://www.w3.org/2004/11/xmlmime"

I made that fix locally and now SoapUI validates my webservice response.

I gently ask you to accept this pull request.

Thank you for your good library and keep up the good work!

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

Successfully merging this pull request may close these issues.

1 participant