Kbase P114191: Unable to access an OpenEdge Web Service depending on the Namespace which was entered in Proxy Gener
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  13/10/2006 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0x
OpenEdge 10.1A
SYMPTOM(s):
Unable to access an OpenEdge Web Service depending on the Namespace which was entered in Proxy Generator / ProxyGen
The WSA WSDL document for URI can not be found. (10962)
ProxyGen allows unsupported Namespaces
CAUSE:
ProxyGen does not check the Namespace type before deployment.
The WSA on the other hand does check the Namespace type to see if they are of type URN or URL, so specifying a Namespace as uri:wsTest is invalid.
FIX:
When generating the Web Service proxy you need to specify an absolute Namespace in ProxyGen of type URN or URL, for example: urn:wsTest or http://services-progress-com/wsTest .
- OR -
Change the Namespace to a valid absolute Namespace of type URN or URL during the Web Service deployment process.