If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Does anybody know how to publish SOAP web services on osx ? I know ther're serveral java solutions but I don't want that every user of my app has to install thousands of libs ....
"Eine gute Basis ist die Grundlage für ein solides Fundament", Unknown
"If people do not believe that mathematics is simple, it is only because they do not realize how complicated life is", John von Neumann
Originally posted by mahrz:
<STRONG>Does anybody know how to publish SOAP web services on osx ? I know ther're serveral java solutions but I don't want that every user of my app has to install thousands of libs ....</STRONG>
You're in luck! Apple has included SOAP and XML-RPC functionality right in the OS with Mac OS X 10.1 and higher. You can send SOAP/XML-RPC responses and requests using AppleEvents. Check out this URL:
It looks pretty easy, but cumbersome, to implement. Maybe someone will put a library of higher-level function calls to wrap up some of the mechanics of putting together SOAP requests.