Re: Frage zu WSDL-File

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




Am 30.12.2008 21:10 Uhr schrieb "Thomas Kehl"

Hallo Martin

Das ist mir klar, dass ich das "machen lassen könnte". Ich möchte aber das
Konzept bzgl. WSDL begreifen, damit ich das auch sonst nutzen kann, wenn ich
keinen Automatismus habe (andere Sprachen/Entwicklungsumgebungen).
Z.B. habe ich einen WebService in PHP, den ich mit einem Client geschrieben
in C# anspreche. Dort muss ich das von Hand machen.

Hallo,

Falls es nur um PHP geht, kann ich die Bibliothek NUSOAP (
http://sourceforge.net/projects/nusoap/) von Dietrich Ayala empfehlen. Auch
hier kümmert sich die Bibliothek um die Erzeugung des WSDL. Scott Nichol hat
das schön beschrieben: http://www.scottnichol.com/nusoapprogwsdl.htm.

Die einfachste Art herauszufinden, wie man manuell in WSDL eine Methode ohne
Parameter angibt, ist es so etwas erst mit dem von Martin Honnen
beschriebenen WCF-Mechanismen zu schreiben und sich anschließend das
WSDL-File anzuschauen. Kann man bei laufendem Service z.B. per Download der
Service-Seite mit dem ?wsdl-Parameter machen.

Gruß
Karsten Beck

.



Relevant Pages

  • SOAP and Oracle
    ... I'm needing to develop a SOAP server on Linux connecting to Oracle 10g. ... So far I am looking at the Zend Oracle PHP for the server, however I keep coming up to the sticking point - WSDL. ... I cannot find any tools to assist in the creation of the WSDL from PHP classes, nor can I find any PHP5 compatible tools which allow direct creation of the SOAP interface. ...
    (comp.databases.oracle.tools)
  • Re: consume ASP.NET web service with PHP
    ... > consume it in PHP. ... This web service will simply query a database. ... Does PHP query the WSDL file, or does the ASP service query the PHP ...
    (comp.lang.php)
  • passing variable amount of complex types to WSDL SOAP webservice?
    ... i have a problem using a .NET WSDL Webservice from PHP. ... SOAP client cannot pass a variable amount of complex datatypes to the WSDL ...
    (comp.lang.php)
  • RE: [PHP] PHP and SAP Business One DI Server
    ... other options for PHP 4 (PHP 5 has a native Soap Extension, ... tell you that I've READ NuSoap has more features, ... I don't have a clue of how the SAP ... $wsdl = new wsdl; ...
    (php.general)
  • RE: Consuming a PHP Webservice
    ... Just add the php as a "web reference" in your project. ... The web service works OK using a testing PHP client. ... > web service to consume the webservice. ... > I have been reading about the ServicePoint class, proxies and WSDL, but I ...
    (microsoft.public.dotnet.framework.webservices)