phpクライアントから呼び出すことができるphpWebサービスがあります。このWebサービスをvb.netアプリケーションから呼び出す必要があります。このWebサービスへの参照を追加しようとすると、次のエラーが発生します。
W3CXMLスキーマのルート要素は次のようになります。<schema>
これが私のwsdlファイルの先頭です:
<?xml version="1.0"?>
<!-- partie 1 : Definitions -->
<definitions name="raidService"
targetNamespace="http://mydomain/webservice/raidService.wsdl"
xmlns:typens="urn:eRaid"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns="http://schemas.xmlsoap.org/wsdl/">