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