Howto:PBX SOAP Api C-sharp sample code: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
As you probably know, the SOAP interface documentation is under [[Reference:SOAP_API]] available.  Please retrieve the latest version there to make sure you have up to date information.
As you probably know, the SOAP interface documentation is under [[Reference:SOAP_API]] available.  Please retrieve the latest version there to make sure you have up to date information.


However, there is no sample code included in this documentation.  Please find attached a Visual C# solution for a small GUI client which may be helpful to get the overall idea.
However, there is no sample code included in this documentation.  Please find attached a Visual C# solution(VS2003) for a small GUI client which may be helpful to get the overall idea.
 
 
== Download ==
*[http://download.innovaphone.com/ice/wiki-src#soapcsharp http://download.innovaphone.com/ice/wiki-src#SOAPCsharp] - download the complete file package of scripts and files described in this article.


[http://wiki.innovaphone.com/images/0/04/Client.zip Client.zip]


== Related Articles ==
== Related Articles ==
[[Reference:SOAP_API]]
[[Reference:SOAP_API]]



Revision as of 16:58, 17 June 2011

As you probably know, the SOAP interface documentation is under Reference:SOAP_API available. Please retrieve the latest version there to make sure you have up to date information.

However, there is no sample code included in this documentation. Please find attached a Visual C# solution(VS2003) for a small GUI client which may be helpful to get the overall idea.


Download


Related Articles

Reference:SOAP_API

Howto:SOAP with PHP5

For a discussion of general problems with .Net's synchronization model see the the chapter about known problems in the Howto:SOAP Api VisualBasic.Net Sample Code article.