agupta1
15 years agoContributor
anyType element not accepted in the Form editor
I have the following web method defined in my c# code
public void SetVoiceItemAttribute(string identifier, string attributeName, object value)
It generates the following wsdl:
I can import the wsdl in soapui and this operation in a test case. Hopwever, I cannot edit the "value" field as it shows the following error:
value: Type[{http://www.w3.org/2001/XMLSchema}anyType] is not supported by Form Editor
I understand from one of the postings in the forum the anyType is treated as anySimpleType and this value is editable in SoapUI.
Can anyone please suggest a solution to this problem.
public void SetVoiceItemAttribute(string identifier, string attributeName, object value)
It generates the following wsdl:
I can import the wsdl in soapui and this operation in a test case. Hopwever, I cannot edit the "value" field as it shows the following error:
value: Type[{http://www.w3.org/2001/XMLSchema}anyType] is not supported by Form Editor
I understand from one of the postings in the forum the anyType is treated as anySimpleType and this value is editable in SoapUI.
Can anyone please suggest a solution to this problem.