php.de

Zurück   php.de > Webentwicklung > PHP-Fortgeschrittene

PHP-Fortgeschrittene Arbeiten mit PHP ohne Einschränkungen

Antwort
 
LinkBack Themen-Optionen Thema bewerten
Alt 01.06.2006, 09:08  
Neuer Benutzer
 
Registriert seit: 30.05.2006
Beiträge: 13
cola
Standard

hallo zusammen,
so habe nun endlich auch mal ein erfolg...

habe nun direkt die nusoap klasse integriert und mit der komme ich mal weiter... debuggen etc. funktioniert nun ohne probleme....

jedoch kleine frage, ist es möglich (wen ja wie) das ich den body
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<ns9756:WebCtTagWrite xmlns:ns9756="http://tempuri.org/WebCtTagWrite">
<tag xsi:type="xsd:string">test</tag>
<val xsi:type="xsd:string">string</val>
</ns9756:WebCtTagWrite>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
so verändern kann

Code:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <WebCtTagWrite xmlns="http://tempuri.org/">
      <tag>test</tag>
      <val>string</val>
    </WebCtTagWrite>
  </soap:Body>
</soap:Envelope>
danke für die Hilfe....
cola ist offline   Mit Zitat antworten
Sponsor Mitteilung
PHP Code Flüsterer

Registriert seit: 21.08.2005
Beiträge: 4682
PHP-Kenntnisse:
Fortgeschritten

Alt 01.06.2006, 11:33  
Neuer Benutzer
 
Registriert seit: 30.05.2006
Beiträge: 13
cola
Standard

hallo leute....

so habe die nusoap datei modifiziert und meinen bedürfnissen angepasst....

nun funktioniert es ohne probleme....

auch die request anzeige


gr. cola
cola ist offline   Mit Zitat antworten
Antwort


Themen-Optionen
Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an
Gehe zu

Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Zugriff auf complexType Rückgabe Objekt von SOAP Aufruf? kuschky PHP-Fortgeschrittene 3 24.06.2010 12:35
XML Datei mit Zertifikat versenden via SOAP + PHP haarausfall PHP Tipps 2008 1 30.01.2008 21:53
Größenbeschränkung bei PEAR SOAP Antwort? Anotherone PHP-Fortgeschrittene 1 13.01.2008 20:32
SOAP Server Parameter richtig zuordnen Anotherone PHP Tipps 2008 0 12.12.2007 11:23
SOAP bindings ?!? stonefred71 PHP-Fortgeschrittene 0 08.11.2007 18:27
php5 soap extension, soap attachment zcmaster PHP-Fortgeschrittene 0 07.08.2006 16:09
SOAP - rudimentäre Frage PHP Tipps 2007 2 31.05.2006 14:01
Problem mit SOAP --&amp;gt; DTD Fehlermeldung... PHP-Fortgeschrittene 0 05.04.2006 19:54
SOAP WSDL-> Funktion hinzufügen... PHP Tipps 2006 0 16.02.2006 15:07
Stabilität von SOAP (client) unter PHP5 ? Infos gesucht. PHP-Fortgeschrittene 5 13.09.2005 07:01
[Erledigt] XML String an Webservice übergeben (SOAP) PHP-Fortgeschrittene 3 26.08.2005 12:40
SOAP in PHP5 für NuSoap deaktivieren PHP-Fortgeschrittene 2 03.08.2005 18:23
[Erledigt] Performance Fragen zu PHP4/OOP und SOAP RPC Webservice PHP-Fortgeschrittene 4 26.05.2005 14:35
soap für php4? robo47 PHP Tipps 2004-2 4 11.11.2004 10:08
SOAP Mutatos PHP-Fortgeschrittene 1 05.08.2004 09:24

Besucher kamen über folgende Suchanfragen bei Google auf diese Seite
<?xml version=\1.0\ encoding=\iso-8859-1\?> <soap-env:envelope xmlns:soap-env=\http://schemas.xmlsoap.org/soap/envelope/\ xmlns:xsd=\http://www.w3.org/2001/xmlschema\ xmlns:xsi=\http://www.w3.org/2001/xmlschema-instance\> <soap-env:body> <createsession, php seite für soap, php nusoap performance, soap:envelope xmlns php, php \soap:envelope\ \soap-env:envelope\

Alle Zeitangaben in WEZ +2. Es ist jetzt 21:17 Uhr.




Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Aprilia-Forum, Aquaristik-Forum, Liebeskummer-Forum, Zierfisch-Forum, Geizkragen-Forum

Creative Commons License
Dieser Inhalt ist unter einer Creative Commons-Lizenz lizenziert.