Interstage Application Server/Interstage Web Server メッセージ集 |
目次 |
第2部 メッセージラベルのあるメッセージ | > 第17章 メッセージ番号がiswsで始まるメッセージ | > 17.12 isws11200番台のメッセージ |
ISWS: ERROR: isws11250: The WSDL file contains unsupported content. code = %s1
%s2
[可変情報]
%s1:内部コード
%s2:詳細情報
[意味]
WSDLファイルがサポートされない内容を含んでいます。
[システムの処理]
処理を中止します。
[ユーザの対処]
以下のエラー詳細情報を参照し、WSDLファイルを修正してください。
No |
詳細メッセージ |
可変情報 |
意味 |
対処方法 |
1 |
Unsupported transport. transport=%s1 |
%s1:<soap:binding>要素のtransport属性に指定した値 |
<soap:binding>要素のtransport属性に未サポートの値が指定されています。 |
transport属性に"http://schemas.xmlsoap.org/soap/http"を指定してください。 |
2 |
All "style" attributes in the WSDL document must have the same value. |
− |
styleの指定がWSDL内で統一されていません。 |
<soap:binding>および<soap:operation>要素にあるstyleの指定をWSDL内で統一してください。 |
3 |
All "use" attributes in the WSDL document must have the same value. |
− |
useの指定がWSDL内で統一されていません。 |
<soap:body>および<soap:fault>要素にあるuseの指定をWSDL内で統一してください。 |
4 |
"document"/"encoded" is not supported. |
− |
styleに“document”、useに"encoded"が指定されています。 |
styleが“document”の場合、useは"literal"を指定してください。 |
5 |
Only the REQUEST-RESPONSE operation is supported. portType=%s1 operation=%s2 |
%s1:ポートタイプ名 |
request-response型以外のオペレーションが使用されています。 |
request-response型のオペレーションを使用してください。 |
6 |
The <wsdl:operation> element in <wsdl:binding> and its related <wsdl:portType> must have the same number of <wsdl:fault> elements. binding=%s1 operation=%s2 |
%s1:バインディング名 |
<wsdl:fault>定義の数が、<wsdl:binding>内と対応する<wsdl:portType>内とで異なります。 |
<wsdl:fault>定義の数をそろえてください。 |
7 |
The first token of the "encodingStyle" attribute value must be "http://schemas.xmlsoap.org/soap/encoding/". |
− |
<soap:body>または<soap:fault>要素のencodingStyle属性の値が“http://schemas.xmlsoap.org/soap/encoding/”でありません。 |
encodingStyle属性に“http://schemas.xmlsoap.org/soap/encoding/”を指定してください |
8 |
The "namespace" attribute of the <soap:body> and <soap:fault> elements must not be blank. |
− |
<soap:body>または<soap:fault>要素のnamespace属性に空文字が指定されています。 |
namespace属性に空文字を使用しないでください。 |
9 |
The operation "name" must be unique within the portType. name=%s1 |
%s1:オペレーション名 |
<wsdl:operation>要素のname属性の値がポートタイプの中で重複しています。 |
<wsdl:operation>要素のname属性の値をポートタイプの中で一意にしてください。 |
10 |
The "name" attribute of the <wsdl:input> and <wsdl:output> elements provides a unique name among all <wsdl:input> and <wsdl:output> elements within the enclosing <wsdl:portType>.name=%s1 |
%s1:inputまたはoutput要素のname属性の値 |
<wsdl:input>および<wsdl:output>要素のname属性の値がポートタイプの中で重複しています。 |
<wsdl:input>および<wsdl:output>要素のname属性の値をポートタイプの中で一意にしてください。 |
11 |
The <wsdl:message> element referenced from <wsdl:fault> must have a single <wsdl:part>.message=%s1 |
%s1:メッセージ名 |
<wsdl:fault>要素から参照される<wsdl:message>に複数の<wsdl:part>要素が含まれています。 |
<wsdl:fault>要素から参照される<wsdl:message>に含まれる<wsdl:part>要素は1つにしてください。 |
12 |
If "style" is "document" and "use" is "literal", the <wsdl:message> element must have zero or one <wsdl:part>. message=%s1 |
%s1:メッセージ名 |
styleが“document”でuseが"literal"の時に、<wsdl:message>に複数の<wsdl:part>要素が含まれています。 |
styleが“document”でuseが"literal"の時は、<wsdl:message>に含まれる<wsdl:part>要素は1つ以下にしてください。 |
13 |
The <wsdl:part> element must have either a "type" or "element" attribute. part=%s1 |
%s1:part名 |
<wsdl:part>要素にtype属性とelement属性の両方が指定されています。 |
<wsdl:part>要素にはtype属性またはelement属性のどちらか一方を指定してください。 |
14 |
If "use" is "encoded", the <wsdl:part> element must use the "type" attribute. part=%s1 |
%s1:part名 |
useが“encoded”の時に、<wsdl:part>要素にelement属性が指定されています。 |
useが“encoded”の時は、<wsdl:part>要素にはtype属性を指定してください。 |
15 |
The xml data type "%s1" referenced from the "type" attribute of the <wsdl:part> element is not supported. |
%s1:未サポートのXMLのデータ型 |
<wsdl:part>要素のtype属性に未サポートのXMLのデータ型が指定されています。 |
サポートされているXMLのデータ型を使用してください |
16 |
"The <wsdl:binding> element must have exactly one <soap:binding> element as an extensibility element. Other kinds of elements are not supported. |
− |
<wsdl:binding>要素の拡張要素としてサポートされない記述の仕方がされています。 |
<wsdl:binding>要素の拡張要素として<soap:binding>要素を1つだけ含めてください。その他の拡張要素はサポートされません。 |
17 |
"The <wsdl:operation> element must have exactly one <soap:operation> element as an extensibility element. Other kinds of elements are not supported. |
− |
<wsdl:binding>要素配下の<wsdl:operation>要素の拡張要素としてサポートされない記述の仕方がされています。 |
<wsdl:binding>要素配下の<wsdl:operation>要素の拡張要素として<soap:operation>要素を1つだけ含めてください。その他の拡張要素はサポートされません。 |
18 |
"The <wsdl:port> element must have exactly one <soap:address> element as an extensibility element. Other kinds of elements are not supported. |
− |
<wsdl:port>要素の拡張要素としてサポートされない記述の仕方がされています。 |
<wsdl:port>要素の拡張要素として<soap:address>要素を1つだけ含めてください。その他の拡張要素はサポートされません。 |
19 |
"The <wsdl:input> element must have exactly one <soap:body> element as an extensibility element. Other kinds of elements are not supported. |
− |
<wsdl:binding>要素配下の<wsdl:input>要素の拡張要素としてサポートされない記述の仕方がされています。 |
<wsdl:binding>要素配下の<wsdl:input>要素の拡張要素として<soap:body>要素を1つだけ含めてください。その他の拡張要素はサポートされません。 |
20 |
"The <wsdl:output> element must have exactly one <soap:body> element as an extensibility element. Other kinds of elements are not supported. |
− |
<wsdl:binding>要素配下の<wsdl:output>要素の拡張要素としてサポートされない記述の仕方がされています。 |
<wsdl:binding>要素配下の<wsdl:output>要素の拡張要素として<soap:body>要素を1つだけ含めてください。その他の拡張要素はサポートされません。 |
21 |
"The <wsdl:fault> element must have exactly one <soap:fault> element as an extensibility element. Other kinds of elements are not supported. |
− |
<wsdl:binding>要素配下の<wsdl:fault>要素の拡張要素としてサポートされない記述の仕方がされています。 |
"<wsdl:binding>要素配下の<wsdl:fault>要素の拡張要素として<soap:fault>要素を1つだけ含めてください。その他の拡張要素はサポートされません。 |
22 |
The "definition" element must not contain an extensibility element for which the "required" attribute is "true". extensibilityElement=%s1 |
%s1:拡張要素名 |
<wsdl:definition>要素の子要素として、wsdl:required属性の値が"true"の拡張要素が含まれています。 |
<wsdl:definition>要素の子要素として、wsdl:required属性の値が"true"の拡張要素を含めないでください。 |
23 |
The number of operations in binding "%s1" and portType "%s2" are different. |
%s1:バインディング名 |
<wsdl:binding>要素と、bindingに対応する<wsdl:portType>要素の間で、定義されているオペレーションの数が異なります。 |
bindingとportTypeの間で、オペレーションの数を合わせてください。 |
24 |
The value for the "encodingStyle" attribute is blank. |
− |
<soap:body>または<soap:fault>要素のencodingStyle属性に空文字が指定されています。 |
空文字を指定しないでください。 |
目次 |