Consume RPC perl web service

1
Is it possible to consume a web service defined as "http://[url]/rpc.pl" in Mendix? If so, how is this done?
asked
2 answers
2

Do you have an API/documentation? If so, it sounds like you should create a java action that will execute an appropriate HTTP POST to the url? As far as I know SOAP/WSDL is the only well documented machine parsable RPC service.

answered
0

Shouldn't be a problem, did you already imported your wsdl?

answered