1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

Progress Application Server invalid webapp in wsdl

Discussão em 'StackOverflow' iniciado por fdantas, Agosto 26, 2015.

  1. fdantas

    fdantas Administrator Moderador

    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...

Compartilhe esta Página