Expand my Community achievements bar.

SOLVED

how to insert variables into web service request menu

Avatar

Former Community Member

Hı everyone

Do you know how to insert variables into web service request menu moreover

I want to use some ınput variables which is goıng to be used in web service request

You can see in the example

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:core="http://core.intertech.com.tr/">
   <soapenv:Header/>
   <soapenv:Body>
      <core:SelectNotFinishedDifferenceDocumentList>
         <core:customerNumber>123456</core:customerNumber>
         <core:startDate>2010-01-01</core:startDate>
         <core:endDate>2010-12-12</core:endDate>
      </core:SelectNotFinishedDifferenceDocumentList>
   </soapenv:Body>

( red ones I put manually instead of puting manually I want to use variables in variables menu. As you see in the picture I want to put variables when I ınvoke web service (I mean Starting the process)

help me.JPG

help me2.JPG

please feel free to ask anything about my question   e mail :yusufgokhanyavuz@hotmail.com

1 Accepted Solution

Avatar

Correct answer by
Level 10

1. You can use XPath expression builder to insert values from a variable

2. You can directly type the variable's xpath between {$ YOUR VARIABLE XPATH IS HERE $}

WS.PNG

Is this the one you need?

Nith

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

1. You can use XPath expression builder to insert values from a variable

2. You can directly type the variable's xpath between {$ YOUR VARIABLE XPATH IS HERE $}

WS.PNG

Is this the one you need?

Nith

Avatar

Former Community Member

you are absouletly correct but you just a little bit late thank you very much anyway