Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サーバーからファイルを受信していますが、xml ファイルではなく、xml ファイルとまったく同じテキストを含む wsdl ファイルです。内容はまったく同じなので、xml ファイルのように解析できますか? それとも何らかの形で変換する必要がありますか?
WSDLは実際には、Web サービスを記述して検索するための XML です。内容そのものではありません。技術的には解析できますが、サーバーからの XML ファイルを期待する必要があります。