Hi there,
I have a problem with a web service within Visual Composer. We created a web service which has an action called <i>GetCompanyDetails</i>. It has two input parameters <i>company name</i> and <i>company id</i>, both of type string.
<xs:element name="debnam" type="xs:string" nillable="true"/>
<xs:element name="debid" type="xs:string" nillable="true"/>
When I test the web service in the <b>Web Services Navigator</b> both parameters are treated as optional so I don't have to specify them. But when I use the web service as a data service within Visual Composer both parameters are required fields and I'm not able to deploy the page as long as I haven't values in the parameter fields. And when I use a third party soap client I don't have to insert values for the parameters. So is there a setting in the Visual Composer that fields which are not explicitly defined as <b>optional</b> are treated as optional fields?
Regards
Marc
Message was edited by: Marc Veser