Invoke method on RPC/Encoded Web service with TABLE-HANDLE p

Posted by rvkanten on 21-Oct-2008 06:47

I'm looking for an example in C# showing the invocation of a method on a RPC/Encoded Web service that has an output TABLE-HANDLE parameter including walking the output XML Schema and XML Data to create a .NET DataSet.

All Replies

Posted by rstanciu on 21-Oct-2008 07:19

better is to use RPC/Literal web-service .... the .Net C# don't like the RPC/Encoded

or Doc/Literal encoding.

Posted by rvkanten on 21-Oct-2008 07:25

We're succesfullly invoking RPC/Encoded ABL Web services in C# without any problems!?!

The OpenEdge Documentation provides the requested example in VB.Net but I need an example in C#.

This thread is closed