This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Error New WS Configuration

troques - Tuesday, October 20, 2015 5:14 AM:

Hi all,

I am trying to create a new web service configuration and it fails with the following error when I try to load the form. 

2 topics are already talking about my problem but nobody gave a solution : 

www.aras.comhttp:/.../7574.aspx

www.aras.comhttp:/.../15640.aspx

Could you help me please ? 

Tristan ROQUES



tstickel - Thursday, October 22, 2015 11:13 AM:

Tristan

It is my understanding that creating a new web service configuration from the Innovator 10/11 user interface is not supported.  If I am wrong in this assumption, then I apologize.

If you have Visual Studio you could create a web service (e.g. in C#) and deploy it to IIS on your Innovator Server machine.  This service would have to include code to connect and logon to Innovator server.  There is a .Net IOM code example for how to do this connection/logon for C# in the Innovator Programmers Guide (the version of this Guide available on the Aras Web site under 9.4 documentation appears to still be accurate).  Your C# code would also have to define the data and methods associated with your web service.

I have not actually done this, so I can not provide any sample code.