Cisco Unified Application Environment Developer Forums

« Back to Developers

RE: CUAE 2.5 SR2 etch/C# server exception clobbers server

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi Aaron,
 
I built the application which you have attached with this post and was able to run it successfully. The application is creating one TextObject and returning a success message. When I ran this application I got a response
 
Registering the application
sessionNotify: UP
registered and running
incomingCall: sessionId: b183b5cd-3cb5-470b-9b0f-28461f3be86a
ctr returnValue: success
incomingCall hangingup
exiting incomingCall()
 
The error log shows that one createMenu method is used but I did not find any createMenu method in the application you attached. The method being used in your application is CreateText.
 
For creating and using the CiscoIpPhone xml objects, you need to populate the xml object's options properly and the xml object will be created by the CUAE. If the options are not populated properly then you'll get either a compilation error or a runtime error.
 
Regards,
Rakesh.