12-30-2017 06:06 AM
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 java.lang.NullPointerException: null and nothing else.
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
any help would be appreciated.
12-30-2017 10:19 AM
more update is that I am getting the below error, I am deploying the app from studio 7 to cvp 10.5
at 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)
12-30-2017 12:57 PM
you should always import the studio app into Studio and Deploy from
Studio to VXML Server.
12-30-2017 01:08 PM
Yes thats what i am doing i am deploying from the Studio to VXML server then this error shows up when i update the application from the CVP...
Can you please let me know what does this error says..
12-30-2017 01:13 PM
I wonder if it needs you to reload the wsdl.
In the Studio 10 app, can you try bringing in a new Web Services element
and seeing if you can load the WSDL?
You might get the error when you try to load the wsdl - then we may know
more about why you're getting the run time error.
Then configure this new element to perform what the old one did?
Then delete the old web services element and name the new one to match
the name of the former web services element?
12-31-2017 08:42 AM
I have just installed the studio 10.5 and when i loaded the WSDL in it , i cant see the response that i use to see at studio 7 and also at SOAP, I have tried every possible option, its weird, can anyone let me know what should i do??
12-31-2017 09:18 AM
can you post the wsdl - I can try to load it into my studio system?
please modify/hide any personal data.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide