IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Bibliothèques et frameworks PHP Discussion :

[Web Service] accéder au service web


Sujet :

Bibliothèques et frameworks PHP

Mode arborescent

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Invité
    Invité(e)
    Par défaut [Web Service] accéder au service web
    Bonjour,

    j'ai une question concerne le fichier WSDL pour accéder au service web ,en fait j'ai besoin d'appel un service web d'un fournisseur et j'aimerais savoir est ce que moi que je développer le wsdl ?ou le fournisseur de service web qui va m'envoyer car j'ai juste ces type de fichier
    Code xml : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    <?xml version="1.0" encoding="utf-8"?>
    <message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <authentication login="MyLog" password="MyPass" />
    <inventoryUpdate hotelId="4">
    <room id="B3T">
    <inventory>
    <availability from="2010-12-28" to="2010-12-28" quantity="1" />
    <availability from="2010-12-29" to="2010-12-31" quantity="1" />
    <availability from="2011-01-01" to="2011-01-01" quantity="1" />
    <availability from="2011-01-02" to="2011-03-31" quantity="1" />
    <availability from="2011-04-01" to="2011-12-30" quantity="1" />
    </inventory>
    <rate currency="EUR" rateCode="BAR" rateName="Best Available Rate">
    <planning from="2010-12-28" to="2010-12-28" minimumStay="1" unitPrice="210"
    noArrival="false" isClosed="false" />
    <planning from="2010-12-29" to="2010-12-31" minimumStay="1" unitPrice="273"
    noArrival="false" isClosed="false" />
    <planning from="2011-01-01" to="2011-01-01" minimumStay="1"
    unitPrice="340.0000" noArrival="false" isClosed="false" />
    <planning from="2011-01-02" to="2011-03-31" minimumStay="1" unitPrice="294"
    noArrival="false" isClosed="false" />
    Confidential – Copyright SIRIONA 2008 - 16 novembre 2012
    Chapter : Receiving inventory updates
    9
    <planning from="2011-04-01" to="2011-12-30" minimumStay="1"
    unitPrice="340.0000" noArrival="false" isClosed="false" />
    </rate>
    <rate currency="EUR" rateCode="PACKAGE1" rateName="Package Offer">
    <planning from="2010-12-28" to="2010-12-28" minimumStay="1"
    unitPrice="380.0000" noArrival="false" isClosed="false" />
    <planning from="2010-12-29" to="2010-12-31" minimumStay="1"
    unitPrice="380.0000" noArrival="false" isClosed="false" />
    <planning from="2011-01-01" to="2011-01-01" minimumStay="1" unitPrice="357"
    noArrival="false" isClosed="false" />
    <planning from="2011-01-02" to="2011-03-31" minimumStay="1"
    unitPrice="340.0000" noArrival="false" isClosed="false" />
    <planning from="2011-04-01" to="2011-12-30" minimumStay="1"
    unitPrice="340.0000" noArrival="false" isClosed="false" />
    </rate>
    <rate currency="EUR" rateCode="RACKPRI" rateName="Public Price">>
    <planning from="2010-12-28" to="2010-12-28" minimumStay="1"
    unitPrice="380.0000" noArrival="false" isClosed="false" />
    <planning from="2010-12-29" to="2010-12-31" minimumStay="1"
    unitPrice="380.0000" noArrival="false" isClosed="false" />
    <planning from="2011-01-01" to="2011-01-01" minimumStay="1"
    unitPrice="340.0000" noArrival="false" isClosed="false" />
    <planning from="2011-01-02" to="2011-03-31" minimumStay="1"
    unitPrice="340.0000" noArrival="false" isClosed="false" />
    <planning from="2011-04-01" to="2011-12-30" minimumStay="1"
    unitPrice="340.0000" noArrival="false" isClosed="false" />
    </rate>
    </room>
    </inventoryUpdate>
    </message>

    merci en avance
    Dernière modification par rawsrc ; 30/06/2013 à 10h24. Motif: Merci de préciser le langage utilisé avec [code=xml]

Discussions similaires

  1. Accéder à un Web Service
    Par Franky731 dans le forum Services Web
    Réponses: 4
    Dernier message: 01/04/2011, 10h38
  2. Accéder à un web service distant
    Par Nadesh dans le forum Services Web
    Réponses: 1
    Dernier message: 24/01/2011, 14h11
  3. Accéder à un Web Service depuis un module SAP
    Par padsalad dans le forum SAP
    Réponses: 0
    Dernier message: 10/09/2010, 17h57
  4. Réponses: 1
    Dernier message: 16/03/2010, 11h29
  5. [C#] Accéder à un service web via SOAP
    Par LE NEINDRE dans le forum Windows Forms
    Réponses: 5
    Dernier message: 29/05/2006, 18h07

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo