Hello,
I have little problem with AXIS 1.4 (binary package). I tried use AXIS with
my web service, but i got this error:
error: Emitter failure. There is an undefined binding (subjectListBinding)
in the WSDL document.
Hint: make sure <port binding=".."> is fully qualified.
I can't find any error in WSDL definition, so if anyone can help me with
this, i will be grateful.
Regards,
Andrew
--
S pozdravem / Yours sincerely,
Ondrej Vlach
Software developer & consultant
e-mail: [EMAIL PROTECTED]
jabber: [EMAIL PROTECTED]
<?xml version ='1.0' encoding ='UTF-8' ?>
<definitions
targetNamespace='http://www.a-net.cz/soap/auction'
xmlns:tns=' http://www.a-net.cz/soap/auction/auction'
xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
xmlns:xsd='http://www.w3.org/2001/XMLSchema'
xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
xmlns='http://schemas.xmlsoap.org/wsdl/'
name='SubjectList'>
<types>
<xsd:schema targetNamespace="http://www.a-net.cz/soap/auction">
<xsd:complexType name="user">
<all>
<xsd:element name="name" type="xsd:string" />
<xsd:element name="surname" type="xsd:string" />
</all>
</xsd:complexType>
<xsd:complexType name="subject">
<all>
<xsd:element name="name" type="xsd:string" />
<xsd:element name="id" type="xsd:string" />
<xsd:element name="persons" arrayType="tns:user[]" />
</all>
</xsd:complexType>
<xsd:complexType name="subjects">
<xsd:complexContent>
<xsd:restriction base="soapenc:Array">
<xsd:attribute arrayType="tns:subject[]" ref="soapenc:arrayType"/>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>
</types>
<message name="subjectListResponse">
<part name="Response" type="xsd:subjects" />
</message>
<portType name="subjectListPortType">
<operation name="getSubjectList">
<output message="subjectListResponse" />
</operation>
</portType>
<binding name="subjectListBinding" type="subjectListPortType">
<soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http' />
<operation name="getSubjectList">
<soap:operation
soapAction="urn:xmethods-delayed-quotes#getSubjectList" />
<output>
<soap:body use="encoded" namespace="urn:xmethods-delayed-quotes"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
</binding>
<service name="subjectListService">
<port name="subjectListPortType" binding="tns:subjectListBinding">
<soap:address location='http://192.168.0.8/a-net_aukce/_def_www2/cms/include/soap/subjectlist.php' />
</port>
</service>
</definitions>---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]