Axis and SoapServer interop tests

This commit is contained in:
Andreas Schamberger
2013-08-23 23:25:16 +02:00
parent f8a80c0361
commit 2b12264304
73 changed files with 2435 additions and 904 deletions

View File

@ -0,0 +1,7 @@
<?php
namespace BeSimple\SoapClient\Tests\ServerInterop\Fixtures;
class AttachmentRequest extends AttachmentType
{
}