Kbase P20526: REQUEST FAILURE when listing, deploying Web Service due to i
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/22/2003 |
|
Status: Unverified
FACT(s) (Environment):
WSTK 1.0A
SYMPTOM(s):
WSA request error: REQUEST FAILURE
Deploying a Web Service
Listing the deployed Web Services
Displaying the Run-Time properties
CAUSE:
The URL pattern of the WSA servlet does not allow WSDL listing or WSA administration.
<url-pattern>/wsa1</url-pattern>
FIX:
Modify the URL pattern in the web.xml file as follows:
<url-pattern>/wsa1/*</url-pattern>