Progress Application Server Invalid Webapp In Wsdl

Status
Not open for further replies.
J

JaimeCamargo

Guest
I'm creating a new web service adapter in Progress 11.3 OpenEdger Server with this steps:

1) Stop Tomcat

2) Copy the "/PROGRESS_DIR/servlets/wsa" directory to "/TOMCAT_DIR/webapps/" directory

3) Rename "/TOMCAT_DIR/webapps/wsa" directory to "/TOMCAT_DIR/webapps/bsp" directory

4) Start Tomcat, this action creates the "wsa1" directory in "/TOMCAT_DIR/webapps/bsp" directory. The wsa1 has two files:

Default.prop
DeployedServices.ds


5) Create the web service adapter on the Progress Application Server Console, with this parameters:

name: bsp
URL: http://IP_SERVER:8080/bsp/wsa1
Location: local


6) The bsp adapter is actived, its color is green in the Progress Application Server Console

7) Copy the Service.wsm file to "/TOMCAT_DIR/webapps/bsp/wsa1/" directory. This file has the "http://IP_SERVER:8080/bsp/wsa1" value in "SoapEndpointURL" tag.

<SoapEndpointURL>http://IP_SERVER:8080/bsp/wsa1</SoapEndpointURL>


8) Deploy the Service on bsp adapter with this information

WMS File: /TOMCAT_DIR/webapps/bsp/wsa1/Service.wsm


¡NOW, THE ERROR!

When I executed the step 8, this action creates the Service.wsdl file in the "/TOMCAT_DIR/webapps/bsp/wsa1/" directory, that is correct!, however this file contents the BAD URL in the soap:address tag.

<soap:address location="http://IP_SERVER:8080/wsa/wsa1"/>


/wsa/? Why? Ummm?

The next is the correct!

<soap:address location="http://IP_SERVER:8080/bsp/wsa1"/>


Yes! /bsp/ and not /wsa/.

Additional Information:

Linux Red Hat 6
Progress 11.3
Tomcat 5.5.20

Continue reading...
 
Status
Not open for further replies.
Top