Our team is developing an API which is being versioned. We have following naming schema:
http://example.com/remote/soap/vX.Y/wsdl
where X.Y
is version number. My question is: should targetNamespace contain whole WSDL address or just i.e. http://example.com/remote/soap
part?