Call Progress Procedure in kSoap

392 Views Asked by At

I'm completely new with Progress. I'm trying to access my Progress Procedure (which works when I export it as an XML-page) in my Android app. I'm using kSoap to do the trick, because I've had some decent results of it.

But I can't seem to access my Progress Procedure in my Android project, can anyone help me to do this?

Thank you very much.

1

There are 1 best solutions below

0
On

Hannelore, from your comment it looks like you're trying to access your .P via WebSpeed, which is not the same thing as WebServices (it's more of a normal web server).

The URL should look something like http://localhost:8080/wsa/wsa1 (depending on your config). You'll need to install the WSA (WebServicesAdapter from progress.com/esd if you don't have it already), and also something like Tomcat.

Lots more details in the OpenEdge doc (here); specifically look at the OpenEdge Development:Web Services book

-- peter