Error This Xml File Does Not Appear ... By Wsa-adapter

Jochen0911

New Member
Hello,
i deployed wsdl TestService in Progress 10.2B06 with Tomcat 8.5. on my local machine. It´s my first try.
The wsdl is made by Progress Proxy Generator.

When i use URL
http://localhost:8080/wsa/wsa1/wsdl?targetURI=urn:ServiceTest

it comes
This XML file does not appear to have any style information associated with it. The document tree is shown below.
It shows the wsdl XML File on screen.

Can anyone tell me, what´s wrong?

Thanks a lot,
Jochen
 

Jochen0911

New Member
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
Name WSDL File Target 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
 

Stefan

Well-Known Member
You are only viewing the wsdl and not calling the web service.

Easiest way to test web services is with SoapUI, start a new project with your URI as starting point, SoapUI will generate requests for all methods which can then be executed.
 
Top