1835f6802SDirk Vogt 2835f6802SDirk Vogt#------------------------------------------------------------------------------ 3*84d9c625SLionel Sambuc# $File: wsdl,v 1.3 2013/02/06 14:18:52 christos Exp $ 4835f6802SDirk Vogt# wsdl: PHP WSDL Cache, http://www.php.net/manual/en/book.soap.php 5835f6802SDirk Vogt# Cache format extracted from source: 6835f6802SDirk Vogt# http://svn.php.net/viewvc/php/php-src/trunk/ext/soap/php_sdl.c?revision=HEAD&view=markup 7835f6802SDirk Vogt# Requires file >= 5.05, see http://mx.gw.com/pipermail/file/2010/000683.html 8*84d9c625SLionel Sambuc# By Elan Ruusamae <glen@delfi.ee>, Patryk Zawadzki <patrys@pld-linux.org>, 2010-2011 9835f6802SDirk Vogt0 string wsdl PHP WSDL cache, 10835f6802SDirk Vogt>4 byte x version 0x%02x 11835f6802SDirk Vogt>6 ledate x \b, created %s 12835f6802SDirk Vogt 13835f6802SDirk Vogt# uri 14835f6802SDirk Vogt>10 lelong <0x7fffffff 15835f6802SDirk Vogt>>10 pstring/l x \b, uri: "%s" 16835f6802SDirk Vogt 17835f6802SDirk Vogt# source 18835f6802SDirk Vogt>>>&0 lelong <0x7fffffff 19835f6802SDirk Vogt>>>>&-4 pstring/l x \b, source: "%s" 20835f6802SDirk Vogt 21835f6802SDirk Vogt# target_ns 22835f6802SDirk Vogt>>>>>&0 lelong <0x7fffffff 23835f6802SDirk Vogt>>>>>>&-4 pstring/l x \b, target_ns: "%s" 24