03-14-2016 01:53 PM - edited 03-15-2019 06:16 AM
I'm running CVP 11.0.1 / Call Studio 11.0 and am trying to use a Web Service element.
When I load the WSDL file, the other options don't become enabled. I click the load button and it pauses as if it is loading (button stays popped in and then pops back out after a couple of seconds), but never enables the settings for the web service call and Runtime Settings.
I've tried loading an invalid WSDL file to compare behavior and in that case it throws an error saying it isn't formatted properly, etc.
Anybody run into this before?
03-15-2016 03:39 AM
the element is designed to work with following specifications:
Binding Styles
- RPC/encoded
- RPC/literal
- Document/literal
- Document/literal (wrapped)
To parse n-dimensional SOAP-encoded arrays (where n is greater than 1) or href references in web service response messages, use the "Store Full Response XML" option and process the response with custom code.
Includes built-in support for 1-dimensional arrays (that is, sequences).
To parse n-dimensional arrays (where n is greater than 1) in web service response messages, use the "Store Full Response XML" option and process the response with custom code.
the WSDL you are trying to load into element might not be compliant with above specifications.
you can check with your service developer to confirm the same.
03-15-2016 07:05 AM
Well, it is definitely SOAP 1.2, but I would have thought I would get an error message from Call Studio rather than it just silently loading and unloading it like it seams to be doing. I'll see if my dev team can switch to SOAP 1.1 and try again.
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