cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
720
Views
0
Helpful
1
Replies

Studio WebService NullPointer

George Michaell
Level 3
Level 3

Guys,

 

Studio Version 7.X
CVP 10.5

 

I have a very simple WSDL that I am trying to integrate in an application, have tested the WSDL in soap and works fine but as I am trying to deploy the application with that particular WSDL it gives the below error

 

com.audium.server.webservices.ServicesConfiguration.createBindingOperation(ServicesConfiguration.java:153)

  • at com.audium.server.webservices.ServicesConfiguration.init(ServicesConfiguration.java:143)

    at com.audium.server.webservices.ServicesConfiguration.<init>(ServicesConfiguration.java:120)

    at com.audium.server.controller.AudiumServerConfiguration.parseWSDLs(AudiumServerConfiguration.java:411)

    at com.audium.server.controller.AudiumServerConfiguration.parseWSDLs(AudiumServerConfiguration.java:390)

    at com.audium.server.controller.AudiumServerConfiguration.<init>(AudiumServerConfiguration.java:218)

    at com.audium.server.controller.AudiumServerConfiguration.initialize(AudiumServerConfiguration.java:1049)

    at com.audium.server.controller.Admin.cmdUpdateApp(Admin.java:326)

    at com.audium.server.controller.Admin.executeCommand(Admin.java:244)

    at com.audium.server.controller.Admin.run(Admin.java:1520)

    at java.lang.Thread.run(Thread.java:744)

 

I am also using an application modifier to declare some session variables.

what am I missing, are there any libraries to include in that application to use a webservice

  •  I am deploying the app from studio 7 to cvp 10.5

any help would be appreciated.

1 Reply 1

I'd recommend always using the same version of Studio as the version of CVP you're trying to deploy to. You might be running into a case where something changed between the two (especially since Studio is so old compared to your CVP). I've run into this where I had to get to the same version and only then would the code work as expected, with no other changes.