When calling webservice the mendix prompts an error

0
When I am using Mendix ”Consumed_web_service”,input the WSDL url “http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?wsdl”,the mendix system prompts an error that”an error occoured while parsing the XMl Schema in the WSDL document: The ‘http ://www.w3.org/2001/XMLSchema: schema’ element is not declared..”. Although I know the handbook webservice url,such as “https://www.w3schools.com/xml/tempconvert.asmx?wsdl” is ok,but why when I try the other one is wrong ? Please give me a hand,thank you!
asked
2 answers
1

You may want to try upgrading to a later version of the modeler.

In the release notes of Modeler 7.14, it mentions that support for the http://www.w3.org/2001/XMLSchema:schema namespace was added.

answered
0

Seems that the operation: http://WebXml.com.cn/:getSupportDataSetResult has a few issues with data type which are not supported by Mendix. Choice and Any cannot be handled;

Though I wonder why you need to use this operation for a simple webservice like this. Thus, I would ignore the message and continue to use the other operations. Which are the actual usecase.

answered