The value of namespace attribute of wsdl:import element in WSDL does not correspond to the value of targetNamespace attribute of wsdl:definitions element in WSDL. (WSDL file = aa....aa, namespace = bb....bb, targetNamespace = cc....cc)
- aa....aa:インポート元のWSDLファイルのパス
bb....bb:インポート元の名前空間名
cc....cc:インポート先の対象名前空間名 - 説明
- インポート元のwsdl:import要素のnamespace属性と,インポート先のwsdl:definitions要素のtargetNamespace属性の名前空間が一致しません。
- 対処
- インポート元のwsdl:import要素のnamespace属性と,インポート先のwsdl:definitions要素のtargetNamespace属性の名前空間は,同一の名前空間を指定してください。