Hi people! I have set up a Soap Server as well I do generate the WSDL File with the generator. The WSDL Generator generates me only the input messages, but I need the ouput messages created on the fly either, and I am not getting smart.
General: http://toplay.higazi.net/?wsdl generates the WSDL File from the class MeineKlasse and http://toplay.higazi.net/ is the SoapServer. that takes as parameter the wsdl url. Problem: 1. the created WSDL File (<port type>) generates only input messages. Where are the ouptut messages that have to be returned?! 2. the functions message name (at the bottom redefined) defines the parameter as xsd:anyType. How will I have to redefine it, that the input type generated in WSDL is String?! Instead of posting the sourcecode around, I thought generating everything as PHPS Files to see it directly on the browserscreen. http://toplay.higazi.net/soaps/app/MeineKlasse.phps http://toplay.higazi.net/soaps/ClassLoader.phps http://toplay.higazi.net/soaps/web/index.phps Thank you for your support Tamer
