문제

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.

도움이 되었습니까?

해결책

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.

difference

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top