While trying to generate the wsdl for my services I get the message:
Handler for Request not found:
Request.PathInfo: /metadata/soap12
I’ve already found the issue – just post this here if somebody else runs into the same issue.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is just a minor issue, but maybe someone else is struggeling.
if I point to the URI http://localhost:49490/api/ the request is forwarded (302) and the generated wsdl links point to the correct URI
http://localhost:49490/api/soap12
but if I point to the URI http://localhost:49490/api/metadata directly the generated wsdl links looks like this: http://localhost:49490/api/metadata/soap12
which cause the problem described above.