cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
344
Views
1
Helpful
1
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Selim Budakoglu on 27-11-2008 05:02:08 PM
Hi guys,
I have been trying to call web service which I developed by using Microsoft .Net 2008 visual studio, from CVP 7.0.1 platform and I am getting the following error, does anyone has any idea. Thanks...

-----

10.81.110.81.1227804397993.3.WS3,11/27/2008 18:46:38.008,The error was: SOAP 1.2 Binding with null invocation parameter is not allowed with HTTP POST Request Method in MESSAGE mode The error was:
The root cause was: javax.xml.ws.WebServiceException: SOAP 1.2 Binding with null invocation parameter is not allowed with HTTP POST Request Method in MESSAGE mode
com.audium.server.AudiumException:

at com.audium.server.webservices.ServicesDispatcher.logEnvelopes(ServicesDispatcher.java:258)
at com.audium.server.webservices.ServicesDispatcher.invoke(ServicesDispatcher.java:205)
at com.audium.server.webservices.WebservicesElement.invokeService(WebservicesElement.java:52)
at com.audium.server.voiceElement.WebservicesElementBase.service(WebservicesElementBase.java:395)
at com.audium.server.controller.Controller.goToWebservices(Controller.java:2667)
at com.audium.server.controller.Controller.goToElement(Controller.java:2456)
at com.audium.server.controller.Controller.enterVoiceApplication(Controller.java:1007)
at com.audium.server.controller.Controller.newCall(Controller.java:944)
at com.audium.server.controller.Controller.doPost(Controller.java:469)
at com.audium.server.controller.Controller.doGet(Controller.java:398)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:834)
at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:640)
at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1286)
at java.lang.Thread.run(Thread.java:595)

Root Cause: javax.xml.ws.WebServiceException: SOAP 1.2 Binding with null invocation parameter is not allowed with HTTP POST Request Method in MESSAGE mode
at com.sun.xml.ws.client.dispatch.DispatchBase.isValidNullParameter(DispatchBase.java:624)
at com.sun.xml.ws.client.dispatch.DispatchBase.setupMessageStruct(DispatchBase.java:400)
at com.sun.xml.ws.client.dispatch.DispatchBase.invoke(DispatchBase.java:118)
at com.audium.server.webservices.ServicesDispatcher.invoke(ServicesDispatcher.java:173)
at com.audium.server.webservices.WebservicesElement.invokeService(WebservicesElement.java:52)
at com.audium.server.voiceElement.WebservicesElementBase.service(WebservicesElementBase.java:395)
at com.audium.server.controller.Controller.goToWebservices(Controller.java:2667)
at com.audium.server.controller.Controller.goToElement(Controller.java:2456)
at com.audium.server.controller.Controller.enterVoiceApplication(Controller.java:1007)
at com.audium.server.controller.Controller.newCall(Controller.java:944)
at com.audium.server.controller.Controller.doPost(Controller.java:469)
at com.audium.server.controller.Controller.doGet(Controller.java:398)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:834)
at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:640)
at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1286)
at java.lang.Thread.run(Thread.java:595)

Edited by: Selim Budakoglu on Nov 27, 2008 12:07 PM

Subject: Re: CVP Web Sevice problem
Replied by: Selim Budakoglu on 27-11-2008 06:19:42 PM
Hi again,
We have just solved the problem. We had to update our client and server system to 7.0.2 patch.

Subject: RE: Re: CVP Web Sevice problem
Replied by: Sherif Amer on 01-11-2009 01:19:58 PM
Dear selim,
i have the same problem but my web service in java
i want to ask you some questions which may help me:
1-SAOP version that u used in the webservice.?
2-can you send me the WSDL file that you used ?
 
Comments
willwatts
Level 5
Level 5

WebServices Element and .Net Webservices has an example of how this breaks for CVP 9.0(1) using a HttpPost port in the WebService element.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links