Installation guide
Deploying the FlashCONNECT SOAP Interface
FlashCONNECT Administrator’s Guide 125
<wsdl:definitions targetNamespace="http://<hostname>:8080/axis/
services/flashconnect" xmlns="http://
schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://
xml.apache.org/xml-soap" xmlns:impl="http://
<hostname>:8080/axis/services/flashconnect"
xmlns:intf="http://<hostname>:8080/axis/services/
flashconnect" xmlns:soapenc="http://
schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http:/
/br.fc.rdta.com" xmlns:tns2="http://
common.fc.rdta.com" xmlns:wsdl="http://
schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://
schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://
www.w3.org/2001/XMLSchema">
<wsdl:types>
<schema targetNamespace="http://<hostname>:8080/axis/services/
flashconnect" xmlns="http://www.w3.org/2001/
XMLSchema">
<import namespace="http://schemas.xmlsoap.org/soap/encoding/" /
>
<complexType name="ArrayOf_xsd_string">
<complexContent>
<restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType"
wsdl:arrayType="xsd:string[]" />
</restriction>
</complexContent>
</complexType>
</schema>
<schema targetNamespace="http://common.fc.rdta.com"
xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://schemas.xmlsoap.org/soap/encoding/" /
>
<complexType abstract="true" name="RdtaExceptions">
<sequence />
</complexType>
</schema>
<schema targetNamespace="http://br.fc.rdta.com" xmlns="http://
www.w3.org/2001/XMLSchema">
<import namespace="http://schemas.xmlsoap.org/soap/encoding/" /
>
<complexType name="FCClassSetupException">
<complexContent>
<extension base="tns2:RdtaExceptions">
<sequence />
</extension>
</complexContent>
</complexType>
</schema>
</wsdl:types>