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