Please help by last step WSA Tomcat call AppServer Proc

Posted by JochenJochen on 30-Sep-2017 08:26

Hi,

boah, hours of work to find out the way to deploy my first wsa proc. 

Using: Progress 10.2b With tomcat 7.0.81. Database and AppServer on secont machine.

I deployed my wsm file to wsa. It shows also my wsdl file like

http://localhost:8080/testservice/wsa1/wsdl

Progress Web Services Adapter

Web Services Adapter Deployed Applications
NameWSDL FileTarget URL
TestService TestService.wsdl urn:TestService

When i try to call my TestService, only the webbrowser shows an XML-File

http://localhost:8080/testservice/wsa1/wsdl?targetURI=urn:TestService

The webbrowser shows my TestService.wsdl. But don´t start my Proc. 

Please help urgent, what´s going wrong!?

Thanks a lot!

Jochen

All Replies

Posted by Stefan Drissen on 02-Oct-2017 00:41

The url you are using will only /show/ the wsdl required by the web service.

Download SoapUI and give that the url to your wsdl. It will then generate request methods which you fill with data and execute.

This thread is closed