It's all about the answers!

Ask a question

Indexing rule for WSDL...


Abhinav Ajmera (22113020) | asked Aug 09 '10, 1:36 a.m.
Can you help me in deriving out Indexing Rule for wsdl syntex..

For ex.
portType name="XYZPortType">
operation name="ABC">
input message="tns:ABCRequest" name="ABCRequest"/>
output message="tns:ABCResponse" name="ABCResponse"/>
</operation>
</portType>

If I Click on Add Element >Enter portType for element > Click Add attribute > Add attribute name, than will it index operation and message name as well?

When I search based on message name, can result come in same hiearchy as portType>Operation>message?

Can anyone help me with Indexing Rule for this?

Thanks in Advance.

3 answers



permanent link
Sheehan Anderson (1.2k4) | answered Aug 12 '10, 6:09 p.m.
JAZZ DEVELOPER
To index any portType elements
Click on Add Element > Enter portType for the element
Click Add Attribute > Enter "name" for the attribute
To search for portType
attribute:(portType)

To index any operation elements
Click on Add Element > Enter operation for the element
Click Add Attribute > Enter "name" for the attribute
To search for operation
attribute:(operation)

To index operation elements under portType
Click on Add Element > Enter /portType/operation for the element
Click Add Attribute > Enter "name" for the attribute
To search for operation elements under portType
attribute:(/portType/operation)

permanent link
Abhinav Ajmera (22113020) | answered Aug 12 '10, 6:19 a.m.
Will it do?

Click on Add Element >Enter portType name for element > Click Add attribute > Add attribute "operation name"??

Now inside 'operation' there is one more element 'message name' to be indexed... How to achieve that?

Can you explain using some example..



It will not index the operation name if you only add portType name. You would have to add an additional rule for the operation element.

permanent link
Sheehan Anderson (1.2k4) | answered Aug 10 '10, 11:37 a.m.
JAZZ DEVELOPER
It will not index the operation name if you only add portType name. You would have to add an additional rule for the operation element.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.