Author Message
JigarParekh2
Joined: Dec 18, 2006
Messages: 0
Offline
Hi,

I have created stubs from wsdl file using wsdl2java for telephony web service.

and i am using all the jar files provided with telsvc-sdk-3.1.637.zip

but still generated code gives compilation error for classes
com.avaya.ws.TelephonyService.Empty
more digging i came to know that some jar files are missing like
avaya-common.jar
telephonysvc.jar

Where i can find these jars? any other solution to this.

Thanks,
Jigar
MatthewGood
Joined: Feb 13, 2007
Messages: 0
Offline
The jar files that are provided with the sdk are only required for running the example application.

When developing a production client application you should start with the wsdl file and generate your own stubs (as you say you did). In this case you do not need any other jar files from the AES application.

I suspect that the missing dependency is due to a conflict with the stubs you generated and those supplied with the sample application. Removing the jar files provided with the sdk should solve your problem.

The telephonysvc.jar belongs on the AES server machine and should not be used by web service clients.
Go to:   
Mobile view