Ben bezig om via een client programma een koppeling te maken met een WSDL file. Ik heb een sample bekeken, deze werkt op dezelfde manier als ik heb ingesteld, alleen met een andere WSDL. Het probleem wat ik heb zit dus in de WSDL file.
De foutmelding van het client programma is: Error occured while analysing WSDL:
Couldn't resolve type string, namespace.
http://www.w3.org/2003/05/soap-encoding
Ik roep de WSDL file aan via de volgende link:
http://a.nl/dialogserver/services/DialogService?wsdl
De WSDL file waar het probleem ontstaat is:
<?xml version="1.0" encoding="UTF-8" ?>
- <wsdl:definitions targetNamespace="http://a.nl/dialogserver/services/DialogService" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://a.nl/dialogserver/services/DialogService" xmlns:intf="http://a.nl/dialogserver/services/DialogService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://www.w3.org/1999/XMLSchema" xmlns:tns2="http://www.w3.org/2003/05/soap-encoding" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <!--
WSDL created by Apache Axis version: 1.2alpha
Built on Dec 01, 2003 (04:33:24 EST)
-->
- <wsdl:message name="monkSelectedRequest">
<wsdl:part name="className" type="tns2:string" />
</wsdl:message>
Deze file werkt zonder problemen:
http://www.xmethods.net/sd/2001/CATrafficService.wsdl
Zelf heb ik al de SOAP specs nagelopen, en ik kan geen probleem ontdekken...Iemand een idee?
De foutmelding van het client programma is: Error occured while analysing WSDL:
Couldn't resolve type string, namespace.
http://www.w3.org/2003/05/soap-encoding
Ik roep de WSDL file aan via de volgende link:
http://a.nl/dialogserver/services/DialogService?wsdl
De WSDL file waar het probleem ontstaat is:
<?xml version="1.0" encoding="UTF-8" ?>
- <wsdl:definitions targetNamespace="http://a.nl/dialogserver/services/DialogService" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://a.nl/dialogserver/services/DialogService" xmlns:intf="http://a.nl/dialogserver/services/DialogService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://www.w3.org/1999/XMLSchema" xmlns:tns2="http://www.w3.org/2003/05/soap-encoding" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <!--
WSDL created by Apache Axis version: 1.2alpha
Built on Dec 01, 2003 (04:33:24 EST)
-->
- <wsdl:message name="monkSelectedRequest">
<wsdl:part name="className" type="tns2:string" />
</wsdl:message>
Deze file werkt zonder problemen:
http://www.xmethods.net/sd/2001/CATrafficService.wsdl
Zelf heb ik al de SOAP specs nagelopen, en ik kan geen probleem ontdekken...Iemand een idee?