Changeset e77c86e


Ignore:
Timestamp:
May 4, 2010 2:28:38 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
175b444
Parents:
d20823f
Message:

get rid of faber

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/deter_impl.py

    rd20823f re77c86e  
    1919    """
    2020    # Used by the SOAP caller
    21     soap_namespaces = ('http://www.isi.edu/faber/fedd.wsdl',
    22             'http://www.isi.edu/faber/fedd_internal.wsdl')
     21    soap_namespaces = ('http://www.isi.edu/fedd.wsdl',
     22            'http://www.isi.edu/fedd_internal.wsdl')
    2323
    2424    def __init__(self, config=None):
  • wsdl/abac.wsdl

    rd20823f re77c86e  
    11<?xml version="1.0"?>
    22<definitions name="fedd_abac"
    3   targetNamespace="http://www.isi.edu/faber/abac.wsdl"
    4   xmlns:tns="http://www.isi.edu/faber/abac.wsdl"
    5   xmlns:xsd1="http://www.isi.edu/faber/abac_types"
    6   xmlns:xsd2="http://www.isi.edu/faber/fedd_types"
     3  targetNamespace="http://www.isi.edu/abac.wsdl"
     4  xmlns:tns="http://www.isi.edu/abac.wsdl"
     5  xmlns:xsd1="http://www.isi.edu/abac_types"
     6  xmlns:xsd2="http://www.isi.edu/fedd_types"
    77  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    88  xmlns="http://schemas.xmlsoap.org/wsdl/">
    99
    1010
    11    <import namespace="http://www.isi.edu/faber/abac_types"
     11   <import namespace="http://www.isi.edu/abac_types"
    1212         location="abac_types.xsd"/>
    1313
    14    <import namespace="http://www.isi.edu/faber/fedd_types"
     14   <import namespace="http://www.isi.edu/fedd_types"
    1515         location="fedd_types.xsd"/>
    1616   <!--Is topdl needed? -->
    17    <import namespace="http://www.isi.edu/faber/topdl"
     17   <import namespace="http://www.isi.edu/topdl"
    1818         location="topdl.xsd"/>
    1919  <!--
     
    153153        <input>
    154154          <soap:body use="literal" parts="tns:NegotiateRequestBody"
    155             namespace="http://www.isi.edu/faber/fedd.wsdl"
     155            namespace="http://www.isi.edu/fedd.wsdl"
    156156            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    157157        </input>
    158158        <output>
    159159          <soap:body use="literal" parts="tns:NegotiateResponseBody"
    160             namespace="http://www.isi.edu/faber/fedd.wsdl"
     160            namespace="http://www.isi.edu/fedd.wsdl"
    161161            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    162162        </output>
    163163        <fault name="NegotiateFeddFault">
    164164          <soap:fault use="literal"  name="tns:FeddFault"
    165             namespace="http://www.isi.edu/faber/fedd.wsdl"
     165            namespace="http://www.isi.edu/fedd.wsdl"
    166166            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    167167        </fault>
     
    171171        <input>
    172172          <soap:body use="literal" parts="tns:CreateContextRequestBody"
    173             namespace="http://www.isi.edu/faber/fedd.wsdl"
     173            namespace="http://www.isi.edu/fedd.wsdl"
    174174            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    175175        </input>
    176176        <output>
    177177          <soap:body use="literal" parts="tns:CreateContextResponseBody"
    178             namespace="http://www.isi.edu/faber/fedd.wsdl"
     178            namespace="http://www.isi.edu/fedd.wsdl"
    179179            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    180180        </output>
    181181        <fault name="NegotiateFeddFault">
    182182          <soap:fault use="literal"  name="tns:FeddFault"
    183             namespace="http://www.isi.edu/faber/fedd.wsdl"
     183            namespace="http://www.isi.edu/fedd.wsdl"
    184184            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    185185        </fault>
     
    189189        <input>
    190190          <soap:body use="literal" parts="tns:AccessRequestBody"
    191             namespace="http://www.isi.edu/faber/fedd.wsdl"
     191            namespace="http://www.isi.edu/fedd.wsdl"
    192192            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    193193        </input>
    194194        <output>
    195195          <soap:body use="literal" parts="tns:AccessResponseBody"
    196             namespace="http://www.isi.edu/faber/fedd.wsdl"
     196            namespace="http://www.isi.edu/fedd.wsdl"
    197197            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    198198        </output>
    199199        <fault name="NegotiateFeddFault">
    200200          <soap:fault use="literal"  name="tns:FeddFault"
    201             namespace="http://www.isi.edu/faber/fedd.wsdl"
     201            namespace="http://www.isi.edu/fedd.wsdl"
    202202            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    203203        </fault>
     
    207207        <input>
    208208          <soap:body use="literal" parts="tns:CredentialUpdateRequestBody"
    209             namespace="http://www.isi.edu/faber/fedd.wsdl"
     209            namespace="http://www.isi.edu/fedd.wsdl"
    210210            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    211211        </input>
    212212        <output>
    213213          <soap:body use="literal" parts="tns:CredentialUpdateResponseBody"
    214             namespace="http://www.isi.edu/faber/fedd.wsdl"
    215             encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    216         </output>
    217         <fault name="NegotiateFeddFault">
    218           <soap:fault use="literal"  name="tns:FeddFault"
    219             namespace="http://www.isi.edu/faber/fedd.wsdl"
     214            namespace="http://www.isi.edu/fedd.wsdl"
     215            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     216        </output>
     217        <fault name="NegotiateFeddFault">
     218          <soap:fault use="literal"  name="tns:FeddFault"
     219            namespace="http://www.isi.edu/fedd.wsdl"
    220220            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    221221        </fault>
     
    225225        <input>
    226226          <soap:body use="literal" parts="tns:AddCertificateRequestBody"
    227             namespace="http://www.isi.edu/faber/fedd.wsdl"
     227            namespace="http://www.isi.edu/fedd.wsdl"
    228228            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    229229        </input>
    230230        <output>
    231231          <soap:body use="literal" parts="tns:AddCertificateResponseBody"
    232             namespace="http://www.isi.edu/faber/fedd.wsdl"
    233             encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    234         </output>
    235         <fault name="NegotiateFeddFault">
    236           <soap:fault use="literal"  name="tns:FeddFault"
    237             namespace="http://www.isi.edu/faber/fedd.wsdl"
     232            namespace="http://www.isi.edu/fedd.wsdl"
     233            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     234        </output>
     235        <fault name="NegotiateFeddFault">
     236          <soap:fault use="literal"  name="tns:FeddFault"
     237            namespace="http://www.isi.edu/fedd.wsdl"
    238238            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    239239        </fault>
     
    243243        <input>
    244244          <soap:body use="literal" parts="tns:RemoveCertificateRequestBody"
    245             namespace="http://www.isi.edu/faber/fedd.wsdl"
     245            namespace="http://www.isi.edu/fedd.wsdl"
    246246            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    247247        </input>
    248248        <output>
    249249          <soap:body use="literal" parts="tns:RemoveCertificateResponseBody"
    250             namespace="http://www.isi.edu/faber/fedd.wsdl"
    251             encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    252         </output>
    253         <fault name="NegotiateFeddFault">
    254           <soap:fault use="literal"  name="tns:FeddFault"
    255             namespace="http://www.isi.edu/faber/fedd.wsdl"
     250            namespace="http://www.isi.edu/fedd.wsdl"
     251            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     252        </output>
     253        <fault name="NegotiateFeddFault">
     254          <soap:fault use="literal"  name="tns:FeddFault"
     255            namespace="http://www.isi.edu/fedd.wsdl"
    256256            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    257257        </fault>
     
    261261        <input>
    262262          <soap:body use="literal" parts="tns:DiscoveryRequestBody"
    263             namespace="http://www.isi.edu/faber/fedd.wsdl"
     263            namespace="http://www.isi.edu/fedd.wsdl"
    264264            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    265265        </input>
    266266        <output>
    267267          <soap:body use="literal" parts="tns:DiscoveryResponseBody"
    268             namespace="http://www.isi.edu/faber/fedd.wsdl"
    269             encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    270         </output>
    271         <fault name="NegotiateFeddFault">
    272           <soap:fault use="literal"  name="tns:FeddFault"
    273             namespace="http://www.isi.edu/faber/fedd.wsdl"
     268            namespace="http://www.isi.edu/fedd.wsdl"
     269            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     270        </output>
     271        <fault name="NegotiateFeddFault">
     272          <soap:fault use="literal"  name="tns:FeddFault"
     273            namespace="http://www.isi.edu/fedd.wsdl"
    274274            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    275275        </fault>
     
    283283      </documentation>
    284284      <port name="feddABACPort" binding="tns:feddABACBinding">
    285         <soap:address location="http://www.isi.edu/faber/fedd"/>
     285        <soap:address location="http://www.isi.edu/fedd"/>
    286286      </port>
    287287    </service>
  • wsdl/abac_types.xsd

    rd20823f re77c86e  
    11<?xml version="1.0"?>
    2 <xsd:schema targetNamespace="http://www.isi.edu/faber/abac_types"
     2<xsd:schema targetNamespace="http://www.isi.edu/abac_types"
    33  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    4   xmlns:tns="http://www.isi.edu/faber/abac_types"
    5   xmlns:xsd1="http://www.isi.edu/faber/fedd_types"
     4  xmlns:tns="http://www.isi.edu/abac_types"
     5  xmlns:xsd1="http://www.isi.edu/fedd_types"
    66  xmlns="http://www.w3.org/2000/10/XMLSchema">
    77
  • wsdl/fedd.wsdl

    rd20823f re77c86e  
    11<?xml version="1.0"?>
    22<definitions name="fedd"
    3   targetNamespace="http://www.isi.edu/faber/fedd.wsdl"
    4   xmlns:tns="http://www.isi.edu/faber/fedd.wsdl"
    5   xmlns:xsd1="http://www.isi.edu/faber/fedd_types"
    6   xmlns:topdl="http://www.isi.edu/faber/topdl"
     3  targetNamespace="http://www.isi.edu/fedd.wsdl"
     4  xmlns:tns="http://www.isi.edu/fedd.wsdl"
     5  xmlns:xsd1="http://www.isi.edu/fedd_types"
     6  xmlns:topdl="http://www.isi.edu/topdl"
    77  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    88  xmlns="http://schemas.xmlsoap.org/wsdl/">
    99
    10    <import namespace="http://www.isi.edu/faber/fedd_types"
     10   <import namespace="http://www.isi.edu/fedd_types"
    1111     location="fedd_types.xsd"/>
    1212
    13    <import namespace="http://www.isi.edu/faber/topdl"
     13   <import namespace="http://www.isi.edu/topdl"
    1414         location="topdl.xsd"/>
    1515  <!--
     
    275275        <input>
    276276          <soap:body use="literal" parts="tns:RequestAccessRequestBody"
    277             namespace="http://www.isi.edu/faber/fedd.wsdl"
     277            namespace="http://www.isi.edu/fedd.wsdl"
    278278            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    279279        </input>
    280280        <output>
    281281          <soap:body use="literal" parts="tns:RequestAccessResponseBody"
    282             namespace="http://www.isi.edu/faber/fedd.wsdl"
     282            namespace="http://www.isi.edu/fedd.wsdl"
    283283            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    284284        </output>
    285285        <fault name="RequestAccessFeddFault">
    286286          <soap:fault use="literal"  name="tns:FeddFault"
    287             namespace="http://www.isi.edu/faber/fedd.wsdl"
     287            namespace="http://www.isi.edu/fedd.wsdl"
    288288            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    289289        </fault>
     
    296296        <input>
    297297          <soap:body use="literal" parts="tns:ReleaseAccessRequestBody"
    298             namespace="http://www.isi.edu/faber/fedd.wsdl"
     298            namespace="http://www.isi.edu/fedd.wsdl"
    299299            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    300300        </input>
    301301        <output>
    302302          <soap:body use="literal" parts="tns:ReleaseAccessResponseBody"
    303             namespace="http://www.isi.edu/faber/fedd.wsdl"
     303            namespace="http://www.isi.edu/fedd.wsdl"
    304304            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    305305        </output>
    306306        <fault name="ReleaseAccessFeddFault">
    307307          <soap:fault use="literal"  name="tns:FeddFault"
    308             namespace="http://www.isi.edu/faber/fedd.wsdl"
     308            namespace="http://www.isi.edu/fedd.wsdl"
    309309            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    310310        </fault>
     
    317317        <input>
    318318          <soap:body use="literal" parts="tns:NewRequestBody"
    319             namespace="http://www.isi.edu/faber/fedd.wsdl"
     319            namespace="http://www.isi.edu/fedd.wsdl"
    320320            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    321321        </input>
    322322        <output>
    323323          <soap:body use="literal" parts="tns:NewResponseBody"
    324             namespace="http://www.isi.edu/faber/fedd.wsdl"
     324            namespace="http://www.isi.edu/fedd.wsdl"
    325325            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    326326        </output>
    327327        <fault name="NewFeddFault">
    328328          <soap:fault use="literal"  name="tns:FeddFault"
    329             namespace="http://www.isi.edu/faber/fedd.wsdl"
     329            namespace="http://www.isi.edu/fedd.wsdl"
    330330            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    331331        </fault>
     
    338338        <input>
    339339          <soap:body use="literal" parts="tns:CreateRequestBody"
    340             namespace="http://www.isi.edu/faber/fedd.wsdl"
     340            namespace="http://www.isi.edu/fedd.wsdl"
    341341            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    342342        </input>
    343343        <output>
    344344          <soap:body use="literal" parts="tns:CreateResponseBody"
    345             namespace="http://www.isi.edu/faber/fedd.wsdl"
     345            namespace="http://www.isi.edu/fedd.wsdl"
    346346            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    347347        </output>
    348348        <fault name="CreateFeddFault">
    349349          <soap:fault use="literal"  name="tns:FeddFault"
    350             namespace="http://www.isi.edu/faber/fedd.wsdl"
     350            namespace="http://www.isi.edu/fedd.wsdl"
    351351            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    352352        </fault>
     
    359359        <input>
    360360          <soap:body use="literal" parts="tns:VtopoRequestBody"
    361             namespace="http://www.isi.edu/faber/fedd.wsdl"
     361            namespace="http://www.isi.edu/fedd.wsdl"
    362362            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    363363        </input>
    364364        <output>
    365365          <soap:body use="literal" parts="tns:VtopoResponseBody"
    366             namespace="http://www.isi.edu/faber/fedd.wsdl"
     366            namespace="http://www.isi.edu/fedd.wsdl"
    367367            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    368368        </output>
    369369        <fault name="VtopoFeddFault">
    370370          <soap:fault use="literal"  name="tns:FeddFault"
    371             namespace="http://www.isi.edu/faber/fedd.wsdl"
     371            namespace="http://www.isi.edu/fedd.wsdl"
    372372            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    373373        </fault>
     
    381381        <input>
    382382          <soap:body use="literal" parts="tns:VisRequestBody"
    383             namespace="http://www.isi.edu/faber/fedd.wsdl"
     383            namespace="http://www.isi.edu/fedd.wsdl"
    384384            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    385385        </input>
    386386        <output>
    387387          <soap:body use="literal" parts="tns:VisResponseBody"
    388             namespace="http://www.isi.edu/faber/fedd.wsdl"
     388            namespace="http://www.isi.edu/fedd.wsdl"
    389389            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    390390        </output>
    391391        <fault name="VisFeddFault">
    392392          <soap:fault use="literal"  name="tns:FeddFault"
    393             namespace="http://www.isi.edu/faber/fedd.wsdl"
     393            namespace="http://www.isi.edu/fedd.wsdl"
    394394            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    395395        </fault>
     
    402402        <input>
    403403          <soap:body use="literal" parts="tns:InfoRequestBody"
    404             namespace="http://www.isi.edu/faber/fedd.wsdl"
     404            namespace="http://www.isi.edu/fedd.wsdl"
    405405            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    406406        </input>
    407407        <output>
    408408          <soap:body use="literal" parts="tns:InfoResponseBody"
    409             namespace="http://www.isi.edu/faber/fedd.wsdl"
     409            namespace="http://www.isi.edu/fedd.wsdl"
    410410            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    411411        </output>
    412412        <fault name="InfoFeddFault">
    413413          <soap:fault use="literal"  name="tns:FeddFault"
    414             namespace="http://www.isi.edu/faber/fedd.wsdl"
     414            namespace="http://www.isi.edu/fedd.wsdl"
    415415            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    416416        </fault>
     
    423423        <input>
    424424          <soap:body use="literal" parts="tns:MultiInfoRequestBody"
    425             namespace="http://www.isi.edu/faber/fedd.wsdl"
     425            namespace="http://www.isi.edu/fedd.wsdl"
    426426            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    427427        </input>
    428428        <output>
    429429          <soap:body use="literal" parts="tns:MultiInfoResponseBody"
    430             namespace="http://www.isi.edu/faber/fedd.wsdl"
     430            namespace="http://www.isi.edu/fedd.wsdl"
    431431            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    432432        </output>
    433433        <fault name="MultiInfoFeddFault">
    434434          <soap:fault use="literal"  name="tns:FeddFault"
    435             namespace="http://www.isi.edu/faber/fedd.wsdl"
     435            namespace="http://www.isi.edu/fedd.wsdl"
    436436            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    437437        </fault>
     
    444444        <input>
    445445          <soap:body use="literal" parts="tns:TerminateRequestBody"
    446             namespace="http://www.isi.edu/faber/fedd.wsdl"
     446            namespace="http://www.isi.edu/fedd.wsdl"
    447447            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    448448        </input>
    449449        <output>
    450450          <soap:body use="literal" parts="tns:TerminateResponseBody"
    451             namespace="http://www.isi.edu/faber/fedd.wsdl"
     451            namespace="http://www.isi.edu/fedd.wsdl"
    452452            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    453453        </output>
    454454        <fault name="TerminateFeddFault">
    455455          <soap:fault use="literal"  name="tns:FeddFault"
    456             namespace="http://www.isi.edu/faber/fedd.wsdl"
     456            namespace="http://www.isi.edu/fedd.wsdl"
    457457            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    458458        </fault>
     
    465465        <input>
    466466          <soap:body use="literal" parts="tns:StartSegmentRequestBody"
    467             namespace="http://www.isi.edu/faber/fedd.wsdl"
     467            namespace="http://www.isi.edu/fedd.wsdl"
    468468            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    469469        </input>
    470470        <output>
    471471          <soap:body use="literal" parts="tns:StartSegmentResponseBody"
    472             namespace="http://www.isi.edu/faber/fedd.wsdl"
     472            namespace="http://www.isi.edu/fedd.wsdl"
    473473            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    474474        </output>
    475475        <fault name="StartSegmentFeddFault">
    476476          <soap:fault use="literal"  name="tns:FeddFault"
    477             namespace="http://www.isi.edu/faber/fedd.wsdl"
     477            namespace="http://www.isi.edu/fedd.wsdl"
    478478            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    479479        </fault>
     
    486486        <input>
    487487          <soap:body use="literal" parts="tns:TerminateSegmentRequestBody"
    488             namespace="http://www.isi.edu/faber/fedd.wsdl"
     488            namespace="http://www.isi.edu/fedd.wsdl"
    489489            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    490490        </input>
    491491        <output>
    492492          <soap:body use="literal" parts="tns:TerminateSegmentResponseBody"
    493             namespace="http://www.isi.edu/faber/fedd.wsdl"
     493            namespace="http://www.isi.edu/fedd.wsdl"
    494494            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    495495        </output>
    496496        <fault name="TerminateSegmentFeddFault">
    497497          <soap:fault use="literal"  name="tns:FeddFault"
    498             namespace="http://www.isi.edu/faber/fedd.wsdl"
     498            namespace="http://www.isi.edu/fedd.wsdl"
    499499            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    500500        </fault>
     
    507507        <input>
    508508          <soap:body use="literal" parts="tns:SetValueRequestBody"
    509             namespace="http://www.isi.edu/faber/fedd.wsdl"
     509            namespace="http://www.isi.edu/fedd.wsdl"
    510510            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    511511        </input>
    512512        <output>
    513513          <soap:body use="literal" parts="tns:SetValueResponseBody"
    514             namespace="http://www.isi.edu/faber/fedd.wsdl"
     514            namespace="http://www.isi.edu/fedd.wsdl"
    515515            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    516516        </output>
    517517        <fault name="SetValueFeddFault">
    518518          <soap:fault use="literal"  name="tns:FeddFault"
    519             namespace="http://www.isi.edu/faber/fedd.wsdl"
     519            namespace="http://www.isi.edu/fedd.wsdl"
    520520            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    521521        </fault>
     
    528528        <input>
    529529          <soap:body use="literal" parts="tns:GetValueRequestBody"
    530             namespace="http://www.isi.edu/faber/fedd.wsdl"
     530            namespace="http://www.isi.edu/fedd.wsdl"
    531531            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    532532        </input>
    533533        <output>
    534534          <soap:body use="literal" parts="tns:GetValueResponseBody"
    535             namespace="http://www.isi.edu/faber/fedd.wsdl"
     535            namespace="http://www.isi.edu/fedd.wsdl"
    536536            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    537537        </output>
    538538        <fault name="GetValueFeddFault">
    539539          <soap:fault use="literal"  name="tns:FeddFault"
    540             namespace="http://www.isi.edu/faber/fedd.wsdl"
     540            namespace="http://www.isi.edu/fedd.wsdl"
    541541            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    542542        </fault>
     
    549549      </documentation>
    550550      <port name="feddPort" binding="tns:feddBinding">
    551         <soap:address location="http://www.isi.edu/faber/fedd"/>
     551        <soap:address location="http://www.isi.edu/fedd"/>
    552552      </port>
    553553    </service>
  • wsdl/fedd_internal.wsdl

    rd20823f re77c86e  
    11<?xml version="1.0"?>
    22<definitions name="fedd_internal"
    3   targetNamespace="http://www.isi.edu/faber/fedd_internal.wsdl"
    4   xmlns:tns="http://www.isi.edu/faber/fedd_internal.wsdl"
    5   xmlns:xsd1="http://www.isi.edu/faber/fedd_types"
     3  targetNamespace="http://www.isi.edu/fedd_internal.wsdl"
     4  xmlns:tns="http://www.isi.edu/fedd_internal.wsdl"
     5  xmlns:xsd1="http://www.isi.edu/fedd_types"
    66  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    77  xmlns="http://schemas.xmlsoap.org/wsdl/">
    88 
    9   <import namespace="http://www.isi.edu/faber/fedd_types"
     9  <import namespace="http://www.isi.edu/fedd_types"
    1010    location="fedd_types.xsd"/>
    1111
    12    <import namespace="http://www.isi.edu/faber/topdl"
     12   <import namespace="http://www.isi.edu/topdl"
    1313         location="topdl.xsd"/>
    1414
     
    113113        <input>
    114114          <soap:body use="encoded" parts="tns:AllocateProjectRequestBody"
    115             namespace="http://www.isi.edu/faber/fedd_internal.wsdl"
     115            namespace="http://www.isi.edu/fedd_internal.wsdl"
    116116            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    117117        </input>
    118118        <output>
    119119          <soap:body use="encoded" parts="tns:AllocateProjectResponseBody"
    120             namespace="http://www.isi.edu/faber/fedd_internal.wsdl"
     120            namespace="http://www.isi.edu/fedd_internal.wsdl"
    121121            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    122122        </output>
    123123        <fault name="AllocateFault">
    124124          <soap:fault use="encoded"  name="tns:AllocateProjectFault"
    125             namespace="http://www.isi.edu/faber/fedd_internal.wsdl"
     125            namespace="http://www.isi.edu/fedd_internal.wsdl"
    126126            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    127127        </fault>
     
    134134        <input>
    135135          <soap:body use="encoded" parts="tns:StaticProjectRequestBody"
    136             namespace="http://www.isi.edu/faber/fedd_internal.wsdl"
     136            namespace="http://www.isi.edu/fedd_internal.wsdl"
    137137            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    138138        </input>
    139139        <output>
    140140          <soap:body use="encoded" parts="tns:StaticProjectResponseBody"
    141             namespace="http://www.isi.edu/faber/fedd_internal.wsdl"
     141            namespace="http://www.isi.edu/fedd_internal.wsdl"
    142142            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    143143        </output>
    144144        <fault name="StaticFault">
    145145          <soap:fault use="encoded"  name="tns:StaticProjectFault"
    146             namespace="http://www.isi.edu/faber/fedd_internal.wsdl"
     146            namespace="http://www.isi.edu/fedd_internal.wsdl"
    147147            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    148148        </fault>
     
    155155        <input>
    156156          <soap:body use="encoded" parts="tns:ReleaseProjectRequestBody"
    157             namespace="http://www.isi.edu/faber/fedd_internal.wsdl"
     157            namespace="http://www.isi.edu/fedd_internal.wsdl"
    158158            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    159159        </input>
    160160        <output>
    161161          <soap:body use="encoded" parts="tns:ReleaseProjectResponseBody"
    162             namespace="http://www.isi.edu/faber/fedd_internal.wsdl"
     162            namespace="http://www.isi.edu/fedd_internal.wsdl"
    163163            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    164164        </output>
    165165        <fault name="ReleaseFault">
    166166          <soap:fault use="encoded"  name="tns:ReleaseProjectFault"
    167             namespace="http://www.isi.edu/faber/fedd_internal.wsdl"
     167            namespace="http://www.isi.edu/fedd_internal.wsdl"
    168168            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    169169        </fault>
     
    176176        <input>
    177177          <soap:body use="encoded" parts="tns:Ns2TopdlRequestBody"
    178             namespace="http://www.isi.edu/faber/fedd_internal.wsdl"
     178            namespace="http://www.isi.edu/fedd_internal.wsdl"
    179179            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    180180        </input>
    181181        <output>
    182182          <soap:body use="encoded" parts="tns:Ns2TopdlResponseBody"
    183             namespace="http://www.isi.edu/faber/fedd_internal.wsdl"
     183            namespace="http://www.isi.edu/fedd_internal.wsdl"
    184184            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    185185        </output>
    186186        <fault name="Ns2TopdlFault">
    187187          <soap:fault use="encoded"  name="tns:Ns2TopdlFault"
    188             namespace="http://www.isi.edu/faber/fedd_internal.wsdl"
     188            namespace="http://www.isi.edu/fedd_internal.wsdl"
    189189            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    190190        </fault>
     
    197197      </documentation>
    198198      <port name="fedd_internal_port" binding="tns:feddInternalBinding">
    199         <soap:address location="http://www.isi.edu/faber/fedd_internal"/>
     199        <soap:address location="http://www.isi.edu/fedd_internal"/>
    200200      </port>
    201201    </service>
  • wsdl/fedd_types.xsd

    rd20823f re77c86e  
    11<?xml version="1.0"?>
    2 <xsd:schema targetNamespace="http://www.isi.edu/faber/fedd_types"
    3   xmlns:tns="http://www.isi.edu/faber/fedd_types"
    4   xmlns:topdl="http://www.isi.edu/faber/topdl"
     2<xsd:schema targetNamespace="http://www.isi.edu/fedd_types"
     3  xmlns:tns="http://www.isi.edu/fedd_types"
     4  xmlns:topdl="http://www.isi.edu/topdl"
    55  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    66  xmlns="http://www.w3.org/2000/10/XMLSchema">
  • wsdl/topdl.xsd

    rd20823f re77c86e  
    11<?xml version="1.0"?>
    2 <xsd:schema targetNamespace="http://www.isi.edu/faber/topdl"
    3   xmlns:tns="http://www.isi.edu/faber/topdl"
    4   xmlns:fns="http://www.isi.edu/faber/fedd_types"
     2<xsd:schema targetNamespace="http://www.isi.edu/topdl"
     3  xmlns:tns="http://www.isi.edu/topdl"
     4  xmlns:fns="http://www.isi.edu/fedd_types"
    55  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    66  xmlns="http://www.w3.org/2000/10/XMLSchema">
Note: See TracChangeset for help on using the changeset viewer.