WSDL Targetnamespace change from URL to URN
Hi All,
I have few queries in Peoplesoft IB exposing web service, If you have come across these situations please respond.
1. When we expose a web service is it possible to have a URN format in place of URL in exported WSDL file for target namespace?
for ex when I expose a service the wsdl generated format is like below
<wsdl:definitions name="service.1" targetNamespace="http://xmln.oracle.com/enterprise/tools/service/service.1"
Instead I want this format by removing version number 1 and the namespace of url with urn
<wsdl:definitions name="abcservice" targetNamespace="urn:abc:abcservice" ...
2. Can we remove the versioning in service and service operations for wsdl, If so is it possible to identify the peoplesoft service from third party?