Publish a webservice from a given wsdl file

0
We have received a wsdl file from a hardware supplier. This supplier provides our customers with mifare and nfc readers so clients can pay with contactless devices. The reader calls a webservice. This webservice has to be created according to the wsdl file they supplied and specified. If not correct the hardware will not work. Is it possible to create a published webservice from this supplied wsdl file? Thanks!
asked
2 answers
1

Not tried, but you could try first to consume this webservice using the provided WSDL and then change the consumed webservice to a published webservice. If the WSDL that Mendix produces is the same as the WSDL you got then it works.

Regards,

Ronald

[EDIT] For importing the webservice look at the documentation here: https://world.mendix.com/display/howto6/Consuming+a+complex+web+service As the result you should not have a new entity and the attributes provided by the webservice. This will probably be non-persisted objects. Now change them to persistend objects and create the forms to view the objects. From there you can use the documentation here (https://world.mendix.com/display/howto6/Exposing+a+web+service ) to expose this table as a webservice.

answered
0

Thank you Ronald, Any idea how I can turn a consumed webservice into a published one? Thanks again.

answered