How do I call a .NET web method inside a webservice

Posted by jmeloy on 22-Apr-2008 21:33

Progress 10.01a Client Window XP

Progress 10.01a Server Win2003

NO AppServer

How do I call a .NET web method inside a MS web service. I have verified the web service is connected.

I need to pass an xml data stream to the method in the web service. I can't seem to find a solution in the docs I have reviewed

Any examples would be greatly appreciated.

Jim

All Replies

Posted by rstanciu on 20-Aug-2008 04:57

First you have to document the .Net exposed webservice,

using the tool: bprowsdldoc .

Take a look to the documentation and copy/paste the connection details

and how to call progress procedure.

This thread is closed