using webservices created in openedge in php

nasgod

New Member
hello, I want to call a method which is created in a webservice in OpenEdge. My Input parameter is a temp-table with a blob-field and a character-field. But I don't know which parameter I need to use in PHP to send to my webservice. Is there anyone who have any experience with OpenEdge webservices and PHP. Thanks in advance, Best regards
 
download SoapUI tool and connect to progress web service within it.
Check format for incoming queries and test web service.
I use web service with flex only, not php. Do not think there is a big diffrence.
 
Top